﻿body {
	background: url('bg.jpg') #f3ecd2 top left repeat-x;
	font-size: 11px;
	color: #dac57b;
	font-family: Helvetica, Tahoma, Verdana, Sans-serif;
	margin: 0px;

}

#page {
	width: 600px;
	margin: 0px;
	

}
#pagebg {
	width: 600px;
	height: 156px;
	margin: 0px;
	background: url('content.jpg') #f3ecd2 top left no-repeat;
	text-align: right;

}

#header {
	background: #f3ecd2 url('header.jpg') no-repeat; 
	width: 600px;
	height: 344px;

}


#content {
	width: 600px;
	padding: 0px 5px 10px 0px;
	margin-top: -50px;
	margin-left: 10px;

}



#sidebar {
	width: 150px;
	float: right;
	}

#sidebar ul {
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
	width: 150px;
}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	color: #ffffff;
	font-size: 10px;
	font-family: Georgia, 'Times New Roman', Serif;
	text-transform: uppercase;
	padding-left: 7px;
	letter-spacing: 2px;
	background-color: #e8daad;
	display: block;
	border-bottom: 1px solid #ffffff;
	}

#sidebar ul li a:hover {
	color: #e8daad;
	font-size: 10px;
	font-family: Georgia, 'Times New Roman', Serif;
	text-transform: uppercase;
	padding-left: 6px;
	letter-spacing: 2px;
	background-color: #fff5ea;
	display: block;
	border-bottom: 1px solid #fffff;}


#footer {
width: 600px;
height: 50px;
padding-top: 15px;
text-align: center;
font-size: 11px;
clear: both;}

hr {
display: none;}

#content a, #content a:visited, #footer a, #footer a:visited {
color: #fb6a2f;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #fb6a2f;}

#content a:hover, #content a:active, #footer a:hover, #footer a:active {
color: #ffffff;
text-decoration: none;
border-bottom: 1px dotted #ffffff;}

h1 {
color: #dcc780;
margin-left: 10px;

font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Serif;
font-size: 30px;
padding-left: 20px;
background: url('sprite.png') center left no-repeat;
font-variant: small-caps;
border-bottom: #dcc780 1px solid;}



h2 {
color: #d8c276;
margin-left: 0px;
letter-spacing: 2px;
background: #ebdfb8 url('hbg.jpg') top left repeat-y;
font-family: Helvetica, Tahoma, Verdana, Arial, Sans-serif;
font-weight: bold;
font-size: 18px;
font-variant: small-caps;
padding-left: 15px;}

h3 {
color: #fb6a2f;
letter-spacing: 3px;
padding-left: 15px;
font-family: Helvetica, Tahoma, Verdana, Arial, Sans-serif;
font-size: 15px;
background: #ffffff url('hbg.jpg') top left repeat-y;
font-variant: small-caps;
}



b, u, i, em, strong {
color: #f0d557;}

blockquote {
padding-left: 5px; 
padding-right: 5px;
border-top: 4px solid #fb6a2f;
border-bottom: 4px solid #fb6a2f;
text-align: justify;
font-size: 11px;}

input, textarea, td, select {
padding-left: 5px;
border-top: 0px;
border-right: 0px;
border-bottom:4px solid #fb6a2f;
border-left: 0px;

background-color: #ebdfb8;
color: #fb6a2f;}

img {
	border: 1px dotted #dc3984;
	background-color: #ffffff;
	margin: 2px;
	padding: 4px;
}

a img:hover {
background-color: #ece69b;
border: 1px dotted #ffffff;}