/* CSS Document */

body {
	background: url(bg.jpg) top left repeat-x;
	margin: 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	background-color: #e7e0de;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #af8981;
	cursor: default;
}

a:hover {
	text-decoration: none;
	color: #85797d;
	background-color: #e7e0de;
	cursor: default;
}

a img {
	border: 1px solid #85797d;
	padding: 3px;
	margin: 1px;
}

a:hover img {
	border: 1px solid #ab9299;
	padding: 3px;
	margin: 1px;
}

h1 {
	text-align: center;
	color: #b09c97;
	font-family: Georgia, Times New Roman, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	line-height: 12px;
}

b, strong {
	color: #4F4F4F;
}

i, em {
	color: #a0808a;
}

u {
	color: #4F4F4F;
	text-decoration: none;
	border-bottom: 1px solid #4F4F4F;
}

s {
	color: #a0808a;
}

input, select, textarea {
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #4F4F4F;
	-moz-border-radius: 4px;
	padding: 5px;
	background-color: #c5bab7;
	border: 1px dotted #baada9;
}

blockquote {
	text-align: left;
	background-color: #c5bab7;
	border-left: 8px solid #baada9;
	margin-left: 1.8em;
	padding: 7px;
}

.sidebar {
	text-align: justify;
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #4F4F4F;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #e7dfda;
	background: url(sidebg.jpg);
}

.content {
	text-align: justify;
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #4F4F4F;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #eee5d2;
	background: url(contentbg.jpg);
}

#container {
	margin: 0 auto;
	text-align: justify;
	width: 900px;
	position: relative;
}

#site {
	float: left;
	width: 900px;
}

#side {
	color: #F9F8F6;
	margin-top: 0px;
	margin-left: 85px;
	padding-right: 0px;
	float: left;
	width: 278px;
}

#content {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	width: 467px;
}