body {  
	background: #141414 url(/jackass/images/bg.gif);
	text-align: justify; 
	color: #1a1f1f;
	font: 8pt "Trebuchet Ms", Sans-serif;
}



h3 {
	color: #1a1f1f;
	font: 10pt Georgia, serif;
	letter-spacing: 0px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 25px;
}

img {
	border: 0;
}


a:link, a:visited {
	text-decoration: underline;
	color: #a31309;
}

a:hover, a:active {
	background-color: #CFD0C2; 
	color: #a31309;
}



input, textarea, select {
	border : 1px solid #b7babe; 
	padding : 1px;
	margin : 2px;
	background-color: #ffffff; 
	font : 11px "Trebuchet Ms", sans-serif;
	color: #666; 

} 
textarea, select {
	width : 90%; 
}

blockquote {
	border-left: 3px solid #a31309;
	font-size : 10px; 
	margin: 0 10px 0 60px;
	padding-left: 5px;
	font-style: italic;
	line-height: 10pt;
}

p {
	margin: 15px 0;
	text-align: justify;
}

ul{
	margin: 15px 0;
	padding-left: 30px;
}

/* Layout */

#layout {
	width: 405px; 
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #abafb2;
}

#container {
	width: 405px; 
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background: #abafb2 url(/jackass/images/header.gif) no-repeat;
}

#header {
	width: 405px; 
	height: 359px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background: #abafb2 url(/jackass/images/header.gif) no-repeat;
}

#leftside {
	width: 105px; 
	padding: 0px;
	float: left;
	background-color: #abafb2;
}


#menu { 
	width: 110px; 
	height: 298px;
	padding: 0px 0px 0px 0px;
	background-color: #abafb2;
	text-align: center;
}

#menu a {
	padding: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	color: #1a1f1f;
}

#menu a:hover, #menu a:active {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#rightside {
	width: 300px; 
	padding: 0px;
	float: left; 
	background: transparent;
}
	

#content {
	width: 300px; 
	float: left;
	background: #abafb2;
}

#contenttext {
	padding: 30px 0px 0px 10px;
	text-align: justify;
	line-height: 13pt;
	width: 270px; 
	float: left;
	overflow: auto;
	background: transparent;
}

#footer { 
	width: 405px;
	height: 150px;
	float: left;
	background: transparent;
}

#menu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 10px 10px;
	border: none;
	}
#menu li {
	border-bottom: 1px solid #a31309;
	margin: 0;
	}
#menu li a {
	display: block;
	padding: 2px;
	background-color: #4b6b81;
	color: #d3beb9;
	text-decoration: none;
	width: 80px;
	border-bottom: 1px solid #a31309;
	}
html>body #menu li a {
	width: 85px;
	}
#menu li a:hover {
	padding: 2px;
	width: 80px;
	background-color: #16295f;
	border-bottom: 1px solid #a31309;
	}
 