body {
	background: url(images/background.gif) top center repeat-x #000000;
	margin: 0px;
	padding: 16px 0;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #36322b;
	text-align: center;
}
p{
font-size:12px;
text-align:left;
line-height:16px;
}

img {
	border-style: none;
}
img.pic_left{
float:left;
padding:5px;
margin:0 8px 8px 0px;
border:1px  #C6C8CA solid;
background-color: #E8E8E8;
}
a {
	color: #3382ee;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
#welcome h1{
padding:5px 0 0 20px;
margin:0px;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
}
h2{
font-size:16px;
color: #333949;
}
h4{
font-size:13px;
padding:2px;
margin:0px;
color: #626466;
border-bottom:1px #999999 dashed;
}
#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#head {
	width: 750px;
	height: 80px;
	background: url(images/headerlogo.png) no-repeat;
}

/*---------secondary menu----------*/

#menu {
	position: absolute;
	font-size:12px;
	width: 700px;
	top: 55px;
	left: 26px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#menu li {
	list-style-type: none;
	float: right;
	margin: 0 7px;
	height: 22px;
}
#menu li a {
	padding: 0 0 7px 0;
	height: 25px;
	color: #ffffff;
}
#menu li a:hover {
color:#0099CC;
}
#menu .current {
color:#0099CC;
font-weight:bold;
}

/*---------main content----------*/
#main {
	margin: auto;
	background: url(images/bg_main.gif) repeat-y;
	width: 750px;
	height: auto; 
}
#content_left {
float:left;
padding:0 30px 30px 30px;
width: 700px;
height:auto;
}
#content_right{
float:left;
padding:5px;
width: 200px;
height:auto;
}

.spacer{
width:auto; height:2px; clear:both; padding-bottom:2px;}

/*---------contact----------*/
ul {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
.contact_info{
float:left;
padding:0px;
}

/*---------work----------*/
.project_details{
float:left;
width:200px;
color:#fff;
padding:10px 0 0 10px;
}

/*---------footer----------*/
#footer {
text-align:center;
font-size:12px;
color:#ffffff;
background-position:0px 0px;
padding-top:10px;
width: 750px;
height:85px;
}

#footer a {
	font-size:12px;
	color:#ffffff;
	background: none;
	padding: 0px;

}
#footer r {
text-align:center;
font-size:10px;
color:#ffffff;
padding-top:10px;
width: 750px;
height:85px;
}