/*
----------------------------------------------------------
01. GENERAL
---------------------------------------------------------- */
@import url("reset.css");
a:link { color:#015432; font-weight:bold; text-decoration:underline }
a:visited { color:#999; font-weight:bold; text-decoration:underline }
a:hover { color:#000 }
body { background:#FBF5E0 url(/images/bg.jpg) repeat-x left top; color:#000; font:62.5% Arial, Helvetica, Verdana, sans-serif; padding-top:20px; text-align:center }  

/*
----------------------------------------------------------
02. STRUCTURE
---------------------------------------------------------- */
#wrapper { font-size:1.2em; line-height:1.5em; margin:0 auto; position:relative; text-align:left; width:930px }
h1 { margin:40px 0 15px; }
#identity { font-size:1.35em; line-height:1.6em; margin-left:32px; width:550px }
a#enter { border:1px dotted #FAFBFA; display:block; margin-left:-16px; padding:15px; width:104px }
a#enter:hover { border:1px solid #999; }
#contact {
	border-left:2px solid #EEA310;
	padding:0 0 0 18px;
	position:absolute;
	right:-56px;
	top:117px;
	height: 112px;
}
#contact2 {
	border-left:2px solid #EEA310;
	padding:0 0 0 18px;
	position:absolute;
	right: 375px;
	top:145px;
	height: 112px;
}
	#contact2 li { background:url(/images/icons.gif) no-repeat; margin-bottom:1em; padding-left:22px }
	#contact2 li#email { background-position:0 -50px }
	#contact2 li#address { background-position:0 -100px }
	
	#contact li { background:url(/images/icons.gif) no-repeat; margin-bottom:1em; padding-left:22px }
	#contact li#email { background-position:0 -50px }
	#contact li#address { background-position:0 -100px }
	
news {margin-left:200px;}