body,img,ul,p,h1,h2,h3,form,input {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#483e3f;
		font-style:italic;
}


html, body {
width: 100%;
height: 100%;
}

* html #container {
height: 100%;
}

body {
background:url(images/bg_all.jpg) #272420 0 0 repeat;
}

#container {
position: relative;
background:#fff;
width: 1000px;
margin: 0 auto;
min-height: 100%;
}

.header {
	background:url(images/bg.jpg) 0 0 no-repeat;
	height: 300px;
	}
.left {
	float:left;
	width:290px;
	padding:0 0 20px 40px;
	}
	.left ul ul {
		padding:0 0 0 20px;
		font-size:12px;
		}
	.left div {
		font-size:14px;
		cursor:pointer;
		width:230px;
		padding:0 10px 0 20px;
		line-height:25px;
		text-decoration:underline;
		position:relative;
		background:url(images/a.jpg) 0 25px repeat;
		}
	.left div:hover {
		color:#8f2511;
		text-decoration:none;
		}
	.left ul ul a {
		color:#483e3f;
		text-decoration:underline;
		display:block;
		width:190px;
		padding:3px 10px 3px 20px;
		font-size:12px;
		}
	.left ul a {
		color:#483e3f;
		text-decoration:underline;
		display:block;
		width:230px;
		padding:3px 10px 3px 20px;
		font-size:14px;
		}
	.left ul a:hover {
		color:#8f2511;
		text-decoration:none;
		}
	.left ul ul a:hover {
		color:#8f2511;
		text-decoration:none;
		}

.content {
	float:left;
	width:650px;
	padding:0 20px 20px 0;
	line-height:18px;
	}
.content p img {
	margin:0 0 5px 10px;
float:right;
	}
.content a {
	color:#8f2613;
	text-decoration:underline;
	}
.content a:hover {
	text-decoration:none;
	}
.content strong {
	color:#8f2613;
	}
.content em {
	color:#8f2613;
	}
.content p{
font-style:normal;
margin-bottom:10px;
text-align:justify;
}
	.content h1,.content h2,.content h3 {
		font-style:italic;
		color:#8f2511;
		font-size:16px;
		display:block;
		padding:3px 0 8px 0;
		}
.clearfloat {
clear: both;
}

.empty {
height: 50px;
}

#footer {
position: relative;
width: 960px;
height: 49px;
margin: -50px auto 0;
border-top:1px #d6d6d6 solid;
text-align:center;
line-height:40px;
}
#footer a {
color: #8f2613;
}

#footer a:hover {
text-decoration:none;
}

