body{
	background: #666;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
#container{
	position: relative;
	width: 1000px;
	margin: auto;
	background: #ccc;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #333;
	padding: 10px;
}
#header{
	border-bottom: 2px solid #999;
}
#header h1{
	text-align: right;
	margin-bottom: -8px;
	_margin-bottom: 0;
	font-size: 24px;
}
#nav{
	color: #666;
	font-weight: bold;
	margin-left: -8px;
}
#nav a{
	color: #666;
	margin: 0 10px 0 10px;
	text-decoration: none;
}
#nav a:hover{
	color: #999;
}
#hoverDiv{
	width: 100%;
	text-align: center;
	color: #fff;
	filter:alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}
#content{
	min-height: 500px;
	height: auto;
	_height: 500px;
}
#footer{
	text-align: center;
	font-weight: bold;
	color: #999;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	color: #666;
}
table.main td{
	vertical-align: top;
}
table.main td.contentTD{
	width: 815px;
}
#rightColumn{
	border: 1px solid #999;
	background: #ddd;
	padding: 2px 3px 2px 3px;
	float: right;
	width: 175px;
	min-height: 500px;
	height: auto;
	_height: 500px;
}
#rightColumn p{
	margin: 0 0 10px 0;
	padding: 0;
	text-align: justify;
}
#rightColumn h3{
	font-size: 14px;
}
#mainImage{
	text-align: center;
}
#mainImage img{
	border: 2px solid #000;
}

/****************************\
category nav
\****************************/
#categories a{
	color: #333;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}
#categories a:hover{
	color: #999;
	background: #fff;
	
}
/****************************\
scroller
\****************************/
#scroller{
	width: 70%;
	margin: auto;
	border: 2px solid #000;
	height: 80px;
	margin-top: 10px;
	background: #eee;
}
#details{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #ccc;
}
#details h3{
	text-align: center;
}

/****************************\
contact
\****************************/
#contactContent{
	margin-top: 20px;
	text-align: center;
}
#contactContent table{
	width: auto;
	margin: auto;
	margin-top: 20px;
}
#contactContent textarea{
	width: 500px;
	height: 200px;
}

#contactForm{
	text-align: center;
}
#contactForm textarea{
	width: 150px;
	height: 300px;
}