/* General Style Definitions */
body {
	background:#663333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	margin:0 0 0 0;
}
a:link{color:#000066;}
a:visited{color:#000066;}
h1 {
	margin:0px 0px 14px 0px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#D82D00;
	text-transform:uppercase;
}
h2 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-style:italic;
}
img {display:inline; border:none;}
/* Classes */
.clear{
	width:100%;
	clear:both;
	height:1px;
	overflow:hidden;
}
.highlight{color:#CC0000;font-weight:bold;}

table#gallery{
	width:550px;
	margin:0 auto;
}

#gallery td{
	vertical-align:top;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}

/* IDs */
#container{
	background:#B2B2B2 url(images/bg.jpg) repeat;
	width:800px;
	border:1px solid #000000;
	margin:15px auto;	
	height: auto !important; /* for modern browsers */
	height: 655px; /* for IE5.x and IE6 */
	min-height: 655px; /* for modern browsers */	
}
#container:after{
	content: '.'; display:block; height: 0; visibility: hidden; clear:both;
}
#content{
	float:left;
	width:590px;
	padding:12px 10px 3px 12px;
}
#footer{
	width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 auto;
	height:60px;
	font-size:9px;
	text-align:center;
	padding-bottom:15px;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}
#header{
	width:100%;
	height:220px;
	overflow:hidden;
}

#middle{
	width:800px;
	padding-bottom:10px;
}
#navigation{
	float:left;
	width:180px;
}

#sidebar{
	float:right;
	margin-top:30px;
	margin-left:5px;
	width:160px;
	font-weight:bold;
	padding:0 0 20px 10px;
	text-align:center;
	font-size:9px;
	border-left:3px dotted #D9D9D9;
}
