@charset "utf-8";
/* CSS Layout Document - Shane Jones Dec 07*/

body {
	background-color:#10150d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#layout {
	height : 625px;
	position : relative;
	width : 900px;
	margin: auto;
}

#container {
margin-top:35px;

}


#top {
	background-image:url(images/layout/top.png);
	background-repeat:no-repeat;
	height : 25px;
	width : 900px;
}


#logo {
	background-image:url(images/layout/logo.png);
	background-repeat:no-repeat;
	position : absolute;
	height : 100px;
	width : 240px;
	top : 25px;
}


#r_cont {
	width : 660px;
	height : 100px;
	position : absolute;
	top : 25px;
	left : 240px;
}


#login {
	background-image:url(images/layout/logon.png);
	background-repeat:no-repeat;
	position : absolute;
	text-align:right;
	height : 50px;
	left : 0px;
	width : 660px;
	}
	
#menu {
	background-image:url(images/layout/navigation.png);
	background-repeat:no-repeat;
	position:absolute;
	height : 50px;
	left : 0px;
	top : 50px; 
	width : 660px;
	}

#content { /* Code appears at top of html pages */
	background-image:url(images/layout/content.png);
	background-repeat:no-repeat;
	height : 470px;
	left : 0px;
	position : absolute;
	top : 125px;
	left : 0px;
	width : 800px;
	overflow:auto;
	padding-left: 90px;
	padding-right: 10px;
	padding-top: 5px;

}

#bottom {
	background-image:url(images/layout/bottom.png);
	background-repeat:no-repeat;
	height : 30px;
	position : absolute;
	width : 900px;
	left: 0px;
	top: 600px;
	}

#footer {
	background-image:url(images/layout/footer.png);
	background-repeat:no-repeat;
	left : 0px;
	position : absolute;
	top : 625px;
	left : 0px;
	width : 900px;
	height: 100px;
}

