html { min-height: 100%; margin-bottom: 1px; }

body{
font-family:Arial, Helvetica;
text-transform:uppercase;
letter-spacing:1px;
}

a{text-decoration:none;
color:#B8B9B9;}

a.current{
color:#28A6DC;
}

a:hover{
color:#E056A0;
}

#header {
	clear:both;
	padding:10px 0 10px 30px;
	}
	
#banner{
	background:url('images/bg.jpg');
	background-repeat:no-repeat;
	height:50px;
	width:100%;
	}

#bannerprofile{
	background:url('images/bgprofile.jpg');
	background-repeat:no-repeat;
	height:50px;
	width:100%;
	}
#bannercontact{
	background:url('images/bgcontact.jpg');
	background-repeat:no-repeat;
	height:50px;
	width:100%;
	}
	
#bannerwork{
	background:url('images/bgwork.jpg');
	background-repeat:no-repeat;
	height:50px;
	width:100%;
	}
	
#menu {
	width:100%;
	clear:both;
	text-align:right;
	padding:25px 0 0 0;
	margin-bottom:20px;
	font-size:10px;
	}

#menu li {display:inline;padding:30px 0 30px 60px;}

#sidebar {
	width:230px;
	float:left;
	font-size:10px;
	line-height:20px;
	}
#sidebar ul{
margin-left:30px;
	}

#content {
	width:712px;
	height:353px;
	float:left;
	border:10px solid #D2D3D4;
	font-size:11px;
	color:#B8B9B9;
	padding:50px 50px 50px 50px;
	display:inline;
	text-align:center;
	}
#details {
	width:500px;
	float:left;
text-align:left;
	font-size:11px;
	color:#B8B9B9;
	display:inline;
	}

#details ul {margin-top:10px;}

#details li {display:inline;margin-top:17px;}

#details li a{background:#FFFF8C;padding:1px 5px 1px 5px;}

#details li a:hover{background:gold;color:#333;}
	
#content h1{
color:#E056A0;
text-align:left;
}

#container{width:1062px;}

#content p{
text-align:center;
}

#content.contact{
height:283px;
padding-top:120px;
}

#content.contact p{
padding-bottom:15px;
text-align:left;
line-height:18px;
padding-top:12px;
}



#content.logo img {}

#content.profile p{
text-transform:none;
line-height:24px;
letter-spacing:0px;
text-align:left;
padding-top:110px;
}

#footer {
	width:832px;
	clear:both;
	font-size:8px;
	color:#B8B9B9;
	padding: 10px 0 0 230px;
	text-align:right;
	float:left;
	margin-bottom:25px;
	}
	
#footer p{
	float:right;
	}
