@charset "utf-8";
/* CSS Document */

*{margin: 0;
	padding: 0;
	border: none;
}

h2{
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
}

a{
	text-decoration: none;
}

p{
	margin: 5px 0;
}

body{
	background: #323232 url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#container{
	width: 800px;
	margin: auto;
	background: url(../images/containerbg.png) repeat-y;
	padding: 25px 30px;
}

#banner{
	background: url(../images/banner.jpg);
	width: 740px;
	height: 169px;
}

#bannerimg{
	position: relative;
	top: -20px;
	left: 500px;
	width: 172px;
	height: 235px;
}

#nav{
	background: url(../images/navbar.jpg) no-repeat;
	clear: both;
	width: 740px;
	height: 41px;
	padding-top: 6px;
	margin-top: 15px;
}

#nav a{
	width: 156px;
	height: 27px;
	float: left;
	display: block;
	margin-left: 15px;
}

#content{
	margin-top: 15px;
	clear: both;
	width: 740px;
	min-height:300px;
}

#content img{
	border: 2px solid #A7A7A7;
}

#leftimg{
	float:left;
	width: 154px;
}

#rightbox{
	float: left;
	width: 576px;
	margin-left: 10px;
}

#footer{
	width: 740px;
	text-align: center;
	clear: both;
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}

table#contactinfo td{
	vertical-align:top;
}

