
body {
	background: #fff;
}

div#pre-shell {
	border-top: #cdc07d 12px solid;
}
	
div#shell {
	width: 720px;
	background: #fff;
	margin: 0 auto;
}

	div#pre-header {
		
	}
	
	div#wrapper {
	
	}
	
		div#header {
			position: relative;
			width: 720px;
			height: 100px;
			padding-top: 25px;
			padding-bottom: 21px;
		}
			div#contact-info {
				position: absolute;
				right: 15px;
				top: 70px;
				background: url(/images/contact-header.gif) no-repeat;
				width: 218px;
				height: 86px;
				margin: auto;
				
			}
			
				div#contact-info p {
					text-indent: -9999px;
				}
				
			div#logo {
				position: absolute;
				background: url(/images/site_logo.gif) no-repeat;
				width: 240px;
				height: 167px;
				margin: auto;
				left: 0px;
			}
			
				div#logo h1 {
					text-indent: -9999px;
				}
				
		div#navigation {
			display: none;
		}
		
		div#main {
			position: relative;
			display: block;
			height: 100%;
			min-height: 500px;
			margin-top: 60px;
			background: url(/images/main_bg_spots.gif);
			z-index: 1;
		}
			div#panel-a {
				display: none;
			}
			div#panel-b {
				width: 450px;
			}
			div#panel-c {
				width: 270px;
				left: 450px;
			}
			div#panel-c div.inner {
				margin-top: -24px;
			}
			
			div#panel-a, div#panel-c {
				position: absolute;
				/*border: #f00 solid 1px;*/
				margin: 10px;
			}
			div#panel-b {
				position: relative;
				float: left;
				/*border: #f0f solid 1px;*/
				margin: 10px;
			}
			
			
		div#footer {
			
		}
		
	div#post-footer {
		
	}

	
div#post-shell {
	/*
	position: absolute;
	bottom: 0px;
	*/
	clear: both;
	height: 40px;
	width: 100%;
	border-top: #cdc07d 12px solid;
	background: #a1c1cb;
}

div#post-shell div.inner {
	width: 720px;
	margin: auto;
	text-align: right;
	padding: 3px;
}

div#post-shell div.inner p {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}




/* ##### TYPO #### */



		
body, div, p {
	font-family: Verdana, Arial, Helvetica;
	color: #666465;
	font-size: 12px;
}

a:hover {text-decoration: underline;}

p {
	margin-bottom: 24px;
	line-height: 18px;
}

h1,h2,h3 {
	color: #7c9ba9;
	margin-bottom: 24px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}


div#panel-b ul {
	list-style-type:circle;
	margin-left: 30px;
	margin-bottom: 24px;
}

div#panel-b ul li {
	line-height: 18px;
	margin-bottom: 5px;
}






