body {
	background: White url(../interface/bg.jpg) no-repeat;
	background-position: top left;
	margin: 20px;
	color: #414141;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
}

#body {	padding: 60px 0 50px 0;}
#header {
	position: absolute;
	left: 200px;
	background: url(../interface/me.jpg) no-repeat;
	background-position: top left;
	padding: 10px 0 20px 95px;
}
#wraper {
	height: 120px;
}
#header h1 {
	color: #6d6d6d;
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
#header h2 { font-size: 80%;}

#menu {
	margin: 0;
	padding: 0;
	float: left;
	padding-left: 260px;
	list-style: none;
	font-size: 90%;
	line-height: 180%;	
}
#menu li a {
	display: block;
	width: 100px;
	font-style: italic;	
	text-decoration: none;
	color: #ffa800;
	padding-left: 18px;
}
#menu li a.h {
	color: #868683;
	font-weight: bold;
}
#menu li a:hover {
	color: #ff7e00;
	background: url(../interface/menu_h.gif) no-repeat left;
}
#cont {
	float: left;
	padding: 5px 0 0 20px;
}
#cont div {
	width: 250px;
	float: left;
	margin: 0 30px 0 0;
	padding-right: 30px;
	background: url(../interface/vline.gif) no-repeat right;
}
#cont p {
	font-size: 70%;
	line-height: 140%;	
}
#cont span {
	display: block;
	margin-top: 20px;
	color: Black;
	font-weight: bold;
	background: url(../interface/end.gif) no-repeat left;
	padding-left: 35px;
}
#cont h1 {
	color: #868683;
	font-size: 100%;
	line-height: 100%;
}
#cont h2 {
	margin: 0;
	font-size: 80%;
	font-weight: normal;
}
#cont p.misc {
	margin: 0;
	color: #868683; 
	font-size: 60%;	
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-style: normal;
	line-height: 110%;
}
#cont p.misc strong {
	color: #414141;
	font-weight: normal;
}
#cont a img {
	padding: 2px;
	border: 1px solid #868683;
}
#cont a:hover img {	border-color: #FF7E00;}
#cont p.b {
	background: url(../interface/end.gif) no-repeat;
	background-position: top left;
	padding-left: 35px;
}
#cont .list {	background: none; margin: 0;}
#cont .list img {
	float: left;
	margin: 0 5px 5px 0;
}
#cont .list p { margin: 2px 0 0 0;}
#cont div.separator {
	background: url(../interface/hline.gif) no-repeat center;
	height: 9px;
	margin: 10px 0 10px 0;
	clear: both;
}
#footer { margin-top: 40px; }
.both { clear: both; }


/* MISC */
a img { border: none; }
a {
	color: #FFA800;
	text-decoration: none;
}
a:hover { color: #FF7E00; }
a.e {	padding-left: 18px;}
a.e:hover {	background: url(../interface/menu_h.gif) no-repeat left;	}
.hidden { display: none;}