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

/*=======================
===== G L O B A L =======
=======================*/
*{
	padding:0;
	margin:0;
	border:0;
}
body{
	background-color:#b7957b;
	background-image: url(images/bg.png);
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position: top;
}
/*=========================
===== T A R G E T S =======
=========================*/
#container{
	width: 850px;
	background-color: white;
	margin: 50px auto;
	border: 1px solid #ddd;
	
}
	#header{
		padding: 20px 0 0 60px;
	}
	#column{
		padding: 0 0 0 40px;
	}
	#nav{
		width:320px;
		height: 429px;
		float:right;
		background-repeat:no-repeat;
		background-image:url(../images/header/rotate.php);
		padding: 0 0 25px 50px;
	}
		#nav ul{
			list-style-image:url(images/bullet.gif);
			margin: 230px 65px 5px 30px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
		}
		#nav ul li{
			padding: 5px 0;
		}
			#nav ul li a{
				
				color: #444;
				text-decoration: none;
			}
				#nav ul li a:hover{
					text-decoration: underline;
				}
	#body h1{
		padding: 16px 0 0 70px;
		background-image: url(images/h-bg.gif);
		background-repeat:repeat-x;
		background-position: bottom;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #4e4e4e;
		width:372px;
		clear:none;
	}
	#body .copy{
		padding: 0 5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #868686;
		font-size: 12px;
		width: 352px;
		margin: 25px;
	}
		#body .copy #video{
			border: 1px solid black;
		}
		#body .copy a{
			color:black;
			
		}
		#body .copy p, #body .copy ul{
			padding-bottom: 1em;
		}
		
		#body .copy h2{
			font-size: 1.1em;
			font-family:Georgia, "Times New Roman", Times, serif;
			color: grey;
			margin-top: 15px;
			border-bottom: 1px solid #d5d5d5;
			margin-bottom: 10px;
			clear:left;
		}
		#body .copy h3{
			font-size: 1.1em;
			font-family:sans-serif;
			color: grey;
			margin-top: 15px;
			border-top: 1px solid #ccc;
			padding-top: 5px;
			margin-bottom: 10px;
			clear:left;
		}
		#body .copy ul{
			margin-left: 25px;
		}
			#body .copy ul li{
				padding: 3px;
			}
		#body blockquote{
			text-align: right;
			font-size: .9em;
			margin-bottom: 3.5em;
		}
	#body .quote{
		background-image: url(images/quote.gif);
		background-position: top left;
		background-repeat:no-repeat;
		padding: 20px 20px;
		margin: 20px 0 0 25px;
		width: 320px;
		color: #4b4b4b;
		font-size: 16px;
		font-weight: bold;
	}
	#body .blockquote{
		background-color: #f1f1f1;
		font-style:italic;
		padding-left: 20px;
		margin-bottom: 12px;
	}
		#body .quote b{
			display:block;
			text-align:right;
			font-weight: normal;
		}
	#footer{
		clear:both;
		background-image: url(images/footer-bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		height:45px;
		color: #999;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:center;
		line-height: 10px;
	}
	#footer #hover{
		text-align: center;
		line-height:13px;
		position: relative;
		bottom: 8px; 
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		letter-spacing: 5px;
		color: #c2c2c2;
	}