@charset "utf-8";
/* CSS Document */

*{
   margin:0;
   padding:0;
   }
body{
    background-color:#ccc;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	text-align:center;}
a {
    color:#666666;
	text-decoration: none;}
a:hover {
     color:#FF6600;
	 text-decoration:none;}
	
p {
	font: Arial, Helvetica, sans-serif 0.8em/1.2em;
	text-align:left;
	margin-left:340px;
	padding:5px 30px 5px 0;
}

h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin-left:340px;
	margin-bottom:10px;
	padding:2px 0;
	color:#943507;
	border-top:1px #FF6600 dashed;
	border-bottom:1px #FF6600 dashed;
    text-transform: uppercase;
}
h2{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	margin-left:340px;
	color:#943507;
	clear:both;
	}
	
h3{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	margin-left:340px;
	color:#943507;
}
.flash{
    margin:0 auto;
}
.main {
    float:none;
	clear:both;
    margin:0 auto;
	width:868px;
	height:100%;
	padding:20px 0;
	background-color:#fff;
	background-image:url(img/hand.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
#nav{
    width:868px;
	margin:0 auto;
	background-color:#FFFFFF;
    font-size:0.9em;
    line-height:2.7em;
    font-family:Georgia, Times New Roman, Times, serif;
	border-top:2px #FF6600 solid;
}


#nav ul{
padding:0px 10px;
list-style: none;
background-color: #fff;
text-align: right;
}

#nav ul li{
display: inline;
padding: 5px ;
}

#nav ul li a{
font-weight:bold;
color: #943507;
padding:10px;
margin: 0;
text-decoration: none;
}

#nav ul li a:hover{
background-color:#FF6600;
color:#000000;
}	
.name{
    font-weight:bold;
	color:#943507;}
.contact{
	width:6em;
	font-size:0.85em;
        font-weight:bold;
	text-align:right;
	display:block;
	padding-right:0.3em;
	float:left;
        color:#fff;
	background-color:#943507;
}
.slogan{
        margin:15px 15px 150px 340px;
	font-size:1.1em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.copyright{
    font-size:0.75em;
	color:#666666;
	padding:20px 0;}
.bottomborder{

	border-bottom:1px #943507 solid;
}
