<style>

/* CSS Document */

body, td {
	margin: 0px;
		font-family: verdana, arial, sans-serif;
		font-size:13px;
  		line-height:20px;
		color:#FFFFFF;
		background: url("/images/bg-gradient.jpg") no-repeat; 
		}


a {
	
	color:990000;
	text-decoration:none;
}

a:hover {
	
	color:990000;
	text-decoration:none;
}

a:visited {
	
	color:990000;
	text-decoration:none;
}

#wrapper {
	text-align: left;
	margin: 0px auto; 
	padding: 0px;
	border:0px;
	width: 790px;
	height:100%;
	background: url("/images/bg.jpg") no-repeat;	

}


#wrapper2 {
	text-align: left;
	margin: 0px auto; 
	padding: 0px;
	border:0px;
	width: 790px;
	height:100%;	
}


#home {
	width: 500px;
	height:100%;
	margin: auto; 
	
}




#nav {
			position:relative;
			left:300px;
			top:100px;
		}

#pops {
			position:relative;
			width:380px;
			left:210px;
			top:4px;
		}
		
		
#quote {
		
			width:280px;
			left:00px;
			top:320px;
		}

#audio {
			position:relative;
			width:180px;
			left:580px;
			top:0px;
		}
		
			
#buttons {
			text-align:center;
			position:relative;
			width:15px;
			left:745px;
			top:210px;
		}
#buttons a {
			font-family:arial, sans-serif;
			font-size:15px;
			font-weight:bold;
			color:gray;
			text-decoration:none;
		}
#buttons a:hover {
			color:black;
		}


		#content { 

			margin: 0px auto; 
			width:790px;
			font-family: verdana, arial, sans-serif;
			font-size:13px;
			line-height:20px;
			color:#ffffff;

		}


		#left-col {
		float:left;
		width:180px;
		font-size:13px;
		margin-top:10px;
		margin-left:0px;
		}

		#right-col {
		float:right;
		width:400px;
		margin-top:90px;
		margin-right:60px;
		}


#right-col-wide {
float:right;
width:420px;
margin-top:10px;
margin-right:70px;
}


#wide-col {
float:left;
font-size:13px;
margin-top:10px;
margin-left:40px;
margin-right:50px;
}

#single-col {
float:left;
width:520px;
font-size:13px;
margin-top:10px;
margin-left:100px;
}





#footer {
clear: both;
margin-left:0px;
font-size:11px;
padding-left:100px;
}


#right {
float:right;
}

#left {
float:left;
}





/*  text style  */



.quotes {
font-family:Georgia, Times;
font-size:17px;
font-style:italic;
line-height:18px;

}






</style>