@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	text-align:center;
	background-color:#dadada;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
html {
	text-align:center;
}
#body{
	max-width:800px;
	margin:0px auto;
}
a.link{
	color:#FFFFFF;
}
.clear{
	clear:both;
}
#main {
	text-align:left;
	width:800px;
	background-image:url(images/bgPage01.jpg);
	background-repeat:repeat-y;
}
#header {
	text-align:left;
	background-color:#FFFFFF;
	width:800px;
}
.container{
	overflow:auto;
	margin-left:25px;
	clear:both;
}
#nav {
	text-align:left;
	background-color:#FFFFFF;
	width:218px;
	float:left;
	background-image:url(images/nav_bg01.jpg);
	background-repeat:no-repeat;
	height:937px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:13px;
}
#nav p {
	margin:0px 0px 10px 0px;
	width:199px;
}
.nav2 {
	float:left;
	height:20px;
	font-size:12px;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	font-stretch:expanded;
	font-weight:normal;
}
.nav2 a, .nav2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.nav2 a:hover {
	color:#999999;
	text-decoration:underline;
}
#content{
	width:544px;
	float:left;
	background-image:url(images/fadeDown01.jpg);
	background-repeat:repeat-x;
	min-height:937px;
}
#footer{
	width:800px;
}
.maincontent {
	text-align:left;
	padding-left:10px;
	padding-right:20px;
	color:#FFFFFF;
	font-size:12px;
}
h1 {
	height:41px;
	width:451px;
	line-height:41px;
	font-size:18px;
	background-image:url(images/h1_bg.jpg);
	background-repeat:no-repeat;
	padding-left:60px;
	margin:0px;
}
/*Work Images*/
.images01 {
	width:516px;
}
.images01 a img{
	border:1px solid #282828;
	padding:5px;
	margin:15px;
	background-color:#FFFFFF;
}
.images01 a img.first{
	margin-left:0px;
}
.images01 a img.last{
	margin-right:0px;
}
/*Nav*/
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width:204px;
}
#nav li {
	margin: 0 2px;
}

#nav li a, #nav li a:visited  {
	height: 34px;
	line-height: 34px;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left:18px;
	border-bottom:1px dotted #999999;
	background-image:url(images/buletsm.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#nav li a:hover {
	background-color:#FFFFFF;
	color:#333333;
	border-bottom:1px dotted #999999;
	background-image:url(images/buletsmover.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
/* Hide from IE5-Mac \*/
#nav li a, #nav li a:visited  {
	float: none;
}
/* End hide */