/* CSS Document */

/* IE 6 workaround .  The " * html" text makes other browsers ignore this.*/

body { 
	margin-top:15px; 
	padding:0; 
	background-image:url(images/page-bg.jpg); 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	}

#logo-wrapper {
	height:166px;
	margin-top:25px;
	}
	
#logo {
	width:199px;
	margin-left:5px;
	}
	
.logo-left {
	float:left;
	}
	
.logo-right {
	float:left;
	}
	
#header {
	float:left;
	margin-left:198px;
	margin-top:-113px;
	}

* html #header {
	margin-left:99px;
	}

#content-wrapper {
	background-color:#FFFFFF;
	margin:auto;
	padding:0px 10px 5px 10px;
	width: 810px;
	border:1px solid #ccc;
	}
	
#center-content {
	margin-top:30px;
	padding:0 10px 0 10px;
	}
	
#left-content {
	width: 570px;	
	float:left;
	}
	
#right-content {
	margin-left:572px; 
	font-size:10px;
	color:#996600;
	border:1px solid #336699;
	}
	
#right-content p {
	padding:0 4px 0 4px;
	line-height:10px;
	}
	
#right-content a {
	font-size:10px;
	color:#006699;
	text-decoration:none;
	}
	
#right-content a:hover {
	text-decoration:underline;
	}

.right-headline {
	background-color:#336699;
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding:3px;
	font-weight: bold;
	}

h2 {
	text-align:center;
	}

h3 {
	color:#CC6600;
	}

h5 { 
	margin-bottom:-20px;
	}	
	
h6 { 
	margin-bottom:10px;
	}
	
li {
	margin-bottom:4px;
	}
	
.line-break {
	width:800px;
	border-top:1px dashed #663300;
	text-align:center;
	}

img {
	border: 0px none;
	}
	
.col-wrapper {
	width:auto;
	border-bottom:1px solid #CC6600;
	}
	
.col-img {
	padding:5px;
	text-align:center;
	}
		
.col-caption {
	font-size:10px;
	padding:0 0 5px 5px;
	text-align:center;
	}
	
.center-img {
	text-align:center;
	}

.photo-wrapper {
	clear:all;
	width:560px;
	}
	
.photo-wrapper img {
	float:left;
	position:relative;
	margin:0 10px 5px 5px;
	}
	
a {
	font-size:12px;
	color:#006699;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
		
#footer {
	clear:both;
	margin:25px 0 10px 0;
	border-top:1px solid #CCCCCC;
	font-size:10px;
	text-align:center;
	padding:5px 0 0 5px;
	}
	
#footer a {
	font-size:10px;
	}
