@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:67.5%;
	font-family:Verdana, Geneva, sans-serif;
	background:#333333;
}

#main_wrap{
	width:900px;
	height:684px;
	margin:10px auto;
	background-image:url(images/frame.gif);
	background-repeat:no-repeat;
	padding-top:115px;
}

#footer{
	width:830px;
	margin:0 auto;
	color:#FFF;
	font-size:9px;
}

.copywrite{
	float:left;
}

.webtag{
	float:right;
}

#content{
	width:647px;
	height:526px;
	margin:12px auto 0;
	overflow:auto;
	background-color:#FFF;
}
#gallery_content{
	width:650px;
	height:480px;
	margin:0 auto;
	overflow:auto;
	background-color:#000;
}

#interior_content{
	width:647px;
	height:480px;
	margin:0 auto;
	background-color:#000;
}

#titlebar{
	width:597px; height:55px; clear:both; margin:0 auto ; background:#000; color:#FFF; padding-left:50px;
}

#titlebar h1{
	display:block;
	float:left;
	padding:0 20px;
	margin-top:10px;
}

a {
	color:#FFF;
}

a:link, a:visited{
	color:#FFF;
	text-decoration:none;
}

a:hover, a:active{
	color:#555;
	text-decoration:underline;
}

.selected{
	color:#CC9;
}

#leftblob{
	width:150px;
	height:480px;
	float:left;
}

#right_col{
	width:497px;
	height:480px;
	overflow:auto;
	color:#FFF;
	float:left;
}

#right_col p{
	padding:2px 20px;
	line-height:150%;
}

#right_col img{
	margin:5px 0 5px 50px;
}

#right_col table{
	width:440px;
	margin:5px auto 10px;;
}

hr{
	width:440px;
	margin:0 auto;
}