/* CSS Document */

* {
margin:0;
padding:0;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
}

h1 {
font-size:30px;
color:#ccc;
margin-bottom:20px;
}

h2 {
font-size:12px;
color:#666;
}

h3 {
font-size:12px;
color:#6D7900;
}

#wrapper {
padding:0px 38px;
margin:auto;
background:#fff url(../images/background.jpg) center top repeat-y;
width:700px;
}


#header {
position:relative;
background:url(../images/header.jpg);
width:700px;
height:117px;
margin-bottom:5px;
}

#header .fbLike {
	position:absolute;
	bottom:10px;
	left:20px;
	z-index:1000;
	}


#nav {
padding-top:15px;
border-top:1px solid #999999;
height:20px;
}

#nav ul li {

float:left;
display:inline;
padding-right:44px;
}

#nav ul li.contact {
padding:0;
}

#nav ul li a{
color:#6D7900;
text-decoration:none;
}

#nav ul li a:hover {
color:#333;
}

#main {
margin-right:40px;
margin-top:40px;
background:url(../images/lady.jpg) left top no-repeat;
padding-left:300px;
min-height:547px;
}

.first {
color:#666666;
font-size:14px;
margin-bottom:20px;
}


p {
line-height:1.7em;
margin-bottom:20px;
}

em {
font-style:normal;
font-weight:bold;
color:#6D7900;
}

#footer {
clear:both;
height:30px;
border-top:1px solid #999999;
margin:0;
padding:0;
}


.copyright, .moonshine {
padding:8px 0 0 0;
color:#666;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.copyright {
float:left;
}

.moonshine {
float:right;
}

.moonshine a {
color:#6D7900;
text-decoration:none;
}

.moonshine a:hover {
text-decoration:underline;
}

#bottomWrapper {
background:#fff url(../images/backgroundBottom.jpg) center bottom no-repeat;
height:20px;
}


/*---contact page--*/

.field input {
background-color:#EBEBEB;
margin-bottom:20px;
margin-top:5px;
}

.field textarea{
width:250px;
background-color:#EBEBEB;
margin-bottom:20px;
margin-top:5px;
}

.submitBtn {
background:url(../images/submitBtn.gif);
width:80px;
height:25px;
}
