body {
	 background: #FFFFFF url(images/bg.png) top right repeat-x;
	 margin: 0;
	 padding: 0;
	 text-align: left;
	 line-height: 20px;
	 font-family: verdana, sans-serif;
	 font-size: 11px;
	 color: #000000;
}

#container {
	 right: 0px;
         top: 0px;
         position: absolute;
	 width: 760px;
	 padding: 0;
	 background: transparent url() repeat-y;

}


div.navigation {
background-color: transparent;
width: 180px;
margin-left: 170px;
margin-top: 400px;
padding: 0px;
text-decoration: none;
	}
	
.navigation a {
text-decoration: none;
color: #CE9471;
font-family: times new roman, arial;
font-size: 18px;
text-transform: lowercase;
font-style:italic;
margin: 4px 20px 0px 40px;
padding: 0px;
font-weight: normal;
letter-spacing: 0px;
display: block;
border-bottom: 0px solid;
	}		
	
.navigation a:hover {
color: #000000;
display: block;
border-bottom: 0px solid;
	}

#content {
	width: 600px;
	float: right;
	margin: 2px 0 0px 0;
	padding: 0px 0px 0px 0px;
        background-color: transparent;
	text-align: justify;
}

a {
	color: #CE9471;
	border-bottom: 2px solid #E49F75;
        text-decoration: none;
}

a:hover {
	color: #000000;
        text-decoration: none;
}

h1 {
font-size: 22px;
line-height:17px;
font-weight: normal;
color: #EC966C;
font-family: Century Gothic;
text-transform: lowercase;
padding-left:0px;
margin: 0px 0px 1px 0px
}

h2 {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
        font-family: 'georgia', serif;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin: 4px 0 0 10px;
	padding: 0;
}

h3 {
	color: #EC966C;
	font-weight: normal;
	font-size: 13px;
        font-family: Century Gothic;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin: 4px 0 0 10px;
	padding: 0;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 3px;
        color: #000000;
}

img {
	border: 0;
}

b {
	color: #E7876A;
}

i {
	color: #E7876A;
}

ul {
	list-style-type: circle;
	padding: 0 25px 15px 25px;
	margin: 10px 20px 10px 35px;
	color: #5f1420;
}

li {
	padding: 1px;
}

blockquote {
	background: #F5EDC8;
	border-left: 10px solid #FF9A7B;
	padding: 5px;
	width: 480px;
	margin: 5px 35px 25px 45px;
	color: #4A736A;
}

.button {
border: 5px solid #FFCF9F;
}

option,textarea,input { 
border-color: #FFCF9F;
border-width: 3px;
border-style: solid;
font-family: Verdana,trebuchet ms,georgia,helvetica;
font-size: 11px;
color: #000000;
background-color: #FFFFFF; 
}
