body {
	font-family: "Verdana", "Helvetica", "Arial", Sans-serif;
	font-size:11px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #070;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #2A0;
}

#wrapper {
	margin: 0 auto 0 auto;
	padding:0 9px 0 9px;
	width: 620px;
	background-color: #FFF;
	background: repeat-y url(images/wrapperbg.gif) left top;
}

#header {
	background-image: url(images/tophead.jpg);
	width: 620px;
	height: 175px;
}
#menu {
	padding-top:150px;
	padding-left:20px;
	font-weight:bold;
}
#menu a {
	color: #4F0;
	text-decoration:none;
}
#menu a:hover {
	color: #FFF;
}

#body {
	width: 300px;
	margin: 20px;
	text-align:justify;
}
#body.widecolumn {
	
	width: 310px;
}

#sidebar {
	width: 240px;
	padding: 20px;
	float: right;
	font-size:10px;
	text-align: left;
}
#sidebar span.name {
	font-style: italic;
	text-transform:
}
#sidebar h2 {
	font-size:12px;
}

#footer {
	clear: both;
	height: 30px;
	background-image: url(images/tophead.jpg);
	line-height:30px;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #4F0;
	text-decoration:none;
}
#footer a:hover {
	color: #FFF;
}

h1 {
	font-size:18px;
	letter-spacing:-1px;
}

h2 {
	font-size:14px;
	margin-bottom:-5px;
	letter-spacing:-0.5px;
}

img#Tim {
	float: left;
	margin: 15px 5px 5px 5px;
	border: 1px solid black;
}

img.contact {
	margin-bottom: -2px;
	margin-right: 5px;
}

body.regoform #body{
	text-align:left;
}

.note {
	font-size:0.95em;
}