/* CSS Document */



html, body {
	margin: 0;
	padding: 0;
	}	

html, body, p, td, li {
	font-family: verdana, arial, sans serif;
	font-size: 12px;
	line-height: 2em;
	}

#headcontainer {
	background: url(images/layout/head_bkgd.jpg) repeat-x;
	width: 100%;
	height: 93px;
	}	

#bodycontainer {
	width: 100%;
	height: 400px;
	background: url(images/layout/left_side.jpg) repeat-y;
	width: 750px;
	}	

#menu {
	position: absolute;
	top: 80px;
	left: 9px;	
	}

#menu a {
	display: block;
	padding-bottom: 14px;
	color: #300;
	font-weight: bold;
	font-size: 110%;
	}

#menu a:hover {
	color: #DDD;
	}

#bodyarea {
	padding: 10px 50px 20px 140px;
	}	

#gallery td {
	padding-bottom: 10px;
	}

#bodyarea a {
	color: #000;
	}

#bodyarea a:hover {
	color: #000;
	}

#footer {
	padding-left: 140px;
	font-size: 80%;
	padding-bottom: 10px;
	color: #999;
	}	

#webinception {
	margin-top: -6px;
	position: absolute;
	left: 520px;
	}

#webinception a {
	color: #999;
	text-decoration: none;
	}	

#webinception a:hover {
	color: #000;
	text-decoration: underline;
	}	

h1 {font-size: 130%;}
h2 {font-size: 110%; border-bottom: 1px solid #999; margin-left: 2px; color: #666;}
h3 {font-size: 100%; color: #666; margin-left: 10px;}
h4 {font-size: 100%; margin-left: 10px; font-weight: normal;}	

.quotes {
	border-left: 1px solid #999;
	padding-left: 7px;
	font-style: italic;
	color: #C60;
	font-size: 90%;
	}.small {
	font-size: 80%;
}

