* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", helvetica, arial;
	font-size: 75%;
	color: #fff;
	background: url(images/bg03.png);
}

h1 {
	color: #fa023d;
	font-weight: normal;
	height: 40px;
	padding: 10px 0 0 50px;
	background: url(images/bgh1.png) center left no-repeat;

}


h2 {
	color: #cfc6a5;
	font-weight: normal;
}

a, a:visited {
	color: #cfc6a5;
	
}

p {
	margin: 10px 0;
	line-height: 1.4em;
}
#container {
	width: 650px;
	margin: 20px auto 40px auto;
	padding: 20px 30px;
	background: #453d38;
	border: 10px solid #cfc6a5;
	overflow: hidden;
}


#header {
	height: 100px;
}

.hleft {
	width: 230px;
	float: left;
	
}

.hright {
	width: 150px;
	float: right;
}

.hright ul {
	list-style: none;
	margin: 5px  0 0;
	float: right;
}

.hright li {
	float: left;
	margin: 0 10px;
}

.hright a{
	font-size: 1.3em;
}

#leftcol {

	width: 300px;
	float: left;
}


#rightcol {
	border-top: 0px solid #ddd;
	width: 300px;
	float: right;
	
}
