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

/* Reset v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset v1.0 | 20080212 */

/* Main */

body {
	background: url(images/bg-repeat.jpg) top center repeat-y #000;
	color: #fff7cf;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header {
	background: url(images/header.jpg) top center no-repeat;
	height: 320px;
}

#wrapper {
	width: 960px;
	margin: 0 auto 40px;
}
#main {
	background: url(images/main-bg.jpg) repeat-y;
	width: 860px;
	margin: 0 auto;	
	font-size: 0.9em;
	line-height: 1.2em;
}
#maintop {
	background: url(images/main-top.jpg) no-repeat;
	height: 40px;
}
#mainbottom {
	background: url(images/main-bottom.jpg) no-repeat;
	height: 69px;
}

#content {
	margin: 0 20px;
}
h2.about {
	background: url(images/about-header.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 71px;
	width: 421px;
	margin: 0;
}

h2.work {
	background: url(images/work-header.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 71px;
	width: 421px;
	margin: 30px 0 0;
}
h2.news {
	background: url(images/news-header.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 71px;
	width: 421px;
    margin: 30px 0 0;
}
h2.contact {
	background: url(images/contact-header.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 71px;
	width: 200px;
	margin: 30px 0 0;
	float: left;
}

#portfolio img {
	border: 2px solid #FF9;
	padding: 0;
	margin-bottom: 10px;
}

#portfolioitem {
	padding: 2px;
	border: 1px solid #FFC;
	float: left;
	width: 264px;
	height: 260px;
	margin: 0 3px 0 0;
	text-align:center;
	line-height: 1.2em;
}

#portfolioitem a {
	font-size: 1em;
	text-transform: uppercase;
	color: #FF6;
}

.description {
	font-style:italic;
}

.both {
	clear: both;
}

#emaillink {
	width: 350px;
	float: left;
	margin: 55px 0 0 0;
}

h3 {
	font-size:1.5em;
	margin: 50px 0 20px;
	border-bottom: 2px solid;
	padding: 0 0 5px 0;
	font-style: italic;
}

