/* @override http://webdesign-seattle.com/css/main.css */

img {
	border: 0px;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) repeat;
	
	}



a

{
	color: #a2c9a5;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
 }

#header {
	width: 750px;
	color: #333;
	padding: 10px 0 0 0;
	height: 40px;
	text-align: center;
}

#content {
	width: 750px;
	color: #e6e6e6;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
}

#footer {
	width: 750px;
	height: 20px;
	color: #787878;
	margin: 10px 0px 100px 0px;
	padding: 20px 0px 10px 0px;
	text-align: center;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}



#abouttext {
	color: #ccc;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0px 30px 0px;
}

h1 {
	color: #FFF;
	font: normal 18px/22px Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}


#abouttext a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #a2c9a5;
}

#abouttext a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}


.bodytext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #bbb;
}

.bodytext-bold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
}

.bodytext ul {
	padding-left: 20px;
}
