/* CSS Document for Deep Shag*/

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset, form {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #837F73;
	text-align: center;
	background-repeat: repeat-x;
}

a:link, a:active {
color: #FFB01F;
text-decoration: underline;
}

a:visited {
color: #FFB01F;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: none;
background-color: #FFB01F;
} 


#wrapper {
	/*background-color: #FFFFFF;*/
	width: 800px;
	margin: 0px auto; 
	margin-top: 0px;
	text-align: left;
	}
	

#flashbanner {
	width: 800px;
	height: 247px;
	/* The following 2 are temporary 
	background-image:url(../images/flashTemp_bg.jpg);
	background-repeat:no-repeat;*/
	background-color:#00FF99;
}

#container {
	width: 800px;
	margin-left: 11px;
	}

#mainbody {
	width: 800px;
	background-image:url(../images/design/main_bg.jpg);
	background-repeat:repeat-y;
	}
	
#mainContent {
	background-color:#00FF33;
	}
		
#content {
	width: 700px;
	margin-left: 40px;
	margin-right: 100px;
	margin-top: 10px;
	min-height:inherit;
	}
	
#content2 {
	font-size: 80%;
	width: 400px;
	margin-left: 60px;
	margin-top: 10px;
	min-height:inherit;
	}
	
#content3 {
	font-size: 70%;
	width: 600px;
	margin-left: 100px;
	margin-top: 20px;
	min-height:inherit;
	}		
	
#content2 p{
	margin-top: 10px;
	}

	
#leftcol {
	margin-top: 10px;
	width: 250px;
	margin-right:10px;
	float: right;
	}
	
#leftcol p{
	font-size: 80%;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
#leftcol a:link, a:active {
color: #FFCC00;
text-decoration: underline;
}

#leftcol a:visited {
color: #FFCC00;
text-decoration: underline;
}

#leftcol a:hover {
color: #FFffff;
text-decoration: none;
background-color: #FFCC00;
} 		
	
#content table {
	margin-left:25px;
	}

#content p{
	font-size: 80%;
	margin-left: 25px;
	margin-right: 20px;
	padding-bottom: 10px;
	}
	
#content h1 h2{
	margin-left: 25px;
	margin-right: 40px;
	padding-bottom: 10px;
	}	
	
#content a:link, a:active {
color: #FFB01F;
text-decoration: underline;
}

#content a:visited {
color: #FFB01F;
text-decoration: underline;
}

#content a:hover {
color: #ffffff;
text-decoration: none;
background-color: #FFB01F;
} 		
	
#content h1{
	font-size: 100%;
	margin-left: 25px;
	padding-bottom: 10px;
	}	
	
		
#footer {
	background-image: url(../images/design/footer.jpg);
	/*background-repeat: repeat-y;
	margin-left: 11px;*/
	height: 78px;
	color:#FFFFFF;
	clear: both;
	}		
	
#footer p {
	font-size: 60%;
	padding: 3px;
	text-align: center;
	}	
	
#footer a:link, a:visited, a:active {
color: #FFCC00;
text-decoration: underline;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: none;
background-color: #FFCC00;
} 

table {
	font-size: 80%;
	}
	
.floatlft {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #000000;
	}
	
.floatrt {
	float: right;
	margin: 0 0 20px 15px;
	border: 1px solid #000000;
	}				
	
.clr {
	clear: both;
	height: 10px;
}

.rowStyle1 {
	background-color:#FFCC00;
	}
	
.rowStyle2 {
	background-color:#837F73;
	}	
