@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
}



#wrapper{
	width: 1024px;
	height: 600px;
	margin: auto;
	background-image: url(images/website4_bkgrnd.jpg);
	
}

/*Layout*/

#left{
	width: 260px;
	height: 560px;
	float: left;
}

#lSection1{
	padding: 0px;
	width: 260px;
	height: 210px;
}

#contactArea{
	width: 260px;
	height: 100px;
}

#contactHead{
	font-size: 22px;
	text-align: center;
	padding: 5px;
}

#contactElements{
	width: 252px;
	height: 58px;
	padding: 4px;
}

#lSection3{
	width: 260px;
	height: 250px;
}

#right{
	width: 764px;
	height: 560px;
	float: left;
}

#navM{
	width: 600px;
	height: 30px;
	float: left;
	padding: 5px;
	font-size: 18px;
}

#navM a:link{
	color: #ffffff;
	text-decoration: none;
}

#navM a:hover{
	color: #000000;
}

#navM a:visited{
	color: #ffffff;
	text-decoration: none;
}

#navR{
	width: 130px;
	height: 30px;
	float: right;
	padding: 5px;
	font-size: 18px;
	text-align: right;
}

#subNav{
	width: 754px;
	height: 30px;
	padding: 5px;
	float: left;
}

#contentMain{
	width: 744px;
	height: 460px;
	float: left;
	padding: 10px;
}

#contentMain h1{
	padding: 0px 0px 5px 20px;
}

#contentMain p{
	padding: 0px 30px 5px 50px;
	font-size: 17px;
}

#title{
	width: 720px;
	height: 25px;
}

#image{
	width: 720px;
	height: 300px;
	padding: 5px 0px 5px 0px;
}

#image img{
	text-align: center;
}

#desc{
	width: 720px;
	height: 50px;
	padding: 0px;
	font-size: 14px;
}

#desc a:link{
	color: #999933;
	text-decoration: none;
}

#desc a:hover{
	color: #000000;
	background-color: #999933;
	text-decoration: none;
}

#desc a:visited{
	color: #66cccc;
	text-decoration: none;
}

#thumbs{
	width: 720px;
	height: 85px;
}

#thumbs img{
	padding: 0px 10px 0px 0px;	
}

#footer{
	width: 1014px;
	height: 30px;
	padding: 5px;
	clear: both;
	font-size: 12px;
	text-align: center;
}

#footer a:link{
	color: #999933;
	text-decoration: none;
}

#footer a:visited{
	color: #66cccc;
	text-decoration: none;
}



/*End Layout*/
/*Start Design
	Heading tags, image tags, paragraph tags, etc.*/

