/* CSS Document for YesNoMaybeMusic.com*/

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: #717171;
	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: 740px;
	margin: 0px auto; 
	margin-top: 0px;
	text-align: left;
	}
	

#flashbanner {
	width: 740px;
	height: 297px;
	/* The following 2 are temporary 
	background-image:url(../images/flashTemp_bg.jpg);
	background-repeat:no-repeat;*/
	background-color:#00FF99;
}

#top 
{
	margin-top:30px;
	margin-left:2px;
	width:740px;
}

#container {
	width: 740px;
	margin-left: 11px;
	}

#mainbody {
	width: 740px;
	background-image:url(../images/design/back.jpg);
	background-repeat:repeat-y;
	}
	
#mainContent {
	background-color:#00FF33;
	}
		
#content {
	width: 700px;
	margin-left: 20px;
	margin-right: 100px;
	margin-top: 20px;
	}
	
#content2 {
	font-size: 80%;
	width: 440px;
	margin-left: 40px;
	padding-bottom: 30px;
	/*margin-top: 10px;*/
	min-height:200px;
	}
	
#content2 h1 {
	font-size: 120%;
	/*margin-left: 25px;*/
	margin-right: 40px;
	padding-bottom: 10px;
	margin-top: 10px;
	}
	
#content2 h2{
	font-size: 100%;
	/*margin-left: 25px;*/
	margin-right: 40px;
	padding-bottom: 10px;
	}	
	
#content3 {
	font-size: 70%;
	width: 650px;
	margin-left: 40px;
	margin-top: 20px;
	}		
	
#content2 p{
	margin-top: 10px;
	}

	
#leftcol {
	margin-top: 10px;
	width: 220px;
	margin-right:20px;
	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 p{
	font-size: 80%;
	margin-left: 25px;
	margin-right: 20px;
	padding-bottom: 10px;
	}
	
#content h1 {
	font-size: 110%;
	margin-left: 25px;
	margin-right: 40px;
	padding-bottom: 10px;
	}
	
#content h2{
	font-size: 100%;
	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;
} 		


#bottom {
	background-image:url(../images/design/footer_back.jpg);
	margin-left: 3px;
	width:740px;
	height: 75px;
	}	
		
#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: 0px solid #000000;
	}
	
.floatrt {
	float: right;
	margin: 0 0 20px 15px;
	border: 0px solid #000000;
	}				
	
.clr {
	clear: both;
	height: 10px;
}

.rowStyle1 {
	background-color:#FFCC00;
	}
	
.rowStyle2 {
	background-color:#837F73;
	}	
