body { 
	background-image: url('images/bg.jpg');
	background-color: #1A1916;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}
.main {
	font-family: arial,helvetica,sans-serif;
	color: #D3D3D3;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.mainfull {
	font-family: arial,helvetica,sans-serif;
	color: #D3D3D3;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.gallery {
	margin: 0px 0px 20px 20px;
}
h1 {
	font-family: arial,helvetica,sans-serif;
	color: #FFF;
	font-size: 26px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
p {margin-top: 0px; margin-bottom: 12px;}

strong {
	font-family: arial,helvetica,sans-serif;
	color: #D5C4AD;
	font-size: 11px;
	font-weight: normal;	
}

A:hover {color: #D5C4AD; text-decoration: underline;}
A:active{color: #D5C4AD; text-decoration: none;}
A:link {color: #D5C4AD; text-decoration: none;}
A:visited {color: #D5C4AD; text-decoration: none;}

.textbg {
	background-image: url('images/textbg.gif');
	}
.textbgfull {
	background-image: url('images/textbgfull.jpg');
	background-repeat: no-repeat;
	background-color: #3D362C;
	}
.leftlink {
	font-family: arial,helvetica,sans-serif;
	color: #C6B6A1;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	margin-top: 0px;
	margin-left: 38px;
	margin-right: 0px;
	margin-bottom: 4px;
	}
.contact {
	font-family: arial,helvetica,sans-serif;
	color: #C3BDB0;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 144px;
	}