@charset "utf-8";

body, td, th {
	font-family: Verdana;
	text-align:justify;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
}
html {
	background-image: url(/images/bg_red_grad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5f1315;
}

body, html {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
a:link { 
	color: #ffffff;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #921d1e;
	}
a:active { 
	color: #ffffff;
	}

h1 {
	font-weight: normal;
	font-size: 24px;
	color: #c92a2c;
}
h2 {
	font-weight: normal;
	font-size: 14px;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c92a2c;
	padding-bottom: 3px;
}
h3 {
	font-weight: normal;
	font-size: 14px;
	color: #c92a2c;
	display: block;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
#BLA {
	position: absolute;
	background-image: url(/images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 74px;
	bottom: 0px;
	right: 10px;
}
#container {
	display: block;
	width: 870px;
	margin-top: 33px;
	margin-left: 10px;
}
#leftColumn {
	display: block;
	float: left;
	width: 220px;
}
#name {
	display: block;
	height: 17px;
	width: 210px;
	background-image: url(/images/hdr_name.png);
	margin-bottom:35px;
	margin-left:10px;
}
#content {
	display: block;
	float: left;
	width: 610px;
	margin-left: 40px;
	margin-top: 17px;
	background-image: none;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	width: 205px;
}
#nav ul li {
	padding: 0px;
	margin: 0px;
	display: block;
	width:205px;
	height: 30px;
	margin-top: 5px;
}
#nav ul li a {
	display: block;
	width: 205px;
	height: 30px;
	text-indent: -2500em;
}
#nav ul li a:link {
	background-position:top;
}
#nav ul li a:hover {
	background-position:bottom;
}
#nav ul li a.active {
	background-position: bottom;
}
#nav ul #Home a {
	background-image:url(/images/btn_home.png);
}
#nav ul #Firm a {
	background-image:url(/images/btn_firm.png);
}
#nav ul #Projects a {
	background-image:url(/images/btn_projects.png);
}
#nav ul #Artwork a {
	background-image:url(/images/btn_artwork.png);
}
#nav ul #Contact a {
	background-image:url(/images/btn_contact.png);
}
#nav ul #Services a {
	background-image:url(/images/btn_services.png);
}
#player_home {
	display: block;
	width: 610px;
	height: 410px;
}
#player {
	display: block;
	width: 610px;
	height: 445px;
}
#firmCopy {
	float: left;
	display: block;
	width: 460px;
}
#bBlurb {
	float: left;
	width: 120px;
	margin-right: 30px;
	display: block;
}
#conList {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
}
#conCopy {
	display: block;
	float: left;
	width: 410px;
}
#artColumn {
	display: block;
	float: left;
	width: 180px;
	margin-right: 20px;
}
textarea, input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
.submitButton {
	background-color: #c92a2c;
	display: block;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
}

