@charset "utf-8";
body {
	font-family:			Verdana, Geneva, sans-serif;
	background-repeat: 		repeat;
	text-align: 			center;
	font-size: 				12px;
	color: 					#666;
}

p{		
	padding-right: 			10px;
	padding-left:			10px;
	white-space:			normal;
}

#godiv {
	position: 				relative;
	background-image: 		url(images/gborder.png);
	background-repeat: 		no-repeat;
	height: 				542px;
	width: 					962px;
	top: 					40px;
	margin-left: 			auto;
	margin-right: 			auto;
	text-align: 			left;
}


#allcontent {
	position: 				absolute;
	background-image: 		url(images/allcontent.png);
	background-repeat: 		no-repeat;
	height: 				480px;
	width: 					920px;
	margin-top: 			20px;
	margin-right: 			10px;
	margin-bottom: 			20px;
	margin-left: 			10px;
	padding: 				10px;	

}
#sidebar {
	position: 				absolute;	
	background-repeat: 		no-repeat;
	position: 				absolute;
	height: 				470px;
	width: 					205px;
	padding-top: 			10px;
	text-align: 			center;

}

ul.navtextmain{
	margin-left: 			auto;
	margin-right: 			auto;
	width: 					200px;
	list-style-type: 		none;
	padding: 				0px;

}
#mainarea{
	position: 				absolute;
	height: 				457px;
	width: 					715px;
	left: 					215px;

}	

#header{
	position:				absolute;
	margin-top:				3px;
	height: 				75x;
	width:					200px;				
	float:					left;
	z-index:				20;
	
}

#jauto{
	float:					right;
	width:					200px;
	height:					20px;
	text-align:				center;
	right: 					0px;
	margin-right:			20px;
	margin-top:				20px;
}

#images{
	margin-top:				50px;
	position:				relative;
	width: 					695px; 
	height: 				410px; /* +16px for scrollbar */
	overflow-x: 			auto;
	overflow-y: 			none;
	white-space:			nowrap;
}

#footer{
	position:				absolute;
	width: 					695px;
	height: 				27px;
	font-size: 				10px;
	color: 					#999;
	bottom:					-31px;
	right:					18px;
	text-align:				right;
}
	
.aimage{
	height:					400;
	width:					600;
	margin-right:			10px;
	margin-left:			10px;
	background-color:		#069;
}


/* Link Preffs */

a{
	color: #999;
	text-decoration: none;
	outline: none;
	border: 0 none;
}

a:hover {
	color: #333;
}
#profileimage {
	float: right;
	margin-left: 10px;
	margin-right:	10px;
}

img{
	border: 0;
	margin-right: 5px;	
}

::-moz-selection{
background: #FFA851;
color: #333;
} 

::selection {
background: #FFA851;
color: #333;

}

