@charset "UTF-8";

/* ACE BURNERS LAYOUT CSS */
/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#000000;
}

img {
	border:0;
}

ul, li {
	list-style:none;
}

body {
	font-size:62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background-color:#C7C0DA;
	background-image:url(../images/nav/siteBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/* End Reset default browser styling */

#container {
	position:relative;
	width:955px;
	margin: 0px auto;
}

#banner {
	position:relative;
	clear:both;
	height:100px;
	width:955px;
	background-image:url(../images/banner.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#mainNav {
	position:relative;
	clear:both;
	height:25px;
	width:955px;
}

#left {
	position:relative;
	clear:left;
	float:left;
	width:199px;
	padding-top:20px;
	background-image:url(../images/leftTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#2B2869;
}

#right {
	position:relative;
	clear:right;
	float:right;
	width:756px;
	background-image:url(../images/dottedBackground.jpg);
}

#lrcontainer {
	position:relative;
	float:left;
	clear:right;
	width:955px;
	margin-bottom:-10px;
	background-image:url(../images/lrContainerBckGnd.gif);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#2B2869;
/*	border:solid 3px #ccff00;
*/}

#header {
	position:relative;
	clear:right;
	width:715px;
	border-bottom:1px solid #ABABAB;
	margin: 0px 21px 5px 20px;
	padding-bottom: 5px;
}

#subNav {
	position:relative;
	clear:right;
	width:715px;
	border-bottom:1px solid #ABABAB;
	margin: 0px 21px 5px 20px;
/*	padding-bottom:30px;
*/}

#content1 {
	position:relative;
	float:left;
	clear:left;
	width:377px;
	margin-bottom:10px;
}

#content2 {
	position:relative;
	float:right;
	clear:right;
	width:377px;
	margin-bottom:10px;
}

#links {
	position:relative;
	clear:both;
	float:left;
	margin: 0px 20px 20px 20px;
	width:716px;
	height:26px;
	border-top:1px solid #ABABAB;
	}

#footer {
	position:relative;
	clear:both;
	width:955px;
	height:60px;
	background-image:url(../images/footer.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#clearNone {
	clear:none;
	}
	
#clearBoth {
	clear:both;
	}
#subNav div {
	display:block;
	clear:both;
	height:23px;
	line-height:23px;
	margin-bottom:5px;
	}
