/* outside the container, main page */
body{
background-image:url(../images/background.gif);
background-color:#d2af33;
background-repeat:no-repeat;
background-position:center top;
}

/** navigation **/

#nav{
width:100%;
height:20px;
background-color:#7E1A54;
padding:20px;
font-family:Arial, Verdana, Tahoma, Lucida Sans, Trebuchet MS, xVerdana, sans-serif;
font-size:12pt;
list-style:none;
}


#nav ul {
display:block;
margin:0;
padding:0;
list-style:none;
}
#nav ul li {
display:inline;
margin-right:9px;
list-style:none;
position:relative;
}

#nav ul li ul{
position:absolute;
display:block;
left:-4px;
background-color:#7E1A54;
width:160px;
}

#nav ul li ul a{
display:block;
padding-top:10px;
padding-left:4px;
padding-bottom:4px;
padding-right:4px;
}


.menu a:link{
text-decoration:none;
color: #d2af33;
}
.menu a:visited{
text-decoration:none;
color: #d2af33;
}

.menu a:hover{
text-decoration:none;
color: #EDE5B4;
}
.menu a:active{
text-decoration:none;
color: #EDE5B4;
}
/*end navigation */

/* main container */
#container{
width:960px;
background-color:#523215;
margin-right: auto;
margin-left: auto;
margin-top:40px;
padding:20px;
}

#innerContainer{
width:100%;
height:100%;
background-color:#EDE5B4;
}

#leftCol{
width:357px;
margin-left:20px;
margin-top:20px;
float:left;
}

#logo{
width:357px;
background-color:#EDE5B4;
}

#imageArea{
width:357px;
background-color:#666666;
margin-top:20px;
}

#rightCol{
margin-top:20px;
width:503px;
margin-left:20px;
float:left;
}



/**  MAIN content area.  These values will change the text in the content div **/
#content{
font-size:13pt;
color:#EDE5B4;
line-height:16pt;
font-family:Arial, Verdana, Tahoma, Lucida Sans, Trebuchet MS, xVerdana, sans-serif;
background-image:url(../images/bodybackground.png);
background-color:#644223;
background-repeat:no-repeat;
background-position:center;
padding:20px;
width:100%;
margin-top:20px;
}

#content h1{
margin-bottom:0px;
font-size:18pt;
color:#ceb662;
font-weight:bold;
}

#content h2{
margin-bottom:0px;
font-size:14pt;
color:#ceb662;
font-weight:bold;
}

#content h3{
margin-bottom:0px;
font-size:13pt;
color:#EDE5B4;
font-weight:bold;
}

#content a:link{
text-decoration:none;
color: #d2af33;
}
#content a:visited{
text-decoration:none;
color: #d2af33;
}

#content a:hover{
text-decoration:none;
color: #EDE5B4;
}
#content a:active{
text-decoration:none;
color: #EDE5B4;
}

/** END content **/

#pusher{
clear:both;
height:20px;
}
/** end main container **/

#footer{
font-family:Arial, Verdana, Tahoma, Lucida Sans, Trebuchet MS, xVerdana, sans-serif;
clear:both;
text-align:center;
margin-top:20px;
color:#644223;
font-size:12pt;
}
.summerfooter a:link{
	text-decoration:none;
	color:#644223;
}
.summerfooter a:visited{
	text-decoration:none;
	color:#644223;
}
.sarafooter{
	text-align:center;
	color:#644223;
	font-size:10pt;
}
.sarafooter a:link{
	text-decoration:none;
	color:#644223;
	font-size:10pt;
}
.sarafooter a:visited{
	text-decoration:none;
	color:#644223;
	font-size:10pt;
}