html, body {
	margin: 0px;
	padding: 0px;
	background-color:#1B1D1E;
	background-image:url(../assets/background.gif);
	background-position: top right;
	background-repeat:repeat-x;
	text-align:center;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

h1 {
	font-size: 1.4em;
	padding:0px;
	margin:0px;
}

h2 {
	font-size: 1.3em;
	line-height: 1.0em;
	padding:0px;
	margin:0px;
}

h3 {
	font-size: 1.1em;
	padding:0px;
	margin:0px;
}

h4 {
	font-size: 0.7em;
	padding:0px;
	margin:0px;
}

p, ul, dl, span {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000000;
	margin-bottom: 15px;
}


ul li {
	list-style-position: outside;
	padding-left: 20px;
	margin-bottom: 5px;
}

p a {
	border-bottom: 1px dotted #000000; 
}

p a:hover {
	border-bottom-style: solid;
}

#container
{

	width:100%;
	
}
#wrapper
{
	position:absolute;
	width:780px;
	/*border: 1px solid #ffffff;*/
	margin-left:-390px;
	left:50%;
}
#header
{
	height:41px;
	background-image:url(../assets/logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer
{
	margin-top:10px;
	text-align:left;
	/*border: 1px solid #ffffff;*/
	width:780px;
}

ul#nav 
{
	list-style: none;
	margin:0px 0px 0px 480px;
	padding: 0px;
}

ul#nav li 
{
	/*border: 1px solid #ffff00;*/
	display: block;
	float: left;
	/*width: 126px;*/
	height:41px;
	margin:0px 2px 0px 0px;
	padding: 0px 2px 0px 0px;
	background-image:url(../assets/menu_back.jpg);
}

ul#nav li a 
{
	/*border: 1px solid #ff00ff;*/
	font-size:0.8em;
	font-weight:bold;
	display: block;
	width: 70px;
	margin:21px 0px 0px 0px;
	padding:0px;
	vertical-align:middle;;
	/*border-right: 1px solid #FFFFFF;*/
	color: #FFFFFF;
	text-decoration: none;

}

ul#footernav
{
	list-style: none;
	margin:0px;
	padding: 0px;
}

ul#footernav li 
{
	width: 70px;
	display: block;
	float: left;
	padding:0px 7px 0px 5px;
	margin:0px;
	border-right:1px solid #ffffff;
}

.last
{
	border-right:none;
}

ul#footernav li a
{
	text-align:center;
	width: 70px;
	display: block;
	color:#cccccc;
	text-decoration:none;
	font-size:0.8em;
}

#featuredWork 
{
	width:760px;
	text-align:left;
	background-color:#ffffff;
	border:10px solid #666666;
}

#featuredWork img
{
	float:left;
}

#description
{
	/*border: 1px solid #ff00ff;*/
	width:160px;
	height:187px;
	float:right;
	padding-left:10px;
	margin-right:10px;
	background-image:url(../assets/dotted_back.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#description h2
{
	color:#FF6600;
	margin-top:10px;
}

#description p
{
	font-size:0.7em;
}


#description a
{
	padding-left:10px;
	margin-left:90px;
	background-image:url(../assets/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:0.7em;
	color:#FF6600;
	text-decoration:none;
	/*float:right;*/
}

#banner
{
	text-align:left;
}

#banner h1
{
	color:#FF6600;
	padding:15px;
	width:500px;
	float:left;
}

#news
{
	margin-top:15px;
	width:200px;
	padding-left:15px;
	border-left: 1px solid #555555;
	float:right;
	height:110px;
}

#news h3
{
	color:#FF6600;
	
}

#news h4
{
	margin-top:5px;
}

#news h4 a
{
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;;	
}

#news p
{
	color:#cccccc;
	padding:0px;
	margin:0px;
	font-size: 0.7em;
}

#title h1
{
	color:#FF6600;
	padding:15px 5px 15px 13px;
	text-align:left;
}

