@import url(http://fonts.googleapis.com/css?family=Arvo:regular,italic,bold,bolditalic);


html{
	height: 100%;
}
	

body{
	background: url(gridbg.png);
	margin: 0 auto;
	font-family: 'Arvo', georgia, serif; 
	color: #333;
	line-height: 24px;
	height: 100%;
}

body.portfoliobody{
	background: #fff;
}

#topstripe{
	position: relative;
	height: 42px;
	background: url(topbg.png) top center no-repeat;
	z-index: 10;
	top: 0;
}

#wrapper{
	background: #fff;
	width: 900px;
	position: relative;
	top: -42px;
	margin: 0 auto;
	height:auto !important;
	min-height: 100%;
	z-index: 1;
	padding: 50px 0 0 0;
}

#header{
	width: 880px;
	margin: 0 auto;
	height: 60px;
}

#header a{
	text-decoration: none;
}

#masthead{
	float: left;
}

#nav{
	width: 500px;
	padding: 36px 0 0 0;
	float: right;
	text-align: right;
}


#nav a:link,
#nav a:visited{
	font-weight: bold;
	color: #333;
	vertical-align: bottom;
	padding: 0 0 0 30px;
}	

#nav a:hover,
#nav a:active,
a:hover,
a:active{
	color: #009ddb;
}


#content{
	width: 600px;
	margin: 72px auto;
}

#portfoliocontent{
	width: 600px;
	margin: 0 auto;
	padding-top:10px;
	text-align: center;
}

#footer{
//	position: absolute;
	background: #fff;
	bottom: 0;
	width: 880px;
	clear: both !important;
	font-size: 12px;
	text-align: center;
}

a{
	color: #000;
}

h1{
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2{
	font-size: 22px;
	color: #009ddb;
	margin: 0 0 22px 0;	
}

label{
	padding: 20px 0 0 0;
}

.cf{
	width: 300px;
	height: 30px;
	background: #e5f5fb;
	border: 1px solid #999999;
}

textarea.cf{
	width: 600px;
	height: 200px;
}

.subhead{
	font-style: italic;
	font-size: 18px;
	color: #666;
	padding: 10px 0;
}

.cyan{
	color: #009ddb;
}
