body {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.2em;
	color: #404040;
}

#content a {
	color: #5555A3;
	text-decoration: none;
	padding: 0 2px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#content a:hover {
	padding: 0 2px;
	border-right: 1px dotted #5555a3;
	border-left: 1px dotted #5555a3;
}

#header {
	height: 180px;
}

#header-container {
	width: 1020px;
	margin: auto;
	height: 170px;
	border-bottom: 2px solid #a8a8a8;
}

#header-top{
	height: 7px;
	background: #a8a8a8 url(../images/head-top.jpg);
}

#name-container{
	position: relative;
	float: left;
	height: 95px;
}

#tabs {
	position: relative;
	float: right;
	top: 77px;
	
	height: 49px;
	width: 395px;
	background: url(../images/tabs-bg.png) bottom;
	/*
	border: 1px solid #666666;
	-webkit-border-radius: 7px;
	-moz-border-radius: 5px;
	*/
}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #a8a8a8;
}

.tab a{
	color: #404040;
	text-decoration: none;
	display: block;
	position: relative;
	float: left;
	
	top: 9px;
	margin-left: 15px;
	padding: 7px 10px;
	/*cursor: pointer;*/
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	font-size: 17px;
}

.tab a:hover {
	background-color: white;
}

.clear {
	clear: both;
}

img.linkPic {
        position: relative;
        top: 8px;
        height: 30px;
        width: 30px;
        border: none;
        padding: 1px;

}

pre {
	background-color: #ddd;
}

