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

body {
	background-image:url(images/bg.jpg);
	
	}

.content {
	font-family:Helvetica, Arial, sans-serif;
	color:#7e8d6a;
	font-size:12px;
	text-align:left;
	}
	
a:link {
	color:#7ea5bf;
	text-decoration:underline;
	}

a:visited {
	color:#7ea5bf;
	text-decoration:underline;
	}

a:hover {
	color:#608aa6;
	text-decoration:none;
	}
	
.footer {
	color:#FFFFFF;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	
	}

.footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
	
	}
	
.footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	
	}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	
	}
	
.price {
	color:#ac9d7d;
	font-size:20px;
	font-family:Palatino, Times New Roman, serif;
	}
	
h1 {
	color:#ac9d7d;
	font-size:16px;
	font-family:Palatino, Times New Roman, serif;
	}

h2 {
	font-size:14px;
	color:#51748d;
	padding:0;
	margin:0;
	}

.subdivision {
	color:#a1af85;
	font-size:24px;
	font-family:Palatino, Times New Roman, serif;
	text-transform:uppercase;
	}

strong {
	color:#576b3e;
	}
	
.box {
	background-color:#ffffff;
	padding:10px;
	border-bottom:double 3px #ad986c;
	border-top:double 3px #ad986c;
	border-left:double 3px #ad986c;
	border-right:double 3px #ad986c;
	color:#ac9d7d;
	
	}

hr {
	color:#d2c8b5;
	background-color:#d2c8b5;
	height:1px;
	}

.gallery-thumb {
	background-repeat:no-repeat; 
	padding-top:10px; 
	padding-left:2px;
	background-image:url(images/gallery-imgbg.jpg);
	width:232;
	height:158;
	}

.gallery-img {
	background-image:url(images/gallery-bigbg.jpg);
	width:392; 
	height:264; 
	background-repeat:no-repeat;
	padding-top:7px;
	}
