@charset "UTF-8";

/* CSS Document */

* {
	font-family: Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
	}

body {
	background: #5b5959 url(../images/overlay2.png);
	}
#wrapper {
	width:960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#mini-wrapper {
	background: #456382 url(../images/overlay2.png);
	}
	
#header {
	width:720px;
	height:125px;
	background: #fbfbfb url(../images/imd220.png) no-repeat 20px 10px;
	padding: 15px 10px 25px 10px;
	margin-left: 220px;
	border-bottom: 3px solid #c3160e;
	}
#header span {
	display:none;
}

#sidebar {
	width: 200px;
	position:absolute;
	top:0px;
	left:0px;
	background: #456382 url(../images/overlay2.png);
	padding: 10px 10px 10px 10px;
	}
#name {
	padding: 33px 0 0 10px;
	color:#fbfbfb;
}
#name dt{
	font-size: 1.75em;
	padding:10px 0 0 0;
	margin:0;
}
#name dd {
	font-size: 1em;
	margin-top:-5px;
	padding:0 0 0 5px;
}
#content {
	margin-left: 220px;
	width:740px;
	height: 350px;
	background: #fbfbfb;
	margin-bottom: 0
	}
#content h2 {
	background: url(../images/user-center-design.png) no-repeat 20px;
	height:80px;
	width:725px;
	margin-bottom: 0px;
}
#content h2 span {
	display:none;
}
#content ul {
	width:250px;
	float:left;
	padding: 10px 10px 10px 25px;
	}
#content li {
	list-style-image: url(../images/red_bullet.png);
	font-size:2.5em;
	height:50px;
	}
#content a:link {
	color:#456382;
}
#content a:hover {
	background-color: #c3160e;
	text-decoration: none;
	color:#fbfbfb;
}
#content a:visited {
	color:#456382;
	text-decoration: none;
}
#content a:visited:hover {
	color:#456382;
	text-decoration: none;
}
#footer {
	background: #c3160e url(../images/overlay2.png);
	height:70px;
	width:100%;
	margin-top: 0
	}
#footer p {
	color:#fbfbfb;
	font-size: .8em;
	padding:30px 10px 10px 15px;
}

#footer a:link {
	color:#fbfbfb;
}
#footer a:hover {
		background-color: #fbfbfb;
		color:#c3160e;
}
#content a:visited:hover {
	background-color: #fbfbfb;
	color:#c3160e;
}
#footer a:visited {
	color:#fbfbfb;
}

.w3c_icons {
	text-align: center;
}
.w3c_icons img {
	padding: 10px 20px 20px 10px;
}