html{
	background:url(../images/bgs/bodybg.jpg) no-repeat 50% 0% #fff;
	padding:0;
	margin:0;
}
body {
	background:url(../images/bgs/footerbg.jpg) no-repeat 50% 100%;
	margin: 0; padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:center;
	min-height:450px;
	color:#333;
}
html, body, form, label, legend, table, td, th{
	margin:0; padding:0;
}
h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
	padding:0;
}
p{
	margin:0 0 15px 0;
	padding:0;
}
ul{
	margin:0 0 15px 0;
	padding:0;	
}
ol{
	margin:0 0 15px 0;
	padding:0 0 0 20px;	
}
li{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
li li{
	padding:0 0 0 20px;
}
li ul{
	padding:10px 0 0 0;
}
ol li{
	list-style:decimal;
}
a{
	color:#333; outline:none;
}
	a img{ border:none; }
	a:hover{ text-decoration:none; }
	a:visited{ color:#990000; }
th{ text-align:left; }
hr{ display:none; }
.hr, .hr-clear{
	height:1px;
	font-size:0px;
	margin:0 0 20px 0;
	border-bottom:1px dashed #ccc;
}
.hr-clear{ clear:both; margin:15px 0 20px 0; }

.floatright{ float:right; }
.floatleft{ float:left; }
.clearboth{ clear:both; }
div.clearboth{ font-size:0; height:0; line-height:0; }
.displaynone, .hidden{ display:none; }
p.nomargin{ margin:0; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#page_wrap{
	text-align:left;
	width:960px;
	margin:0 auto;
	padding:0 0 200px 0;
}
#header{
	padding:45px 0 0 225px;
	margin:0 0 25px 0;
}
#header h1 {
	width:471px;
	height:77px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	behavior: url(./scripts/iepngfix.htc);
	padding:0; margin:0;
}
#rightcol{
	float:right;
	width:240px;
	font-style:italic;
}
#leftcol{
	float:left;
	width:700px;
	margin-right:20px;
	padding:0;
}
#footer{
	clear:both;
}

#rightcol h2{
	font-size:13px;
}

.aboutbox{
	background:url(../images/bgs/side_intro.jpg) no-repeat;
	padding:60px 20px 0 20px;
	height:330px;
	margin:0 0 20px 0;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
}
.contactbox{
	height:73px;
	padding:68px 20px 0 20px;
	background:url(../images/bgs/side_contact.jpg) no-repeat;
	margin:0 0 20px 0;
}
	.contactbox p{
		margin:0 0 8px 0;
		font-size:14px;
	}
	.contactbox a{
		font-weight:bold;
	}
	
.twitterbox{
	padding:0 20px;
	margin:0 0 20px 0;
}

.project{
	margin:0 0 22px 0;
	line-height:1.4em;
	border-bottom:1px dashed #ccc;
	padding-bottom:12px;
}
	.project p{
		margin:0 0 10px 0;
	}
	.project h3{
		margin:0 0 10px 0;
		color:#5a3802;
		font-size:17px;
	}
	.project h4{
		margin:0 0 10px 0;
	}
	.project h4 a{
		text-decoration:none;
		font-weight:normal;
	}
	.project h4 a:hover{
		text-decoration:underline;
	}
	.project .gallerywrap{
		float:left;
		width:260px;
		margin:0 20px 10px 0;
	}
	.project .projectthumb{
		padding:5px;
		background:url(../images/bgs/projectthumb2.jpg) no-repeat;
		width:250px;
		height:140px;
	}
	.project .projinfo{
		float:left;
		width:420px;
		padding:0;
	}
	.project p.thumblist-title{
		margin:0;
		margin:0 10px 5px 0;
		float:left;
		font-size:90%;
		font-weight:bold;
	}
	.project ul.thumblist{
		display:inline;
		font-size:90%;
		margin:0;
	}
	ul.thumblist li{
		float:left;
		margin:0 10px 5px 0;
		padding:0 10px 0 0;
		border-right:1px solid #ccc;
	}
	ul.thumblist li:last-child{
		margin:0 0 10px 0;
		padding:0;
		border-right:none;
	}
	ul.thumblist a{
		text-decoration:none;
	}
	ul.thumblist a:hover{
		text-decoration:underline;
	}
	
ul.list1{
}
ul.list1 li{
	background:url(../images/bullets/star.gif) no-repeat 0px 2px;
	padding:0 0 0 18px;
}


#intro{
	padding:15px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:0 0 30px 0;
}
#intro h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	line-height:140%;
	font-weight:normal;
	font-style:italic;
	margin:0;
	color:#666;
}
#intro h2 strong{
	font-weight:normal;
	color:#5a3802;
}
