body{
	margin:0px;
	padding:0px;
	background:url('bg.png');
}
#title{
	width:970px;
	height:200px;
	margin:auto;
	background:url('title.png');
}
#logo{
	width:250px;
	height:200px;
	float:left;
}
#logo a img {
	border:0;
	}
#clear {
	clear:both;
}
#title_content{
	text-align:center;
	font-family:georgia;
	font-size:small;
	color:#696969;
	padding:20px;
	width:660px;
	height:160px;
	float:left;
}
#main{

	width:970px;

	min-height:600px;

	margin:auto;

	background:url('main.png') repeat-y;

}
#main_contact{

	width:970px;

	min-height:900px;

	margin:auto;

	background:url('main.png') repeat-y;

}
#footer{
	width:970px;
	height:200px;
	margin:auto;
	background:url('footer.png');
	margin-bottom:30px;
}
#footer_content{
	width:660px;
	padding-right:40px;
	padding-left:270px;
	padding-top:120px;
	height:80px;
	color:#696969;
	font-family:helvetica;
	font-size:small;
	text-align:center;
	line-height:18px;
}
.nav{
	padding:20px;
	width:210px;
	height:600px;
	float:left;
}
.content{
	margin-bottom:30px;
	font-family:georgia;
	color:#696969;
	font-size:small;
	position:relative;
	margin-right:40px;
	width:620px;
	padding:20px;
	border-top:1px dashed #d3d3d3;
	border-right:1px dashed #808080;
	float:right;
	line-height:20px;
}
.image{
	position:relative;
	float:right;
	border:8px solid #dcdcdc;
	margin-right:40px;
	margin-bottom:30px;
}
.imagead{
	position:relative;
	float:left;
	border:8px solid #dcdcdc;
	margin-left: 290px;
	margin-right:40px;
	margin-bottom:30px;
}
.clear{
	clear:both;
	width:970px;
	height:1px;
}
h6{
	line-height:0px;
	font-weight:normal;
}
.thumbs{
	overflow:hidden;
	float:left;
	margin-right:5px;
	width:31px;
	height:31px;
	margin-bottom:5px;
	border:3px solid white;
}
.thumbs a img {
	border:0;
	}
.link {
	letter-spacing:5px;
	margin-bottom:30px;
	padding-bottom:12px;
	text-transform:uppercase;
	clear:left;
	position:relative;
	top:40px;
	color:#fafafa;
	text-align:center;
	font-family:verdana;
	font-size:small;
	width:210px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #f5f5f5;
}
.link a {
	text-decoration:none;
	color:white;
}
.link a:hover {
	text-decoration:none;
	color:#808080;
}
a.quiet:link, a.quiet:visited{
	color: #696969;
	font-size:small;
	font-weight:normal;
	text-decoration: none;
	cursor: text;
	font-family:georgia;
	
}
a.quiet:hover, a.quiet:active{
	color: #696969;
	font-size:small;
	font-weight: normal;
	text-decoration: none;
	cursor: text;
	font-family:georgia;
}