* {margin:0; padding:0;}

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:15pt;
	color:#333333;
}

p {padding-bottom:10px;}

li {padding-bottom:10px;}

ul {padding-bottom:10px;}

#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:745px;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:310px;
	height:120px;
}

#header {
	position:absolute;
	left:310px;
	top:0px;
	width:420px;
	height:60px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	padding:60px 20px 0 0;
	text-align:right;
	font-size:0.9em;
}

#menu {
	position:absolute;
	left:0px;
	top:120px;
	width:150px;
	height:625px;
	background-image:url(../images/menu.gif);
	background-color:#212930;
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:top;
	font-size:1em;
}

#rotator {
	position:absolute;
	left:150px;
	top:120px;
	width:600px;
	height:200px;
}

#content {
	position:absolute;
	left:150px;
	top:320px;
	width:560px;
	height:auto;
	font-size:1.1em;
	padding:20px;
}

#footer {
	margin-top:50px;
	position:static;
	font-size:0.9em;
}

#footerad {font-size:0.8em;}

/* Start contact form */

#formwrapper {
	width:500px;
}

#formwrapper form {
	border-top:2px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
}

#formwrapper div.clearfix {
	border-top:1px solid #CCCCCC;
	padding:10px 0;
	vertical-align:top;
}

#formwrapper form label {
	width:150px;
	float:left;
	margin:0 10px;
}

/* End contact form */

.bold {
	font-weight:bold;
}

.menubold {
	font-weight:bold;
	color:#777F88;
	padding-left:20px;
}

.title {
	font-weight:bold;
	font-size:1.4em;
	color:#3366CC;
}

a:link		{color:#333333; text-decoration:none;}
a:visited	{color:#333333; text-decoration:none;}
a:active	{color:#333333; text-decoration:none;}
a:hover		{color:#0066CC; text-decoration:none;}	

a.menu:link		{color:#CCCCCC; text-decoration:none; padding-left:20px;}
a.menu:visited	{color:#CCCCCC; text-decoration:none; padding-left:20px;}
a.menu:active	{color:#CCCCCC; text-decoration:none; padding-left:20px;}
a.menu:hover	{color:#0066CC; text-decoration:none; padding-left:20px;}	
