* { 

	behavior: url(iepngfix.htc); 

}

body{

	margin:0;
	padding:0;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(img/bg.gif) repeat;
	text-align:center;	
	overflow-y: scroll;
	
}


/* STRUKTUR
*************************************************************/

#container{

	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	
}


 #wrapper{
 
	position:relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	
}

#header {

	position:relative;
	background: url(img/logo.png) no-repeat;
	height:42px;
	width:234px;
	margin-top: -12px;
	margin-top: 0px;
	
}



#menu{

	position:relative;
	margin-left: -1px;
	height:43px;
	width:600px;

}

#contentwrappertop{

	position:relative;
	width:746px;
	height:27px;
	margin-top: -11px;
	background: url(img/wrappertopbg.gif) no-repeat;
	
}

#contentwrapperbottom{

	position:relative;
	background: url(img/wrapperbottombg.gif) no-repeat;
	height:35px;

}

#contentwrapper{

	position:relative;
	width:760px;
	min-height: 100px;
	background:url(img/wrapperbg.gif);
	background-repeat:repeat-y;
	padding-bottom: 50px;
	padding-top:30px;
	
}

#content{

	min-height: 50px;
	margin: 5px 50px 20px 35px;
	padding-bottom:0px;
	
}

#about, #friends{

	margin-top: 35px;

}

#contactinfo{

	margin-top:15px;
	width:300px;
	
}

.work{

	margin-bottom:25px;

}


/* Ul & Li
**************************************************/
ul{

	display: inline;
	list-style: none;
	padding:0;
	margin:0;
	
}

li{

	display: inline;
	
}

hr{

	border: 1px dotted #ccc; border-style: none none dotted;

}

#content #friends ul li{

	display: block;
	list-style: none;
	text-indent: 10px;

}

#about ul li{

	display: block;
	text-indent: 10px;
	
}


/* Typografi
************************************************/

h1{

	font-family: Helvetica, verdana, arial;
	font-size: 18px;
	font-weight: bold;
	background-color: #000;
	color: #f1509d;
	width:450px;
	vertical-align: middle;
	padding-top:3px;
	_padding-top:1px;
	
}

h2{

	font-family: Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #f1509d;
	background-color: #000;
	width:170px;
	
}

h3{
	
	background: url(img/logo.png) no-repeat;
	height:42px;
	width:234px;
	margin-top: 0px;
	text-indent: -3500px;

}

#header p {

	text-indent: -4000px;
	
}

#content #about h2{

	margin-bottom: -9px;
	
}


#about p{

	margin-bottom: 0;
	
}


/* A
*************************************************/

a:link{

	background-color: #f1509d;
	text-decoration: none;
	color:#000;
	
}

a:visited{

	background-color: #f1509d;
	text-decoration: none;
	color:#000;

}

a:hover{

	text-decoration: none;
	background-color: #fff;
	color:#f1509d;
	
}

a:active{

	text-decoration: none;
	background-color:#fff;
	color:#f1509d;
	
}

#menu a{

	background:none;
	
}


/* Img
*************************************************/

#menu img{

	margin-right:-5px;
	
}


img { 

	border:0;
	
}


#header img{

	margin-left: 10px;
	
}

