/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	background-color: #000000;
}

h1, h2, h3 {
	margin-bottom: 20px;
	color: #000000;
}

h1 {
	font-size: 1.82em;
}

h2 {
	font-size: 1.36em;
}

h3 {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 0.89em;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

.texttext {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 0.89em;
	font-weight: normal;
	color: #333333;
	text-align: justify;
		margin-bottom: 8px;
	line-height: 1.50em;
}

.texttextcenter {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 0.89em;
	font-weight: normal;
	color: #333333;
	text-align: justify;
		margin-bottom: 8px;
	line-height: 1.50em;
	text-align: center;
}

p, blockquote, ol, ul {
	margin-bottom: 8px;
	line-height: 1.50em;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Logo */

#logo {
	padding: 0 0 40px 0;
	background: url(images/img01.jpg) no-repeat center bottom;
	border-top: 10px solid #000000;
	
}

#logo h1, #logo h2 {
	width: 860px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.22em;
}

#logo h1 {
}

#logo h2 {
	margin-top: -1.22em;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 815px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

/* Left */

#left {
	float: left;
	width: 160px;
	padding: 0px;
}

#left h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	border-right: 4px solid #000000;
	text-transform: uppercase;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#left ul {
	line-height: 1.82em;
}

#left li {
	padding-right: 10px;
	background: url(images/img04.gif) no-repeat right center;
	text-align: right;
}

#left a {
	text-decoration: none;
	font-size: .85em;
}

#left a:hover {
	text-decoration: underline;
}

/* Center */

#center {
	float: left;
	width: 350px;
	padding: 60px;
	padding-top: 20px;
}

/* Right */

#right {
	float: left;
	width: 160px;
	padding: 0px;
	padding-top: 25px;
	
}

#right h2 {
	margin-bottom: 1em;
	padding-left: 12px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: Normal;
	color: #000000;
	letter-spacing: 0.05em;
	font-family: Helvetica, sans-serif, Verdana, Arial;
}

#right ul {
	line-height: 1.40em;
}

#right li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left center;
}

#right a {
	text-decoration: none;
	font-size: .91em;
	letter-spacing: 0.05em;
}

#right a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	height: 100px;
	
	background: #000000 url(images/img03.gif) no-repeat center bottom;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-size: .77em;
	font-weight: bold;
	color: #000000;
}

#footer a {
	text-decoration: none;
	color: #000000;
}
.texttextright {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 0.89em;
	font-weight: normal;
	color: #333333;
	text-align: justify;
		margin-bottom: 8px;
	line-height: 1.50em;
	text-align: right;
}

