/* CSS Document */

html,body{
	margin:0;
	padding:0;
	background-color: #CC6633;
}
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
p{margin:0 10px 10px}
a{
	color: #CC6633;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#header h1{
	height:30px;
	margin:0;
	padding-left:0px;
	color: #FFFFFF;
	background-color: #CC6633;
	padding-top: 10px;
}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{
	background-color: #CC6633;
}
div#extra{background:#FF8539}
div#footer{background: #333;color: #CC6633}
div#footer p{margin:0;padding:5px 10px}

div#container{
	width:800px;
	margin:0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3C161;
	border-right-color: #E3C161;
	border-left-color: #E3C161;
}
div#content{
	float:right;
	width:450px;
	background-color: #CC6633;
	padding-right: 5px;
	height: 500px;
}

div#content1{
	float:right;
	width:390px;
	background-color: #CC6633;
	padding-right: 5px;
	height: 500px;
}

div#content2{
	float:left;
	width:390px;
	background-color: #CC6633;
	padding-right: 5px;
	height: 500px;
}

img.floatLeft { float: left; 
margin: 4px; }

img.floatRight { float: right; 
margin: 4px; }


div#navigation{float:left;width:300px}
div#extra{float:left;clear:left;width:200px}
div#contact{
	clear:both;
	width:100%;
	background-color: #CC6633;
	height: 20px;
}
div#footer{
	clear:both;
	width:800px;
	background-color: #E3C161;
	margin-right: auto;
	margin-left: auto;
}


div#nifty{
	background-color: #E3C161;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}


/* this rollover CSS created by collys rollover generator at http://www.collylogic.com/scripts/rollover.html */
.address {
	width:185px;
	height:70px;
	border:px solid;
	text-align:center;
	margin-left: 60px;
	margin-right: 60px;
	background-image: url(images/address.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
}
a.address:link, a.address:visited, a.address:active {
	text-decoration:none;
	background-image: url(images/address.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
a.address:hover {
	background-image: url(images/address.jpg);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
#title {
	visibility: hidden;
}
