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

a img {
	border: none;
}

body {
	margin: 0;
	padding: 0;
	background-color:#033942;
	color: #2f1b11;
}

h1, h2, h3, h4, h5 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

h1 {
	font-size:25px;
	color:#cb7e23;
	margin-top: -2px;
}
h2 {
	padding-top: 3px;
	font-size: 12px;
	font-weight:bold;
	color: #2f1b11;
}

p, td, th, li {
	margin-top: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height:16px;
	font-size:11px;
}
p a {
	color: #cb7e23;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

th {
	background-color: #eff1ee;
}

ul, ol {
	margin-top: 0px;
	padding-left: 15px;
}

#footer {
	clear: both;
	border-top: 1px solid #cb7e23;
	margin: 25px;
	padding: 5px 0 10px 0;
}
	#footer p {
		font-size:10px;
	}

#rendering {
	position:absolute;
	width: 227px;
	height:108px;
	top: 253px;
	left: 13px;
}

#main_col {
	padding: 40px 30px;
	overflow: hidden;
}
	#main_col .hr {
		width: 40px;
		height: 1px;
		background-color: #cb7e23;
		margin: 15px 0;
	}

#side_col {
	float: left;
	width: 205px;
	margin: 40px 0 0px 25px;
	padding: 165px 15px 15px 15px;
	background-color: #eff1ee;
}
	#side_col .hr {
		height: 4px;
		width: 200px;
		background-image:url(../images/side_rule.gif);
		background-repeat:no-repeat;
		text-align:center;
		margin: 20px auto;
	}
	
#spacer {
	clear:both;
	height: 40px;
}

#sub_nav {
	margin: 5px 0 0 40px;
}

	#sub_nav p {
		margin: 0;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size:12px;
		color: #cb7e23;
	}

#wrapper {
	position:relative;
	background-color:#FFFFFF;
	width: 768px;
	margin: 0 auto;
}

.beforeAfter {
	margin-bottom: 10px;
}

.comment_photo, .artwork {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	border: 1px solid #7d8976;
}

.list_table, .sign_table {
	width: 100%;
	text-align:left;
}
.txtInputWide {
	width: 80%;
}

.question {
	display: none;
}