/* CSS Document */

@media screen{ }

body { background-color:#6E4500; }

p { font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul { list-style-type: none; }

a:link 		{ color:#000000; text-decoration: none; }
a:visited 	{ color:#000000; text-decoration: none; }
a:hover 	{ color:#BF9B61; text-decoration: none; }
a:active 	{ color:#000000; text-decoration: none; }

/* divs */
#buffer { width:1050px; margin:0px auto; background-color:#FFF; }

#main { width:1000px; margin:0px auto; background-color:#FFF; }

#logo { padding: 20px 0; float:left; }

#fb { float:right; margin-top:165px;}

#links { clear:both; }
#links { border-top:1px solid; border-bottom:1px solid; }
#links ul li { display:inline; }
#links ul li a { font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 0 35px; }

#info { margin-top: 20px; width:260px; float:left; }
#info p { text-align:center; }

#pics { margin-top:20px; margin-bottom:20px; width:720px; height:500px; float:right; overflow:hidden; }
/* #pics img { display:none; } */

#help { clear: both; }

#icons { }