/* Main CSS Document */

@import url("core.css");


#container {
	width: 940px;
	margin: 0px auto;
	background-image: url(../Images/bg-content.gif);
	background-repeat: repeat-y;
}

#topBG {
	width: 940px;
	margin: 0px auto;
	background-image: url(../Images/bg-top.gif);
	background-repeat: no-repeat;
}

#header {
	width: 900px;
	margin: 0px auto;
}

#nav {
	width: 940px;
	height: 55px;
	margin: 0px auto;
	background-image: url(../Images/bg-nav.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
#nav li {
	margin: 0px;
	padding: 14px 15px 0px 15px;
	list-style-type: none;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	background-image: url(../Images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li a {	
	height: 25px;
	margin: 0px 0px 0px 3px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 0px 0px;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li.last {	
	background: none;
}

#content {
	width: 900px;
	margin: 0px auto;
	background-image: url(../Images/bg-content-two.gif);
	background-repeat: repeat-y;
}

#content .left {
	width: 546px;
	float: left;
	padding: 25px;
}
#content .left .box {
	width: 500px;
	margin: 20px 40px 0px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	float: left;
}

#content .right {
	width: 300px;
	float: right;
	padding: 12px 0px 0px 12px;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#content .right .boxright {
	width: 251px;
	margin: 0px auto;
	background-image: url(../Images/bg-box-right.gif);
	background-repeat: repeat-y;
	padding: 25px;
}
#content .right .top {
	width: 281px;
	margin: 0px auto;
}
#content .right .bottom {
	width: 281px;
	height: 14px;
	margin: 0px auto;
	background-image: url(../Images/bg-box-right-bottom.gif);
	background-repeat: repeat-y;
}


#footer {
	width: 940px;
	height: 68px;
	margin: 0px auto;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #fff;
	background-image: url(../Images/bg-footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 0px 150px;
}
#footer li {
	margin: 0px;
	padding: 14px 20px 0px 20px;
	list-style-type: none;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	background-image: url(../Images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer li a {
	color: #fff;
	text-decoration: none;
}
#footer li.last {
	background: none;
}

url { display:list-item;
list-style:inherit;}