body {
	background: #a19472 url(../images/img1.jpg) repeat-x;
	margin: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h2, h3 {
	margin-top: 0px;
}

p, ul, blockquote {
}

a {
	color: #333333;
	font-weight: bold;

}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

#header {
	width: 600px;
	height: 191px;
	margin: 0px auto;
	background: url(../images/head.jpg);
	border-left: 2px solid #605e58;
	border-right: 2px solid #605e58;
}

#menu {
	width: 600px;
	height: 32px;
	margin: 0px auto;
	border: 2px solid #605e58;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 7px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase; 
	font-weight: bold;
	background: #b7a883;
}

#menu a:hover {
	background: #cd2c24;
	color: #e8dbb8;
}

#content {
	background: #e8dbb8 url(../images/text_cont.jpg) repeat-x;
	width: 600px;
	margin: 0px auto;
	border-left: 2px solid #605e58;
	border-right: 2px solid #605e58;	
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
}

#colOne ul  {
	margin-left: 0px;
	padding-left: 17px;
	list-style-type: square;
}

#colOne li  {
	display: list-item;
	list-style-type: square;
	line-height: 150%;
}

#colTwo {
	float: left;
	width: 170px;
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	background: #ded1af;
	border-top: 3px solid #605e58;
	border-right: 1px solid #605e58;
	border-bottom: 1px solid #605e58;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: square;
}

#colTwo li {
	font-size: 11px;
}

#colTwo p {
	font-size: 11px;
}

#content h2 {
	padding: 5px 0px 5px 0px;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	font-size: 16px;
	color: #6C6C6C;
}

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #b7a883;
	border-left: 2px solid #605e58;
	border-right: 2px solid #605e58;
	border-top: 1px solid #605e58;
	border-bottom: 1px solid #605e58;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #2D2D2D;
}

#footer a {
	color: #2D2D2D;
	font-weight: bold;
}

#footer a:hover {
	color: #333333;
	font-weight: bold;
}

form input,textarea {
	background: #f9eed0;
	filter:alpha(opacity=70);
	border: 1px solid #605e58;
	overflow: hidden;
}

form input.submit {
	background: #ded1af;
	border: 1px solid #605e58;
	font-weight: bold;
}

form p {
	margin: 10px;
}

#advert{
	background: #ded1af;
	width: 350px;
	padding: 5px;
	margin: 0px auto;
}

#advert p {
	font-size: 11px;
}
