@charset "utf-8";
/* CSS Document */
body{
background-color: #411f01;
font-size:1em;
margin:auto;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-align:center;
color:#000000;
margin-top:0px;
}
html, body {height: 100.1%}
div {text-align:center;
color:#000000;}
img {border:none;}

a, a:link, a:visited {
color:#C8AE73;
}

a:hover {
color: #D29901;
}

p, li {
text-align:left;
color:#000000;
margin-bottom:0px;
margin-left: 20px;
margin-right: 10px;
font-size: 90%;
}

div.larger {
line-height: 140%;
}
ul {
color:#000000;
text-align:left;

} 
h1, h2, h3, h4, h5 {
color:#914104;
text-align:left;
margin-top:0px;
margin-left: 20px;
font-family: Garamond, "Times New Roman", Times, serif;
}
h3:first-letter {
font-size:larger;
}

#wrapper {
margin:0px auto;
text-align:center;
/*border: 1px solid black;*/
width: 85%;

}
#banner { 
margin: 0 auto;
width: 100%;
height:218px;
background: #dea82c url(images/banner-back.jpg) top right no-repeat scroll;
max-width:1280px;
}
#search-box{
float: right;
	width: 200px;
	color: #242868;
	text-align:center;
	margin-top: 10px;
	}
#menu {
text-align:left;
/*background-color: #dea82c;*/
height: 30px;
width: 100%;
margin: 0px auto;
background:transparent url(images/menu-back.png) top repeat-x scroll;
max-width:1280px;
}
#menu a, #menu a:link, #menu a:visited {

color: #000000;
background-color:transparent;
text-align:left;
text-decoration:none;
padding-top:15px;
padding-bottom:5px;
margin-top:1px;
margin-bottom: 1px;
font-weight: 600;
/*padding-right:9px;*/
font-size:90%;
}
#menu a:hover {
color: #eee8c5;
}
/*menu active page buttons*/
/*home*/ body.hm #menu #hm, body.hm #menu #hm a,
/*about*/ body.ab #menu #ab, body.ab #menu #ab a,
/*community*/ body.sc #menu #sc, body.sc #menu #sc a,
/*web design*/ body.wd #menu #wd, body.wd #menu #wd a,
/*seo*/ body.seo #menu #seo, body.seo #menu #seo a,
/*profiles*/ body.gwp #menu #gwp, body.gwp #menu #gwp a,
/*request*/ body.gr #menu #gr, body.gr #menu #gr a,
/*portfolio*/ body.po #menu #po, body.po #menu #po a   {
color: #914104;
}



#content {

background: transparent url(images/content-back.jpg) top center repeat-y scroll;

}
#copy {
color:#000000;
width: 592px;
margin: auto auto auto 10px;
font-weight: normal;
padding-top:20px;


}
#copy-box{
background:#fdfafa url(images/copy-box-back.jpg) top center repeat-y scroll;
}
#left-col {
width: 490px;
float:left;
background-color:#811700;
}



#footer {

font-size: 75%;
color: #676302;
width:100%;
margin:0px auto;
text-align:center;
background-color:#fdfafa;
height: 50px;
max-width:1280px;
}
#footer p {
color: #ffffff;font-weight: bold;}
#footer a, #footer a:link, #footer a:visited {
color: #811700;
text-decoration:none;}

#giraffe {
color: #811700;
font-size: 70%;
margin:auto;
text-align:center;
}
#giraffe a, #giraffe a:link, #giraffe a:visited {
color: #811700;
text-decoration:none;
}



.float-left {
float:left;}

.float-right {
float:right;}

.left{
text-align:left;
}
.center {
text-align:center;}
.right {
text-align:right;}
.nobot-margin {
margin-bottom: 0px;
}
.notop-margin {
margin-top:0px;}
.larger {
font-size: larger;
}
.smaller {
font-size: smaller;
}