@charset "utf-8";

/******************** CSS Document ********************/

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, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
	background: url("images/background.gif") top center repeat;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/******************** Content Styles ********************/

h1 {
	border-bottom: dotted 1px #666;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 40px 10px 40px;
	padding: 30px 0px 20px 0px;
	text-align: center;
}

h2 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 40px 10px 40px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

p {
	color: #999;
	font-size: 12px;
	line-height: 175%;
	padding: 10px 40px 5px 40px;
	text-align: left;
}

p.home {
	font-size: 10px;
	line-height: 175%;
	padding-top: 10px;
}

.left {
	float: left;
	margin: 6px 30px 10px 0px;
}

.right {
	float: right;
	margin: 6px 0px 10px 30px;
}

.left-border {
	border: solid 10px #333;
	float: left;
	margin: 4px 20px 10px 0px;
}

.right-border {
	border: solid 10px #333;
	float: right;
	margin: 4px 0px 10px 20px;
}

/******************** Layout Styles ********************/

#content {
	background: url("images/background-element.png") no-repeat;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-left: -485px;
	margin-top: -270px;
	position: absolute;
	width: 970px;
}

#header {
	height: 51px;
	margin: 29px 35px 0px 35px;
	padding: 0px;
	width: 900px;
}

#header img {
	display: inline;
	float: left;
}

#body {
	height: 430px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	width: 940px;
}

#one-column {
	margin: 30px 45px 0px 45px;
	padding: 0px;
}

#portfolio-left {
	display: inline;
	float: left;
	height: 390px;
	margin-left: 15px;
	width: 20px;
}

#portfolio-left img {
	margin-top: 175px;
}

#portfolio {
	display: inline;
	float: left;
	height: 390px;
	width: 900px;
}

#portfolio-right {
	display: inline;
	float: left;
	height: 390px;
	margin-right: 15px;
	width: 20px;
}

#portfolio-right img {
	margin-top: 175px;
}

#portfolio-previews {
	clear: left;
	display: block;
	height: 40px;
	margin: 0px 35px 0px 35px;
	width: 900px;
}

#portfolio-previews img {
	float: left;
}

#old-new {
	display: inline;
	float: left;
	height: 390px;
	margin-bottom: 50px;
	width: 900px;
}

#footer {
	color: #555;
	font-size: 10px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

/*
#content {
	background: url("images/background-element.png");
	height: 540px;
	padding: 0px;
	margin: 0px;
	width: 970px;
	z-index: 1;
}
*/



