* {
		padding : 0px;
		margin : 0px;
	}

body {
	background-color : #FFF;
	font-family : helvetica,arial,sans-serif;
	color : #484848;
	font-size:62.5%;
	font-weight : normal;
	}
	
 #horizon {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#container {
	position: absolute;
	margin-left: -390px;
	width: 780px;
	left: 50%;
	top:60px;
	text-align: left;
/*	border:thin solid yellow;*/
}	


#header {

}

#logo {
	position:relative;
	float: left;
	width:220px;
}

address {
	display: block;
	font-style: normal;
	position:relative;
	float: left;
	padding-top: 26px;
	width: 560px;
	text-align: right;
	font-size: 1em;
	color: #7a8661;
}

/*hr {
	clear: both;
	border: 0;
	width: 100%;
	height: 24px;
	background: #FFF url('images/bg_hr.gif') repeat-x bottom; 
}*/

hr {
	border: none; 
	border-bottom: 1px solid #c9d3b4; 
	height: 0;
	width: 100%;
	
}

div.hr {
	clear: both;
	border: 0;
	width: 100%;
	height: 24px;
	background: #FFF url('images/bg_hr.gif') repeat-x scroll bottom; 
}

#profile {
	position: relative;
	top:24px;
	line-height: 150%;
	font-size: 1.1em;
/*	padding: 0 12px;*/
	clear: both;
	height: 168px
}

#portfolio {
	position: relative;

}

h2 {
	display: block;
	font-size: 1.3em;	
	padding-top: 42px;
	padding-bottom: 6px;
}

a {
	font-weight: bolder;
}

p.footer {
	text-align: center;
	color: #848484;
	padding-top: 12px;
	padding-bottom:24px;;
}

a:link { color:#00ADBC; }
a:visited { color:#00ADBC;}
a:hover { color:#FFF; background-color:#ff00c6; text-decoration:none; }
a:active { color:#CC0000; text-decoration:none; }

img {
	border: 0;
}