* {
	margin: 0;
	padding: 0;
}
body {
	
}


a {
	color: #0282be;
}

a {
	background-color: transparent;
	text-decoration: underline;
}
#logo a {
	display: block;
	height: 62px;
	width: 308px;
	margin-top: 10px;
}
#logo a img {
	border: 0;
}

/*
Container
-----------------------------------------------
*/

#container {
	width: 800px;
	margin: 20px auto 40px auto;
	position:  relative;
	padding-left: 20px;
}

/*
Header
-----------------------------------------------
*/

#header {
}
#logo {
	position: absolute;
	left: 240px;
	top: 60px;
}
#picture {
	position: absolute;
	top: 0;
	width: 190px;
	height: 222px;
}

/*
Navigation
-----------------------------------------------
*/

#nav {
	position: absolute;
	top: 242px;
	left: 40px;
	width: 190px;
	font-size: 14px;
	line-height: 22px;
}
#nav a {
	text-decoration: none;
}
#nav, #nav a:link, #nav a:visited, #nav .current ul, #nav .current ul a:link, #nav .current ul a:visited {
	color: #c00;
}
#nav a:hover, #nav .current ul a:hover {
	text-decoration: underline;
	color: #000;
}
#nav .current, #nav .current a:link, #nav .current a:visited {
	color: #000;
}

#nav {
	list-style: none;
}

#nav ul {
	margin-left: 30px;
	list-style-type: disc;
}


/*
Content
-----------------------------------------------
*/

#content {
	position: relative;
	top: 201px;
	width: 350px;
	margin: 0 0 0 220px;
	float: left;
	line-height: 18px;
}


#side {
	position: absolute;
	width: 170px;
	left: 620px;
	margin: 0 0 0 30px;
	display: none;
}

h2 {
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 25px -2px;
}
#content p, #content h3, #content h4, #content h5 {
	margin: 8px 0 2px 0;
}

#content ul, #content ol {
	padding-left: 1.5em;
}

/*
Footer
-----------------------------------------------
*/
#footer {
	color: #999;
	clear: both;
	padding-top: 20px;
	margin-bottom: 40px;
	font-size: 11px;
	clear: both;
	width: 300px;
}
#footer a {
	color: #999;
}
#footer p {
}
form, form table {
	float: left;
}
form table {
	clear: both;
}

form span.required {
	font-weight: bold;
}
form.preview span.required {
	font-weight: normal;
}

