body {
	margin-top: 5px;
	background: #6A6A6A url(images/background.gif) repeat-x;
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

#textarea p {
	line-height: 120%;
	margin-top: 0;
	text-indent: 15px;
}

a:hover {
	background: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 750px;
	height: 157px;
	margin: 0px auto 20px auto;
	padding: 0px auto 20px auto;
	background: url(images/header.jpg) no-repeat left top;
	
}

#logo {
	margin: 3px auto 10px auto;
}

#header a, img {
	border:0px;
}
/* Menu */

#horiznav{
	position:relative;
	display:block;
	width: 533px;
	height:42px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/menu.gif) repeat-x top left;
	font-family:Arial;
	text-transform:uppercase;
	margin: 0 auto;
}

#horiznav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

#horiznav ul li{
	display:block;
	float:left;
}

#horiznav ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:10px 20px;
	height:28px;
}

#horiznav ul li a:hover{
	color:#000000;
	background:transparent url(images/menuhover.gif) no-repeat top center;
}

#center{
	text-align:center;
	background:transparent url(images/menu2.gif) repeat;
	margin:0px auto 0px auto;
	width: 750px;
	height:auto;
	vertical-align:middle;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	padding-top: 30px;
	font-family: "Trebuchet MS";
}

/* Content */

#content {
	float: left;
	width: 730px;
	margin-left: 10px;
	padding: 2px;
	padding-bottom:24px;
}

#textarea {
	float:left;
	width:510px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-align:justify;
	font-size: 13px;
	font-weight:bold;
} 

#textarea a {
	color: #4e8ac9;
	text-decoration:none;
	font-size: 13px;
}

#textarea a:hover {
	color: #f15959;
	font-size: 13px;
}

.img-right {
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	text-align:justify;
	font-size: 10px;
} 

.img-right p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	font-weight:normal;
}


/* Footer */


#footer{
	display:block;
	width: 730px;
	height:40px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/footer.gif) repeat-x top left;
	font-family:Arial;
	text-transform:uppercase;
	margin: 0 auto;
	color:#ffffff;
	text-decoration:none;
	padding:14px 0px 0px 0px;
	height:28px;
	text-align:center;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color: #727272;
}
