body{
font-family:Georgia;
background-color:#794C1D;
}



.nav{
position:absolute;
margin-left:50%;
left:-393px;
margin-top:166px;
border:1px solid black;
width:785px;
height:60px;
background-color:#D48528;
}

.navItem{
float:left;
color:white;
font-size:30px;
font-weight:bold;
margin:13px 0px 0px 45px;
}

.navItem a:link, .navItem a:visited, .navItem a:active{
text-decoration:none;
color:#fff;
}

.navItem a:hover{
text-decoration:underline;
}

.headerItem a:link, .headerItem a:visited, .headerItem a:active{
text-decoration:none;
color:#000;
}

.headerItem a:hover{
text-decoration:underline;
} 


.navSpace{
float:left;
width:740px;
height:60px;
}

.polaroid{
position:absolute;
margin-left:50%;
margin-top:660px;
}

.wrapper{
width:740px;
margin:0px auto;
}

.header{
float:left;
font-size:14pt;
height:165px;
width:736px;
margin:0px 0px 0px 0px;
background-color:#F5E390;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
border-top: 2px solid #000000;
}

.headerItem{
float:left;
margin:10px 0px 0px 10px;
}

.shadow{
float:left;
width:736px;
height:5px;
background:url(../images/shadow.jpg) repeat-x;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
}

.content{
float:left;
width:740px;
background-color:#F5E390;

}
.leftSide{
float:left;
width:355px;
background-color:#F5E390;
border-left: 2px solid #000000;
padding-left:10px;
padding-right:5px;
padding-top:10px;
}

.rightSide{
float:right;
width:366px;
background-color:#F5E390;
border-right: 2px solid #000000;
}

.rotator{
float:left;
width:350px;
height:260px;
border:1px solid white;
margin-top: 60px;
}

.menu{
float:left;
width:536px;
background-color:#F5E390;
border-right: 2px solid #000000;
border-left: 2px solid #000000;
text-align:center;
padding:0px 100px 0px 100px;
}

.form{
float:left;
width:536px;
background-color:#F5E390;
border-right: 2px solid #000000;
border-left: 2px solid #000000;
text-align:center;
padding:0px 100px 0px 100px;
}

.menuTitle{
font-weight:bold;
font-size:20px;
}

.footer{
float:left;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
border-left: 2px solid #000000;
background-color:#F5E390;
width:736px;
}

.footer a:link, .footer a:active, .footer a:visited{
	font-size:14px;
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.footer a:hover{
	font-size:14px;
	color:black;
	font-weight:bold;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}