/* CSS Document */

body{
	margin:0 auto 0 auto;
	background:#414141;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

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

a:hover {
	color: #FFF;
	text-decoration:underline;
}

#header{
	width:1000px;
	height:100px;
	margin:0 auto 0 auto;
}

#header-left{
	float:left;
	width:319px;
	height:100px;
}

#header-right{
	float:right;
	width:324px;
	height:33px;
	padding:16px 0 0 0;
}

#subnav{
	float:right;
	width:455px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#89B7B6;
	margin:20px 0 0 0;
}

#subnav a:link, a:visited, a:active, a:hover{
	color:#89B7B6;
}


#content{
	width:1000px;
	height:450px;
	margin:30px auto 0 auto;
}

#gallery{
	width:1000px;
	height:600px;
	margin:20px auto 0 auto;
}


#content-left{
	float:left;
	width:297px;
	height:420px;
	padding:15px 0 0 0;
}

#lines{
	float:left;
	width:5px;
	height:342px;
	padding:62px 0 0 33px;
}

#content-right{
	float:right;
	width:616px;
	min-height:450px;
	border:#FFF solid 8px;
}

#content-right-inside{
	padding:5px 20px 5px 20px;
	text-align:justify;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	font-style:italic;
	padding:0 0 15px 0;
}

h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #89B7B6;

}

#footer{
	background:#414141;
	width:1000px;
	margin:55px auto 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#89B7B6;
}

#footer-gallery{
	background:#414141;
	width:1000px;
	margin:0 auto 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#89B7B6;
}

#footer-left{
	float:left;
	width:500px;
}

#footer-right{
	float:right;
	width:500px;
	text-align:right;
	font-weight:bold;
}

#footer-right a:link, a:visited, a:active, a:hover{
	color:#89B7B6;
}

.clear-all{
	clear:both;
}