/* CSS Document */

body {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #FFCC33;
	}
	
h1 {
	font-size:24px;
	}
	
h2	{
	font-size: large;
	}
	
h3 {
	font-size:medium;
	}
	
p.copy {
	font-size: small;
	}
p.qoutes {
	font-size:10px;
	font-style:italic;
	}
	
#wrapper {
	width:800px;
	height:auto;
	border:1px solid #660000;
	background-color:#946316;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	width:800px;
	height:140px;
	background-color:#CC9933;
	margin:0;
	clear:both;
	}
	
#logo {
	width:356px;
	hight:140px;
	margin:0;
	padding:0;
	float:left;
	}

#topcontent {
	width: 400px;
	height:140px;
	float:right;
	}
#topbar {
	width: 800px;
	height:25px;
	margin: 0;
	background-color: #611616;
	clear:both;
	}

#sidebar {
	width: 150px;
	height:auto;
	background-color:#946316;
	margin: 0;
	float:left;
	}
	
#mainimage {
	width: 650px;
	height:auto;
	background-color:#946316;
	margin-top:0px;
	padding:0;
	margin-right: auto;
	margin-bottom: auto;
	float:right;
	}
#maincontent {
	width: 640px;
	height:auto;
	background-color:#946316;
	margin-top:0px;
	padding: 0px 0px 0px 10px;
	margin-right: auto;
	margin-bottom: auto;
	float:right;
	}
#text {
	width:340px;
	height:auto;
	float:left;
	}
	
#pic {
	width:250px;
	float:right;
	}
#maincontentphoto {
	width: 650px;
	height:auto;
	background-color:#946316;
	margin-top:0px;
	padding:0;
	margin-right: auto;
	margin-bottom: auto;
	float:right;
	text-align:center;
	}

#bottombar {
	width: 800px;
	height:25px;
	margin: 0;
	padding:0;
	background-color: #611616;
	clear:both;
	}
	
#footer {
	width:800px;
	height:100px;
	background-color:#CC9933;
	margin:0;
	clear:both;
	}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight{ 
    float: right; 
    margin: 4px; 
}

p.quote {
	padding: 5px 5px 5px 0;img.floatLeft { 
    float: left; 
    margin: 4px; 
}