@charset "UTF-8";
/*Michael Williams.com
Global Stylesheet*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Veranda, Arial, sans-serif;
	font-size: 13px;
	color: #443F2F;
	background-color: #6B685D;
	width: 980px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	background: url(../images/main_name.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	height: 67px;
	width: 537px;
	top: 15px;
	left: 275px;
	z-index: 1;
}
h2 {
	font-size: 1.3em;
	padding: 1em 1em 1em 1.5em;
	letter-spacing: .01em;
}
a {
	color: white;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}

/* Rounded Corners*/
#menu li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#main_page, #main_description, .news, #filmproj, #webproj, #tools, #contact, #contact_act {
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
}
input, textarea {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

/* Menu */
ul#menu {
	padding-left: 20px;
}
ul#menu li {
	display: inline;
}
ul#menu a {
	color: #6B685D;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 137px;
	height: 30px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	background: #EFEAE5;
}
ul#menu a:hover {
	text-decoration: none;
	color: #000;
}
ul#menu a:active {
	text-decoration: none;
	color: #000;
}

/* Main Page */
#main_page, .sub {
	clear: both;
	position: absolute;
	top: 50px;
	width: 980px;
}
#main_page {
	background: url(../images/main_headshot.jpg) no-repeat 5px 10px #47443E;
}
#main_description {
	/*float: clear;*/
	display: block;
	background: #EFEAE5;
	width: 350px;
	margin: 95px 30px 15px 328px;
}
#main_description p, .news p {
	padding: 0 2em 1em 2em;
	line-height: 1.6em;
	letter-spacing: .01em;
}
.news { 
	float: right;
	display: block;
	width: 250px;
	background: #FF9;
	margin: 95px 30px 0 0;
}
.news a {
	color: #443F2F;
	text-decoration: underline;	
}

/* Sub Content Pages*/
#filmproj {
	background: url(../images/sub_bg_filmproj.jpg) no-repeat 5px 10px #47443E;
}
#webproj {
	background: url(../images/sub_bg_webproj.jpg) no-repeat 5px 10px #47443E;
}
#tools {
	background: url(../images/sub_bg_tools.jpg) no-repeat 5px 10px #47443E;
}
#contact {
	background: url(../images/sub_bg_contact.jpg) no-repeat 5px 10px #47443E;
}
#contact_act {
	background: url(../images/sub_bg_contact.jpg) no-repeat 5px 10px #47443E;
}
.sub_content {
	margin: 90px 0px 50px 80px;
	color: #FFF;
}
.sub_content p, .sub_content li {
	margin-bottom: 20px;
}
.sub_content ul {
	margin-left: 100px;
	width: 80%;
}
.sub_content li {
	padding-left: 40px;
	background: url(../images/arrow.gif) no-repeat;
	list-style-type: none;
}

/* Contact Page*/
#contact_agent, #contact_mail {
	width: 45%;
	float: left;
}
#contact_mail {
	margin-left: 50px;
}
#contact_agent .vcard {
	margin: 20px 0 0 70px;
	background: url(../images/arrow.gif) no-repeat;
	padding: 0 0 0 40px;
}
#contact_agent .org {
	font-size: 1.2em;
	font-weight: bold;
}
fieldset, #contact_agent blockquote {
	margin-top: 20px;
}
fieldset {
	border: 0;
	width: 400px;
}* html fieldset {padding: 20px 0 10px 0;
}
label {
	float: left;
	clear: both;
	display: block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 0.5em;
}
input {
	float: left;
	margin-bottom: 0.6em;
	font-family: Helvetica, Veranda, Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #443f2f;
	padding: .2em;
}
input[type="text"] {
	width: 200px;
}
textarea {
	font-family: Helvetica, Veranda, Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #443f2f;
	height: 200px;
	width: 200px;
}
input#submit {
	width: 10em;
	margin: 7px 0 7px 110px;
	border: #FFF solid medium;
}
input#submit:hover {
	border: #000 solid medium;
}