@CHARSET "ISO-8859-1";

body, html {
	color:white;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family:Verdana;		
}

body {
	background:#2E2E2E;	
}

p, div {	
	color:white;	
	margin:0px;
	padding:0px;
}

a {
	color:orange;	
}

.body {
	background:url(../images/bg_stripe.jpg) repeat-y center top #000000;		
}

.container {
	width:916px;	
}

.logo {
	width:916px;
	height:408px;	
}

.leftpipes {
	float:left;
	width:153px;
	height:252px;
	background:url(../images/left_pipes.jpg);
}

.rightpipes {
	float:left;
	width:153px;
	height:252px;
	background:url(../images/right_pipes.jpg);
}

.contentcontainer {
	float:left;
	width:610px;	
}

.nav {
	height:65px;
}


.nav_left {	
	width:60px;
	height:65px;	
	background:url(../images/nav_left.png);
}

.nav_right {
	width:34px;
	height:65px;	
	background:url(../images/nav_right.png);
}

.nav_bottom {
	background:url(../images/nav_bottom.jpg);
	width:610px;	
	height:37px;
}

.content {
	background:url(../images/content_bg.jpg) repeat-y top left;		
	min-height:150px;
	text-align:left;
}

.contentinner {	
	position:relative;
	top:-2px;
	padding:8px;
	margin-top:0px;	
	text-align:left;
}

.contentbottom {
	color:#EAEAEA;
	font-family:Verdana;
	font-size:12px;
	background:url(../images/content_bottom.jpg) no-repeat top left;
	width:610px;
	height:8px;
	margin-bottom:20px;
	padding-top:15px;
}
