@charset "UTF-8";
/* CSS Document */

body {
	margig:0px;
	padding:0px;
	background:#CCCCCC;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:15px;
	font-weight:bold;
	font-style:italic;
}


p {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}

hr {
	border: #CCCCCC dotted 1px;
}

ul li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}


#navigation {
	margin:0px;
	padding-top:10px;
}

#navigation li {
	display:inline;
	list-style:none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-right:20px;
	padding-left:20px;
	border-right: 1px #FFFFFF solid;
}

#navigation a {
	color:#E10A15;
	text-decoration:none;

}
#navigation a:hover {
	color:#000000;
	text-decoration:underline;
}

div.maincontainer {
	position:relative;
	width:920px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

div#background {
	width:920px;
	height:auto;
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	background:#FFFFFF;
}

div.header {
	position:relative;
	float:left;
	width:920px;
	height:155px;
}

div#logo {
	position:relative;
	float:left;
	width:905px;
	height:105px;
	background:url(images/header.png) top no-repeat;
	text-align:right;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#FFFFFF;
	padding-top:15px;
	padding-right:15px;

}

div#logo a {	
	color:#FFFFFF;
	
}

div#nav {
	position:relative;
	float:left;
	width:920px;
	height:35px;
	background:url(images/nav_grad.png) top repeat-x;
}

div.contentcontainer {
	position:relative;
	float:left;
	width:920px;
	height:auto;
}

div#top {
	position:relative;
	float:left;
	width:920px;
	height:55px;
	background:url(images/top.png) top no-repeat;
}

div#middle {
	position:relative;
	float:left;
	width:820px;
	min-height:400px;
	padding-left:40px;
	padding-right:60px;
	height:auto;
	background:url(images/middle.png) top repeat-y;
	
}
div#bottom {
	position:relative;
	float:left;
	width:920px;
	height:25px;
	background:url(images/bottom.png);
}
div.footer {
	postion:relative;
	float:left;
	width:920px;
	height:130px;
	margin-top:-55px;
	background:url(images/footer.png) top no-repeat;
	
}
  