body {
	margin: 0;
	background: #e0c180 url(images/background.jpg) repeat-x;
	
}
#name{
	background-color:#AD836C;
	border:1px #FFFFFF solid;
	font-family:"Century Gothic";
	margin-top:10px;
}
#phone{
	background-color:#AD836C;
	border:1px #FFFFFF solid;
	font-family:"Century Gothic";
	margin-top:10px;
}
#email{
	background-color:#AD836C;
	border:1px #FFFFFF solid;
	font-family:"Century Gothic";
	margin-top:10px;
}
#message{
	background-color:#AD836C;
	border:1px #FFFFFF solid;
	font-family:"Century Gothic";
	margin-top:10px;
}

#send{
	background-color:#402A0E;
	border:1px #FFFFFF solid;
	font-family:"Century Gothic";
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
}




img.left {
	float: left;
	margin: 7px 7px 3px 0px;
	
	
}
h1, h2, h3 {
	margin: 0;
	font-family:"Century Gothic";
	font-weight: normal;
	color: #06AEF1;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p {
	margin-left: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	color: #732343;
}

a:hover {
	background: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;

}

#wrapper2 {
	margin: 0;
	padding-top: 20px;
}

/* Header */

#header {
	width: 910px;
	height: 100px;
	margin: 0 auto;

}

.topimg img {
	margin: 0;
	padding: 0 0 20px 0;
	border: none;
	
}


#banner{
	width:910px;
	height:450px;
	margin-top:0px;
	background: #622A1B;
}

/* Logo */

#logo {
	float: left;
	width: 372px;
	color: #333333;
	margin-top:15px;
}

#logo h1, #logo p {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 0 0 5px;
	font-size: 16px;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #06AEF1;
}


/* Menu */

#menu {
	width: 910px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background:#622A1B;
	border:none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
		border:none;
}

#menu li {
	float: left;
	
		border:none;
}

#menu a {
	display: block;
	
	
	margin:0px 10px 0px 10px;
	text-transform:uppercase;
	text-decoration: none;
	font-family:"Century Gothic";
	
	font-weight: normal;
	border: none;


}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
	border:none;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding: 0;
	background:#E0C180;
	color: #E0C180;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 0px 0 0 0px;
}

.text {
}

.text .title {
	color: #483d2d;
	
	font-family:"Century Gothic";
	font-weight:bold;
	
}

.content{
	font-family:"Century Gothic";
	color:#402A0E;
	margin:0px 15px 0px 15px;
	line-height:20px;
	font-size:12px;
	
}	

ul{
font-family:"Century Gothic";
	color:#483d2d;
	line-height:20px;
	font-size:12px;
	margin-left:40px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 0px 0px 10px 0;
	color: #483d2d;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {

}

#sidebar li p {
color:#483d2d;
margin:0px 0px 0px 15px;
	
}

#sidebar li ul {
	padding-bottom:10px;
}

#sidebar li li {
	margin-left: 15px;
	padding-left: 10px;
	
	border-bottom: 1px dotted #D7D0F4;
	
}

#sidebar a {
	color: #483d2d;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #483d2d;
}

#sidebar h1{

	color: #000000;
	margin:0px;
	font-family:"Century Gothic";
	font-weight:bold;
}


/* Footer */

#footer {
	width: 910px;
	height: 0px;
	margin: 0 auto;
	padding: 20px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #C90;
	border-top:1px #FFFFFF solid;
}

#footer p {
	margin: 0;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	
}

#footer a {
	color: #C90;

}

