
/*==| POSITIONING |===============================================*/

/*---| div tags |---------------------------------------------------------------------------------------*/
#header {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 162px;
	background-color: #d2cfb2;
}
#content {
	position: relative;
	margin-top: -64px;
	padding-left: 40px;
}
#footer {
	position: relative;
	top:0px;
	left: 20px;
	margin: 0;
	font-family: Didot, Georgia, Times, serif;
	font-size: 11px;
	color: #663300;
	font-weight: normal;
}

/*---| body |---------------------------------------------------------------------------------------*/
body {
	margin: 10px;
	font-family: Didot, Georgia, Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
}
td, tr {
	margin: 0px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	color: #000000;
}
h1 {
	font-size: 26px;
	color: #663300;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
ul {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 20px;
}
li {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}


/*==| STYLES |====================================================*/

/*---| text |--------------------------------------------------------------------------------------------------*/
.image_content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
.quote {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Didot, Georgia, Times, serif;
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
	line-height: 18px;
	color: #663300;
	font-weight: bold;
	font-style: italic;
}
.quote_b {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: Didot, Georgia, Times, serif;
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
	line-height: 18px;
	color: #663300;
	font-weight: bold;
	font-style: italic;
}
.smalltext {
	font-family: Didot, Georgia, Times, serif;
	font-size: 10px;
	color: #663300;
	font-weight: normal;
}
.text {
	font-family: Didot, Georgia, Times, serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}


/*---| link |---------------------------------------------------------------------------------------------*/
A {
	font-family: Didot, Georgia, Times, serif;
	font-size: 11px;
	color: #663300;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	font-family: Didot, Georgia, Times, serif;
	font-size: 11px;
	color: #663300;
	font-weight: normal;
	text-decoration: underline;
}
A.small {
	font-family: Didot, Georgia, Times, serif;
	font-size: 10px;
	color: #663300;
	font-weight: normal;
	text-decoration: none;
}
A.small:hover {
	font-family: Didot, Georgia, Times, serif;
	font-size: 10px;
	color: #DD5555;
	font-weight: normal;
	text-decoration: underline;
}

/*---| input |------------------------------------------------------------------------------------------------*/
select {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
	color:#5D6780; 
}
input {
	font-family: Didot, Georgia, Times, serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
}
textarea {
	background-color: #FFFFFF; 
	font-family: Didot, Georgia, Times, serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #5D6780; 
	width: 166px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	/*scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #EEEEEE; 
	scrollbar-darkshadow-color: #EEEEEE; 
	scrollbar-track-color: #EEEEEE; 
	scrollbar-arrow-color: #FFFFFF;*/
}

