/* basic elements */
body { 
	font: 12px Georgia, "serif";
	color: #F4C37C; 
	background: #000; 
	margin: 0px; 
	}
	
p 	{margin: 0em 0% 1em 1%;
	font: 14px Georgia, "serif";
	color: #F4C37C;
	text-align: left;}
	}
	
h1 {
	margin: 0em 0% 1em 1%;
	font: 11px Georgia, "serif";
	color: #F4C37C;
	text-align: left;}
	
a:link { 
	text-decoration: none; 
	color: #47C9FD;
	}
a:visited { 
	text-decoration: none; 
	color: #F4C37C;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #D37800;
	}
	
li	{font: 14px georgia, "serif"; 
	color: #FA4848;
	margin-top: 0px; 
	text-align: left;
	line-height: 1.5em;
	}

/* specific divs */

#banner {height: 105px;
	position: relative;
	}
	
#center {height: 60px;
	position: relative;
	top: 0px;
	left: 280px;
	}
	
#content {width: 750px;
	position: relative;
	margin-top: 10px;
	}
	
#footer {
	position: relative;
	margin-top: 20px;
	clear: both;}
	
#footer p {font: 9pt georgia;
	text-align: center;
	line-height: 1.5em;
	color: #F4C37C;
	}
	
#homebanner {height: 150px;
	position: relative;
	top: 50px;
	left: 180px;
	}

#homeimage {height: 310px;
	position: relative;
	top: 0px;
	left: 180px;
	}

#leftcolumn {position: relative;
	margin-top: 40px;
	margin-left: 10px;
	width: 340px;
	float: left;
	}
	
#leftquote {position: relative;
	margin-top: 170px;
	margin-left: 70px;
	width: 280px;
	height: 50px;
	float: left;
	}

#leftquote p {font: 10pt helvetica;
	text-align: left;
	line-height: 2em;
	color: #333333;
	}

#menu {position: relative;
	top: 0px;
	left: 50px;
	}

#rightcolumn {position: relative;
	margin-top: 40px;
	margin-left: 0px;
	width: 350px;
	float: right;
	}
	
#rightquote {width: 250px;
	height: 150px;
	float: right;
	margin: 10px;
	background-color: #B5281B;
	}
	
#wrapper {width: 750px;
	margin-left: auto;
	margin-right: auto;
	}

IMG.heading {
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 20px;
	}	

IMG.homeleft {
	margin: 10px;
	}	
	
IMG.right {
	float: right;
	margin: 20px;
	}
	
IMG.left {
	float: left;
	margin: 0px;
	}
	
p.breadcrumb {
	margin: 0em 0% 1em 1%;
	font: 12px Georgia, "serif";
	color: #F4C37C;
	text-align: left;
	}

p.menu 	{margin: 0em 0% 1em 1%;
	font: 14px Georgia, "serif";
	color: #F4C37C;
	text-align: left;}
	}
	
span.footer {font: bold 9pt helvetica;
	line-height: 2em;
	color: #638342;
	}

