*{
	margin: 0;
	padding: 0;
}

p{
	margin: 0 0 15px 0;
}

a img{
	border: none;
}

body{
	background-image: url(images/background_pattern.jpg);
}

#wrapper1{
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
}

#container{
	width: 700px;
	margin: 0 auto;
}
#background{
	background-image: url(images/bg_gradient.jpg);
	height: 231px;
	position: static;
}

h1{
	background-image: url(images/header_image.jpg);
	height: 165px;
	text-indent: -1000px;
}

h2{
	text-indent: 25px;
	margin: 0 0 10px 0;
}

#mid_section{
	float: left;
	padding: 0 40px 0 30px;
	background-image: url(images/mid_section.jpg);
}

#nav{
	float: left;
	width: 85px;
	padding: 0 17px 0 0;
	margin: 0 15px 0 0;
	list-style-type: none;
	font-size: 15px;
	border-right: 1px solid;
	text-align: right;
}

#nav li{
	margin: 0 0 10px 0;
}

#nav li a{
	color: #000000;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#nav li a:hover{
	border-bottom: 1px solid;
}

#content{
	margin: 0 185px 0 120px;
	font-size: 12px;
	text-align: justify;
	padding: 0 0 15px 0;
	line-height: 175%;
}

#content img{
	width: 100px;
}

#footer{
	position: relative;
	clear: both;
	background-image: url(images/footer.jpg);
	height: 63px;
	background-repeat: no-repeat;
}

#footer p{
	position: absolute;
	bottom: 0px;
	right: 60px;
	color: #87BC54;
	font-size: 12px;
}


#contact_info{
	float: right;
	font-size: 12px;
	border-left: 1px solid;
	width: 160px;
	padding: 0 0 0 10px;
}

#contact_info img{
	display: block;
	margin: 10px auto 10px auto;
	border-bottom: 1px dotted #000000;
	padding: 0 0 10px 0;
}

#contact_info ul{
	list-style-type: none;
	margin: 0 0 15px 0;
}
