@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #b6bfce;
}

#header {
width: 746px;
height: 107px;
margin: auto;
background-color: #1f1e1e;
border-top: 7px solid #ffffff;
overflow: hidden;
background: #000000 url(/images/snake-lane-design-menu.jpg) no-repeat bottom left;
}

#header ul{
list-style: none;
padding: 0;
margin: 0;
display: block;
margin-left:80px;
margin-top: 4px;
}

#header ul li{
margin: 0px;
padding: 0px;
display: block;
float:left;
text-align: center;
width: 80px;
margin-top:8px;
margin-bottom:8px;

background: transparent url(/images/bullet.gif) no-repeat center left; padding-left: 1px; }

#contact{
background-image: none;
background: none;
padding-right: 0px;
}

#header ul li a{
color: #ffffff;
text-decoration: none;
}

#header ul li a:hover{
color: #eeeeee;
text-decoration: underline;
}

#content {
width: 746px;
margin: auto;
background-color: #040a19;
background-image: url(/images/content-bg.jpg);
background-repeat: repeat-x;
background-position: bottom;
overflow: hidden;
color: #ffffff;
}

#content a{
color: #ffffff;
}

#content a:hover{
color: #eeeeee;
}

#content h1{
margin: 0px;
font-size: 14px;
font-weight: bold;
}

#titleimage {
border-top: 4px solid #87be2f;
border-bottom: 4px solid #87be2f;
}

.slideshow {
border-top: 4px solid #87be2f;
border-bottom: 4px solid #87be2f;
}

#left {
width: 230px;
border-right: 1px solid #a8a8b0;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
padding-right: 20px;
}

#left h2{
color: #ffffff;
margin: 0px;
font-size: 14px;
font-weight: bold;
}

#left ul{
list-style: none;
padding-left:20px;
}

#left ul li{
margin-bottom: 8px;	
padding:0;
}

#left ul li a{
color: #ffffff;
text-decoration: none;
}

#left ul li a:hover{
color: #eeeeee;
text-decoration: underline;
}

#left .title{
//background: transparent url(images/title.gif) no-repeat bottom left; padding-bottom: 1px;
border-bottom: 1px dotted #a8a8b0;
padding-bottom: 4px;
margin-top: 20px;
}

#right {
margin-right: 20px;
margin-top: 20px;
float: right;
width: 430px;
margin-bottom:10px;
}

#footer {
width: 746px;
margin: auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}