* {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

body {
	margin: 10px 0;
	padding: 0;
	background: #fdffdc;
	font-size: 12px;
	color: #6B6B6B;
	letter-spacing: 0.1px;
}

#clear20 {
	height:20px;
	clear:both;
	overflow:hidden;
}

#clear20a {
	height:20px;
	clear:both;
	overflow:hidden;
}

#clear20b {
	height:20px;
	clear:both;
	overflow:hidden;
}

#clear50 {
	height:50px;
	clear:both;
	overflow:hidden;
}

#clear100 {
	height:100px;
	clear:both;
	overflow:hidden;
}

#clear200 {
	height:200px;
	clear:both;
	overflow:hidden;
}

#clear300 {
	height:300px;
	clear:both;
	overflow:hidden;
}

#smalllist {
	width: 550px;
	clear: left;
	float: left;
}

#llist {
	width: 300px;
	clear: left;
	float: left;
}

#llist2 {
	width: 480px;
	clear: left;
	float: left;
}

#rlist {
	padding-right: 50px;
	clear: right;
	float: right;
}

#full {
	float: right;
}

#list1 {
	width: 460px;
	clear: left;
	float: left;
}

#list2 {
	margin-right: 40px;
	width: 300px;
	clear: right;
	float: right;
}

#list3 {
	width: 460px;
	clear: left;
	float: left;
}


.liste {
	margin: 30px 0; 
        margin-left: 30px;
	padding: 0;
	background: #FFFFFF;
	font-size: 12px;
	color: #6B6B6B;
}

h1, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #7F7F7F;
}

h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #7F7F7F;
	border-bottom: 1px dotted #3B3B3B;
}

h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 1px;
}

p, ol, ul, blockquote {
	line-height: 18px;
	padding-left: 0px;
}

a {
	color: #EC5600;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
}

/* Header */

#header {
	width: 917px;
	height: 115px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 115px;
	padding: 0 0 0 0;
	background: url(images/img1.gif) no-repeat;
}

#logo * {
	text-decoration: none;
}

#logo img {
	padding-left: 16px;
}

#logo h1 {
	float: left;
	padding: 50px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#menu {
	float: right;
	padding: 95px 20px 0 0;
	background: url(images/img3.gif) no-repeat right top;
}

#menu a {
	padding: 0 10px 0 10px;
	border: 1px solid #EEEEEE;
	letter-spacing: 0.3px;
	text-decoration: none;
	font-size: 12px;
	color: #3B3B3B;
}

#menu a:hover {
	padding: 0 10px 0 10px;
	border: 1px solid #b4b4b4;
	letter-spacing: 0.3px;
	text-decoration: none;
	font-size: 12px;
	color: #3B3B3B;
	background-color: #EEEEEE;	
	
}

#menu a.active {
	padding: 0 10px 0 10px;
	border: 1px solid #b4b4b4;
	letter-spacing: 0.3px;
	text-decoration: none;
	font-size: 12px;
	color: #3B3B3B;
	background-color: #EEEEEE;	
	
}

/* Splash */

#splash {
	width: 877px;
	margin: 0 auto;
	background: url(images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 877px;
	height: 640px;
	text-align: justify;
	margin: 0 auto;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	background: #FFFFFF url(images/img8.gif) no-repeat left bottom;
}

#content img {
	vertical-align: top;
}

#content a {
	color: #3B3B3B;
	text-decoration: none;
	font-weight: normal;
}

#content a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #3B3B3B;
}

#content a.active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ffde2a;
}

#content ul {
	margin-left: 0;
	list-style: none;
	line-height: normal;
}

#content li {
	margin-left: 20px;
	padding-left: 15px;
	display: block;
	background: url(images/box.gif) no-repeat;
}

/* Input */

textarea,input {
	background-color:#FFFFFF;
	color:#6B6B6B;
	border:none;
	border-bottom:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	overflow: hidden;
	font-size: 12px;
}

submit,post {
	background-color:#FFFFFF;
	color:#6B6B6B;
	border:none;
	border-bottom:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	overflow: hidden;
	font-size: 12px;
}


/* Footer */

#footer {
	margin-top: 2px;
	text-align: center;
	letter-spacing: 1px;
	font-size: smaller;
	color: #777777;
}

#footer a {
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer b {
	color: #000000;
	font-weight: normal;
	font-size: smaller;

}
