@charset "UTF-8";

body {
	margin:0 0 0 100px;
	text-align: left; 
	padding:0;
	position:absolute;
	height:100%;
	background-color:#cccccc;
	background: url(img/pat_20031208100956.gif);
}
ul {
	list-style-type:square;
	color:#cccccc;
	line-height: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	}
	
#container { 
	width: 500px;
	background: #ffffff;
	margin: 0 auto;
	border: 1px solid #999999;
	text-align: left;
	min-height: 100% !important;
	background:url(img/fauxbg.png);
	background-repeat: repeat-y;
	}
	
	
#menu {
	width: 150px;
	padding: 10px 0 10px 0;
	float: left;
	background-color: #cccccc;
}
	#menu a {
	text-decoration:none;
	letter-spacing: 0.3em;
	display:block;
	width:100px;
	color: #666666;
			}
			
	#menu a:hover {
	color: #ffffff;
	background-color:#999999;
	display:block;
	width:100px;
	}
			
	#menu h1 {
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	}

.content {
	margin: 0 0 0 150px;
	padding: 20px 20px 20px 20px;
	background-color:white;
	border-left: #cccccc 3px double;
	width: 307px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
	.content strong {
	color: #333333;
	}
	
	.content b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	font-size:12px;
	}
	
	.content a {
	color:#FF9900;
	text-decoration:none;
	font-size: 10px;
	}
	
	.content a:hover {
	color: #FF6600;
	}
	
	.content a:visited {
	color:#FF3300;
	}
	
.header {
	width: 500px;
	height:200px;
	background-color:#CCCC66;
}
.header img {
	border: none;
	margin: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}