body{
	background: #808080 url(bg.jpg);
}
h1,h2,h3,h4,p,ul,li,legend,label{
	color: #3D2207;
}
h1{
	font-size: 24pt;
}
h2{
	font-size: 18pt;
}
h3{
	font-size: 14pt;
	margin-top: 20px;
}
.foreign_term,
.title{
	font-style: italic;
}
#container{
	width: 960px;
	margin: 0 auto;
	background: #FFF5DE;
	border-left: 1px solid #c2987e;
	border-right: 1px solid #c2987e;
}
#header{
	background-color: #8C5643;
	background: url('bg_header.jpg');
	height: 200px;
}
#navigation{
	margin-left: 240px;
	padding-top: 168px;
        position: absolute;
}
#navigation li{
	display: block;
	float: left;
	height: 39px;
	padding: 0 15px;
	text-align: center;
}
#navigation a{
	color: white;
	text-decoration: none;
	padding-top: 5px;
	font: 12pt Verdana, Arial, sans-serif;
	font-weight: bold;
}
#navigation a:hover{
	text-decoration: underline;
}
#content{
	display: block;
	clear: both;
	padding: 25px;
	font: 10pt georgia, garamond, times, serif;
}
#content a{
	color: #cc4444;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content p{
	margin-bottom: 10px;
}
#footer{
	display: block;
	clear: both;
	overflow: hidden;
	height: 40px;
	margin-top: 20px;
	padding-top: 10px;
	background: url('bg_footer.jpg');
	border-bottom: 1px solid #c2987e;
	text-align: center;
	color: white;
}
#footer a{
	color: white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.floatleft{
	float: left;
	margin: 0 30px 30px 0;
}
.floatright{
	float: right;
	margin: 0 0 30px 30px;
}
dt{
	font-weight: bold;
}
dd{
	margin-left: 20px;
}
.home_image{
	float: right;
	padding: 15px 0 15px 15px;
}
ul.horiz{
	width: 800px;
	min-width: 800px;
	overflow: hidden;
}
ul.horiz li{
	float: left;
	margin-right: 10px;
}
li.ie6warning{
	list-style-type: none;
	font-style: italic;
	font-size: 12pt;
	color: red;
}
ul.list{
	list-style-type: disc;
	margin-left: 20px;
}
ul.list li{
	float: none;
}

#about{
	background: url('bg_vitruvian.gif') bottom right no-repeat;
	min-height: 1000px;
}
#about div{
	margin: 20px 0;
	border-top: 1px solid #cccccc;
}
#jumpmenu{
	width: 650px;
	padding: 5px 20px 5px 5px;
	border: 2px solid #8C5643 !important;
	font-weight: bold;
	overflow: hidden;
}
#jumpmenu ul li{
	float: left;
	width: 320px;
	margin-bottom: 10px;
}
#work_experience dt{
	padding-top: 20px;
}
#work_experience dd{
	padding-bottom: 10px;
}
a.totop{
	display: block;
	float: right;
}
#vodemos span{
	float: left;
	padding-right: 20px;
}
#vodemos dd{
	font-style: italic;
	display: block;
	padding-bottom: 40px;
	margin-left: 35px;
}
fieldset{
	border-top: 2px solid #cccccc;
	padding-bottom: 25px;
}
legend{
	font-size: 14pt;
}
fieldset li{
	padding: 10px 0;
}
input.text{
	border: none;
	border-bottom: 1px solid #999999;
	background-color: #fcfae9;
	width: 400px;
	display: block;
	float: right;
}
#contact_fields input.text{
	margin-right: 340px;
}
#additional_fields input.text{
	margin-right: 340px;
	width: 280px;
}
textarea, select{
	border: 1px solid #999999;
	background-color: #fcfae9;
	float: right;
}
textarea{
	margin-right: 340px;
	width: 400px;
}
select{
	margin-right: 595px;
}
fieldset#submit{
	border: none;
}
fieldset#submit legend{
	display: none;
}
fieldset#submit input{
	margin: 0 auto;
	display: block;
	background-color: #3D2207;
	color: white;
	font-size: 12pt;
	border: 1px solid white;
	padding: 5px 10px 5px 10px;
}
.errormessage{
	display: block;
	color: #bd5151;
	font-weight: bold;
}
.required_note{
	text-align: right;
	font-style: italic;
}

.code{
	font-family: monospace;
	background-color: #f1f1f1;
}
#latest_tweet{
	padding: 5px;
	border: 1px solid #ccc;
	position: relative;
	display: block;
	width: 300px;
	float: right;
	color: #ccc;
	margin-top: 5px;
	margin-right: 5px;
	background: url('http://media.stevenlsmith.com/fifty_percent_grey.png');
}
#latest_tweet h3{
	color: white;
	margin-top: 0px;
}

#latest_tweet h3 a{
	color: white;
}
#latest_tweet a{
	color: #ccc;
}
#latest_tweet .tweet_timestamp{
	font-style: italic;
}
