* {
	padding:0;
	margin:0;
}

html, body { height: 100%}

a, a:hover {
	text-decoration:none;
	color:#224F8A;
}

li {
	list-style:none;
}

img {
	border:0;
}

h1 {
	font-size:16px;
	color:#224F8A;
	margin-bottom:8px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	color:#666;
	margin-bottom:8px;	
}

h3 {
	font-size:12px;
	color:#666;
	margin-bottom:8px;
}

label {
	float: left;
	text-align: left;
	width: 90px;
	margin-right: 20px;
}

fieldset {
	border:0;
}

body {
	background-color:#ddd;
	color:#222;
	font:12px Arial, Verdana, Helvetica, sans-serif;
}

#base {
	width:754px;
	margin:0 auto;
	padding:0;
	height: auto;
}

#header {
	float:left;
	width:530px;
}

#sidebar_head {
	float:left;
	width:222px;
	height:100%;
}

div#container {
    height: 100%;
 }

#main {
	padding:14px 30px 14px 14px;
	clear:both;
	background-color:#fff;
}

#main p {
	margin-bottom:14px;
}

#footer {
	font-size:10px;
	padding:26px 0 4px 6px;
	clear:both;
	background:url('../img/footer.jpg') left top repeat-x #fff;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

.line {
	line-height:0;
	width:100%;
	margin-bottom:14px;
	border-bottom:1px dotted #aaa;
}

.line_team {
	line-height:0;
	width:100%;
	margin:14px 0;
	border-bottom:1px dotted #aaa;
}

#menu {
	padding:50px 6px;
}
#menu li a, #menu li a:hover {
	line-height:20px;
	width:208px;
	display:block;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	background:url('../img/menu.gif') right no-repeat;
	padding-left:4px;
}
#menu li a:hover {
	border-bottom:1px solid #05a0e0;
	background:url('../img/menu_over.gif') right no-repeat;
}

#main .set {
	color:#eda543;
}
