html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px 0 0 0px;
	padding: 0;
	text-align: left;
	font-family: Verdana, 'Book Antiqua', Helvetica, Arial;
	font-size: 10px;
	color: #BA6244;
	background-color: #F4E6B6;
}
div.container {
	width: 650px;
	margin: 0px;
	text-align: left;
background-image: url(images/index_04.jpg);
background-repeat: repeat;
background-color: #BA6244;
}

div.header {
position: relative;
	width: 650px;
	margin: 0px;
	text-align: left;
}

div.content {
 position: relative;
	margin:  0px;
	width: 650px;
	padding: 0 0 0 0px;
	text-align: left;
background-image: url(images/index_03.jpg);
background-repeat: no-repeat;
}

div.content2 {
 position: relative;
	margin:  0px;
	width: 440px;
	padding: 0 0 0 20px;
	text-align: left;
  color: #F4E6B6;
}

div.footer {
	clear: both;
}


h2.title {
	font-size: 14px;
	color: #F4E6B6;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	border-bottom: 2px #F4E6B6 solid;
	width: 100%;
	text-transform: uppercase;
	text-align: right;
}

div.posttitle {
	font-size: 14px;
	color: #F4E6B6;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
img {
	border: 0
}
A:link,  A:visited, A:active {
	color: #F4E6B6;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #F4E6B6;
	text-decoration: line-through;
}
fieldset, textarea, input, .pic, select {
	border: 1px #F4E6B6 solid;
	font-size: 10px;
	color: #F4E6B6;
	background-color: #BA6244;
}
