/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/************************* SITE STRUCTURE ************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#page_top {
	background: url(images/top_tile.jpg) repeat-x;
	height: 100px;
	padding-top: 7px;
	padding-right: 20px;
	color: #FFFFFF;
	text-align: right;
	font-size: 1.2em;
}

#container {
	width: 808px;
	margin: auto;
	font-size: 1.2em;
}

#header {
	background-image: url(images/main.jpg);
	height: 211px;
	width: 808px;
	margin-bottom: 20px;
}

#left {width: 480px; float:left;}

#right {
	width: 260px;
	padding: 20px;
	float:right;
	background-color: #f4f3ee;
}

#footer {
	width: 778px;
	margin: auto;
	padding: 20px;
	clear: both;
	text-align: center;
	border-top: 1px dotted gray;
}

/************************* TEXT FORMATTING ************************/

p {margin-top: 10px; margin-bottom:10px;}

h3 {color: #666666;
	font-size: 1.4em;}

h4 {
	margin-bottom: 20px;
	color: #666666;
	font-size: 1.4em;
	background-image: url(images/h4_bg.gif);
	height: 34px;
	width: 261px;
	padding-top: 11px;
	padding-left: 10px;
}

dl {
	
}

dt {
	font-weight: bold;
	color: #006699;
}

dd {margin-bottom: 10px;}

.inputfields, .textareafields {display: block; width: 100%; margin-bottom: 10px;}

.submit {margin-top: 5px;}

label {
	font-weight: bold;
	font-size: 0.9em;
	color: #006699;
}

/************************* NAVIGATION ************************/

