body {
	background: url(images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#logo {
	background: url(images/logo.png) no-repeat;
	height: 50px;
	width: 231px;
	float: left;
	margin: 10px 0 0 25px;
}

#wrap {
	width: 800px;
	margin: 40px auto 0 auto;
}

#main_t {
	height: 20px;
	width: 800px;
	background: url(images/main_top.png);
}

#main {
	height: auto;
	width: 800px;
	background: url(images/main.png);
	overflow: hidden;
}

#main_b {
	height: 20px;
	width: 800px;
	background: url(images/main_bottom.png);
}

#top {
	float: left;
	position: relative;
}
#navbar {
	height: 40px;
	width: auto;
	float: left;
	margin: 10px 0 0 30px;
}

#navbar ul {list-style:none; margin: 0; padding: 0; outline: 0; float: left; }
#navbar li { display: inline; padding: 0px;margin: 0px; }
#navbar a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	color: #333;
	margin: 12px 0 0 20px;
}

#navbar a:hover {
	color: #ff0066;
}

#seperator {
	margin: 15px 0 0 0;
	width: 800px;
	height: 1px;
	background: #EFEFEF;
	float: left;
}

#content {
	width: 750px;
	height: auto;
	margin: 0 25px 0 25px;
	float: left;
}

h2 { color: #A0DC11; border-bottom: 1px solid #A0DC11; }
h1 { color: #0bceff; border-bottom: 1px solid #0bceff; }

a:link, a:hover, a:active, a:visited { color: #000; font-weight: bold; text-decoration: none; }

.aboutimg {
	margin: 5px 15px 5px 5px;
	border-style: solid;
	border-width: 3px;
	border-color: #ededed;
	float: left;
}

		table.contact{ margin: 5px 0px 5px 5px; padding: 5px; border: 1px solid #A0DC11; background-color: #F8FFF0; }
		table.contact td { padding: 5px; }

		img.nopad{ vertical-align:middle }