@charset "utf-8";
body {
	font: "Times New Roman", Times, serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1022px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header{ height:195px; }
#nav{ height:20px; padding:14px 18px; border-bottom:#A7A154 1px solid; margin-bottom:1px;}
#nav ul{ margin:0; padding:0; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; font-weight:bold;}
#nav li{ display:inline; margin:0; padding:0 10px; margin:0 ;color:#888;}
#nav li a:link, #nav li a:visited {text-decoration:none; color:#888;}
#nav li a:link.golden, #nav li a:visited.golden {text-decoration:none; color:#A7A154;}
#nav li.active { color:#A7A154;}

#mainContent{
	margin-top:2px;
	background:#FAF9EF;
}
.profilePhoto { float:left; margin-left:50px; margin-top:50px;padding-bottom:45px;}
.profileText {padding-left:50px; padding-top:50px; float:right; width:600px; float:left;}
.column{ width:46%; float:left; padding:0 10px; text-align:justify;}
#mainContent h1{padding:0 10px;}

#footer{ height:81px; border-top:#A7A154 1px solid; padding:15px 0px;}
#footer h6{ float:right; padding-right:24px;}

.clear{ clear:both;}
.alignCenter{ text-align:center; margin:0 auto;}
.floatLeft{ float:left;}
.floatRight{ float:right;}
.golden{color:#A7A154;}
 a:link .golden, a:visited .golden{color:#A7A154; text-decoration:underline;}
.listingsThumb{ margin-right:5px; margin-bottom:10px; float:left; border:#A7A154 1px solid; padding:3px;}

h1{color:#A7A154; font-weight:lighter; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; margin:0; padding:10px 0;}
h3{color:#A7A154; font-weight:lighter; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; margin:0; padding:10px 0;}
h5{ margin:0; padding:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; font-weight:lighter; color:#888;}
h6{color:#A7A154; font-weight:lighter; margin:0; padding:10px 0;}
p{ color:#666; font-size:12px; margin:0; padding:10px 0;}
p a:link, p a:visited{color:#666; text-decoration:none;}

#contact label{ color:#666; font-size:12px; width:130px; float:left; padding:2px; text-align:left;}
#contact input{ color:#666; font-size:11px; width:100px; float:left; padding:2px; text-align:left;}

#collections { width:800px; margin:auto;}
#collections td{ border:1px solid #A7A154; background:#FDFCF7; padding:20px; text-align:center; width:400px;}
#collections p a:link, #collections p a:visited{color:#666; text-decoration:none;}
#collections .titleImage { border:1px solid #A7A154;}
