body {
	margin: 0;
	padding: 0;
	background: #7F7772 url(images/img01.gif) repeat-x;
	font-family: Arial, "Ms Trebuchet", Verdana, sansserif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}


p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	color: #E27E28;	
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 0px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
}



#logo a {
	text-decoration: none;
	color: #7F7772;
}

/* Search */

input, select, textarea { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
color: #000000; 
background-color: #E27E28; 
BORDER: #000000 0 solid; 
}

/* Page */

#page {
	clear: both;
	width: 720px;
	margin: 50px auto 20px auto;
	padding: 131px 0 0 0;
	background: url(images/img03.jpg) no-repeat;
}

/* Splash */

#splash {
	width: 660px;
	height: 180px;
	padding: 30px 30px 0 30px;
	background: url(images/img04.jpg) no-repeat;
}

.twocols {
}

.twocols .title {
}

.twocols .col1 {
	float: left;
	width: 350px;
}

.twocols .col2 {
	float: right;
	width: 280px;
}

/* Content */

#content {
	float: right;
	width: 350px;
	padding-left: 250px;	
    padding-right: 10px;
}

.title {
	padding-bottom: 5px;
}