* {
	font-family: arial,verdana,sans-serif;
	font-size: 8pt;
	color: #B1B1B1;
}

BODY {
	background: black;
	padding:0;
	margin:0;
}

a {
	color: #B1B1B1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#mainframe {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 100px;
}

#mainframe #heading {
	background: #414141;
	padding-left: 40px;
}

#banner {
	background: black;
	text-align: left;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-top: 100px;
}

#nav {
	background: #3D3840;
	vertical-align: top;
	width: 220px;
	line-height: 12pt;
	border-bottom: 1px solid #3D3D3D;
	border-top: 3px solid #48414A;
	border-right: 1px solid #3F3A42;
}

#nav p {
	padding-top: 10px;
	padding-left: 40px;
}
#nav p a {
	display: block;
}
#nav p a.current {
	color: white;
	font-size: 1.25em;
}

#nav h1 {
	text-transform: uppercase;
	padding-left: 40px;
	margin: 0;
	background: #514953;
	color: black;
	border-bottom: 3px solid #3B363E;
}

#content {
	background: #353137;
	vertical-align: top;
	border-left; 1px solid #353137;
}

#content p {
	padding-top: 40px;
	padding-left: 40px;
	width: 380px;
	*width: 420px;
}

#content h1#main {
	background: #3D3840;
	color: #ddd;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13pt;
	padding-left: 40px;
	width: 500px;
}


#content #section {
	width: 100%;
	background: #27232A;
	border-top: 3px solid #211D23;
	border-bottom: 1px solid #39353B;
}

#content #section h1{
	vertical-align: center;
	color: #777278;
	letter-spacing: 4pt;
	margin: 0;
	padding: 20px;
	padding-left: 40px;
	font-size: 16pt;
}

table#resume {
	width: 500px;
	margin: 40px;
	margin-top: 0px;
	background: white;
}
table#resume * {
	color: black;
}

table#resume td{
	vertical-align: top;
	padding: 10px;
}

table#resume h1 {
	text-transform: uppercase;
	font-size: 12pt;
	margin-top: 20px;
	background: white;
	color: black;
}

table#resume h2 {
	text-transform: uppercase;
	font-size: 10pt;
	text-align: center;
	color: #444;
}

table#resume h3 {
	font-size: 10pt;
	text-align: center;
	color: #666;
}

table#resume h4 {
	font-size: 11pt;
	margin-bottom: 2px;
}

table#resume #job {
	background: #615C62;
}

table#resume #job td{
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

#inner_table {
	width: 100%;
}

#date {
	text-align: right;
}

li {
	font-weight: bold;
	font-size: 10pt;
}

#company {

}

#submitButton {
	color: #857888;
	background: black;
	padding: 0;
	margin: 8px;
	border: 0;
	font-weight: bold;
	text-transform: uppercase;
}

input,textarea {
	background: #4D4751;
	color: white;
	border: 0;
	margin: 4px;
}

input:focus,textarea:focus {
	background: #99919D;
	color: black;
	font-weight: bold;
}

#zebra1 {
	background: #efefef;
}

#zebra1 td{
	width: 250px;
}

#zebra2 {
	background: #fafafa;
}

#contactForm {
	margin: 40px;
}

table#portfolio {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

table#portfolio #categories{
	background: #27232A;
	width: 140px;
	padding: 20px;
	padding-top: 45px;
	vertical-align: top;
}
table#portfolio #categories a.current {
	color: white;
	background: black;
}


table#portfolio #thumbs{
	background: #27232A;
}

table#portfolio #image{
	width: 400px;
	padding: 20px;
	vertical-align: top;
	text-align: left;
}
table#portfolio #image img{
	border: 4px solid black;
}

div.thumbs {
	margin: 20px 0 0 0;
	width: 200px;
	overflow: auto;
	height: 400px;
}

div.thumbs a img{
	border: 4px solid #27232A;
	margin: 10px;
}
div.box {
	float: left;
	border: 1px dashed #666;
	width: 200px;
	padding: 1em;
	margin: 1em;
}
div.box p {
	display: block;
	width: auto;
	font-size: 1.25em;
	line-height: 1.3em;

}


div.box strong{
	display: block;
}

#content div.elasticbox {
	background: black;
	float: left;
	width: auto;
	padding: 5px;
	margin: 10px;
}
#content div.elasticbox p {
	width: 30em;
	font-size: 1.25em;
	line-height: 1.3em;
	color: #efefef;
	padding: 0;
	margin: 10px;

}

#content div.elasticbox p strong{
	margin: 0 0 5px 0;
	display: block;
	font-size: 1.25em;
}
ul.decor {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}

div.lefty {
	float: left;
}

#content div.lefty p {
	font-size: 1.4em;
	line-height: 1.5em;
	width: 20em;
}
#content div.lefty h1 {
	font-size: 2em;
}
	
