/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#cec6c3;
	background:#000000;
	
	}
	
#watermark {margin:0 auto; width:900px; }
	
#content {
	font-size:10pt;
	padding:0 1em 0 1em;
	}
	
#content img {
	border:#503b20 solid 2px;
	margin-left:15px;
	}
	
#content2 {
	font-size:10pt;
	padding:0 1em 0 1em;
	}
	
#content2 img {
	border:none;
	margin-left:15px;
	}
	
#footer {
	position:absolute;
	width:900px;
	text-align:center;
	font-size:8pt;
	background:url(images/footer_img.jpg) #000000 repeat-y top left;
	color:#7a6e6a;
		}
		
h1 {
	font-size:12pt;
	color:#b4a08b;
	font-weight:bold;
	}

.hr {
	background:url(images/horz_rule.png) no-repeat;
	height:15px;
	width:650px;
	text-align:center;
	}
	
.hr hr {
	display:none;
	}
	
.source {
	color:#908986;
	font-style:italic;
	font-size:8pt;
	}
	
	
a:link, a:visited {
	color:#c9aa93;
	font-weight:bold;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#9c7b5c;
	font-weight:bold;
	text-decoration: none;
	}
	
.model {
	color:#b4a08b;
	font-weight:bold;
	font-size:12pt;
	}
	
.div {margin-top:15px;width:100%;height:auto;}
	

