html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background-color:#f8f8f8;
	font-size:16px;
	font-family:Helvetica;
	color:black;
}

h1 {
	font-family:Times New Roman;
	font-size:24px;
	color:#EB692D;
}

a:link, a:visited { 
	text-decoration: none;
	color: #AE855C;	
}

ul {
	list-style:circle;
}

li i {
	color: #EB692D;
}

a:hover {
	border-bottom: 1px dotted #AE855C;	
}

#wrapper {
	width: 100%;
	background: #FFF url('./images/bg.png') repeat-x;
}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;	
}

#main {
	text-align:justify;
	min-height:400px;
}

#title {
	position:absolute;
	top:110px;
}
#title h1 {
	font: 44px Times New Roman;
	margin:0px;
}

#title h2 {
	font: italic 16px Arial;
	margin:0px;
	color:#C0C0C0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding:10px;
	background-color:#f8f8f8;
}
#footer p {
	text-align:center;
	padding:10px;
	font-size:12px;
	color:#EB692D;
}

#header {
	height: 200px;
}

#header #logoimage {
	position:absolute;
	background:url('./images/logo.png') no-repeat;
	width:371px;
	height:263px;	
	right:-75px;
	top:0px;
}

#header #logotext {
	position:absolute;
}
#header #logotext h1 {
	font-size:42px;
	color: #EB692D;
	position:relative;
	top:80px;
	left:0px;
}
#header #logotext p {
	font-size:16px;
	font-style:italic;
	position:relative;
	top:50px;
	left:0px;
}

#header #menu {
	position: absolute;
	margin: 0;
	padding: 0;		
	width: 800px;	
	left: 0;
	top: 5px;		
}
#header #menu ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0px;					
}
#header #menu ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;		
}
#header #menu ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #DBA99E;
	font: bold 16px/40px Times New Roman;;

}
#header #menu ul li a:hover, 
#header #menu ul li a:active {
	border: none;
	color: #EB692D;
	background: transparent;
}
#header #menu ul li#current {
	background: transparent url(./images/left-tab.gif) no-repeat;	
}
#header #menu ul li#current a {	
	color: #EB692D;
	background: transparent url(./images/right-tab.gif) no-repeat right top;	
}
