html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.125em;
	color: #f2f2f3;
	background:#0a0800 url(images/bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.875em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Structure */

#wrap{
	width:980px;
	margin:0 auto;
}

#header{
}	

#navigation img{
	padding-left:20px;
	padding-right:20px;
}

#leftContent{
	width:640px;
	float:left;
	overflow:hidden;
	margin-bottom:1px;
}

#leftContent p, h3{
	margin-bottom:15px;
}

#leftContent h3{
	font-size:1.125em;
	font-weight:bold;
}

#rightContent{
	width:257px;
	float:right;	
}

#testimonial{
	background:url(images/testimonial-bg.gif) repeat-y;
	padding-left:23px;
	padding-right:23px;
	padding-top:5px;
}

#testimonial p{
	color:#0c0700;
	font-size:.875em;
}

#leftServices{
	width:300px;
	float:left;
}

#rightServices{
	width:300px;
	float:right;
}

#leftServices ul{
	list-style:disc;
	padding-left:20px;
}

#rightServices ul{
	list-style:disc;
	padding-left:20px;
}

.workImg{
	border:4pt solid #a88766;
	margin-left:40px;
}

#leftContact{
	width:426px;
	float:left;
}

#rightContact{
	width:174px;
	float:right;
}

#contactFormHolder{
	width:345px;
	background:url(images/contact-bg.gif) repeat-y;
	padding-left:40px;
	padding-right:40px;
}

#contactInfo{
	width:520px;
	float:right;
}

#contactInfo p{
	color:#a88766;
	padding-bottom:15px;
}

#contactInfo strong{
	color:#fff;
}

#contactInfo a{
	border-bottom:1pt dotted #fff;
	color:#fff;
	text-decoration:none;
}

#contactFormHolder input{
	display:block;
}

#contactFormHolder form{
	padding-top:25px;
	margin:0 auto;
}

.input{
	width:300px;
	height:20px;
	padding:5px;
	background:#fff;
	border:1pt solid #a88766;
	margin-bottom:15px;
}

#contactFormHolder textarea{
	width:310px;
	height:200px;
	overflow:auto;
	background:#fff;
	border:1pt solid #a88766;
	margin-bottom:15px;
}

.submit{
	width:50px;
	height:30px;
	background:#fff;
	border:1pt solid #a88766;
	margin-bottom:15px;
	color:#a88766;
	float:right;
	margin-right:22px;
}

/* Tools */

.left{
	float:left;
}

.clear{
	clear:both;
}