@charset "UTF-8";
/* CSS Document */

* { 
	margin:0;
	padding:0;
}

body {
	background-color: #FFF;
	color: #323233;
	font-size:12px;
	font-family:arial, verdana, geneva, sans-serif;
	text-align:center;
}

#page-container {
	width: 1024px;
	margin: 0 auto;
	text-align:left;
}

#nav-container {
	width: 160px;
	margin: 0;
	text-align:right;
	float:left;
}

#body-container {
	width: 864px;
	margin: 0;
	text-align:left;
	float:right;
	background-image:url('images/nav_line_vert.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

#body-section {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e4e4;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#work_table {
	margin:20 0 0 40;
}

#spacer {
	padding-bottom:15px;
}

p {
	font-size:12px;
	line-height:150%;
	margin-bottom:20px;
}

h1 {
	color: #323233;
	font-size:24px;
	font-family:arial, verdana, geneva, sans-serif;
	line-height:130%;
	margin-top:30px;
}

.bodytext {
	font-size:10px;
	line-height:150%;
}

.bigtext_home {
	color: #bfbcbb;
	font-size:15px;
	font-family:arial, verdana, geneva, sans-serif;
	line-height:150%;
	margin:108 0 0 10;
	padding-right:20px;
}

.contact {
	color: #bfbcbb;
	font-size:15px;
	font-family:arial, verdana, geneva, sans-serif;
	line-height:150%;
	margin:0;
}

a:link {
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px dotted #e5e4e4;
	}

a:visited {
	color: #B35901;
	text-decoration: none;
	border-bottom: 1px dotted #B35901;
	}

a:hover {
	color: #003a63;
	text-decoration: none;
	border-bottom: 1px dotted #003a63;
	}

a.gray:link {
	color: #bfbcbb;
	text-decoration: none;
	border-bottom: none;
	}

a.gray:visited {
	color: #bfbcbb;
	text-decoration: none;
	border-bottom: none;
	}

a.gray:hover {
	color: #ff9900;
	text-decoration: none;
	border-bottom: none;
	}

a.image:link {
	text-decoration: none;
	border: none;
	}

a.image:visited {
	text-decoration: none;
	border: none;
	}

a.image:hover {
	text-decoration: none;
	border: none;
	}
	
