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

html, body {
	height:100%;
}
body {
	padding:0;
	margin:0;
	border:0;
	background-color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	color:#7A6D63;
}

img{border:none;}

#frame {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#header{
	width:900px;
	padding-top:75px;
	height:50px;
	padding-bottom:20px;
	float:left;
}

#nav{
	width:900px;
	height:30px;
	float:left;
}

#main{
	width:900px;
	float:left;
	padding-bottom:12px;
	padding-top:0px;
}

#home_col1{
	width:350px;
	float:left;
	padding: 20px 30px 0px 0px;
}

#home_col2{
	width:520px;
	float:left;
}

.text_heading {
	font-size:22px;
	font-weight:bold;
	color:#A89D93;
	line-height:24px;
}

.text_blue{
	color:#00D8FF;
}

.text_blue_bold{
	color:#00D8FF;
	font-weight:bold;
}

.text_subheading{
	font-size:16px;
	font-weight:bold;
	color:#A89D93;
	
}

.text_italic{
	font-style:italic;
}

.text_bold{
	font-weight: bold;
	color:#A89D93;
}

#footer{
	background-image:url(../images/dotted_line.gif);
	background-repeat:no-repeat;
	height:20px;
	width: 900px;
	float:left;
	padding-top:8px;
	padding-bottom:20px;
	text-align:right;
	font-size:11px;
}

#resume_col1{
	width:250px;
	float:left;
	padding: 40px 30px 30px 0px;
}

#resume_col2{
	width:550px;
	float:left;
	padding: 80px 30px 30px 0px;
}

#folio_col1{
	width:280px;
	float:left;
	padding: 40px 0px 30px 0px;
}

#folio_col2{
	width:580px;
	float:left;
	padding: 40px 0px 30px 30px;
}

li {margin-left:20px;

}

a {
	font-weight:bold;
	color:#A89D93;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#00D8FF;
	text-decoration:none;
}

.thumbnail{
	width:160px;
	height:100px;
	float:left;
	background-image:url(../images/logo_thumb_bg.gif);
	background-repeat:no-repeat;
	padding: 8px 20px 20px 8px;
}