body{
	margin : 18px auto;
	width : 840px;
	border-style : double;
	background : url("imgs/back.gif") repeat fixed;
	background-color : #DDEEFF;
}

h1{
	display : none;
	text-align : center;
}

h2{
	border-bottom : solid;
	border-left : double;
	padding-left : 3px;
}

h3{
	width : 95%;
	border-bottom : 2px solid;
	padding-left : 3px;
}

dl{
	margin : 15px;
}

dt{
	border : 1px outset;
	background-color : #EEEEFF;
	padding-left : 3px;
	width : 95%;
}

img{
	border : 0px;
}

#Title{
	height : 100px;
	background : url("imgs/title.gif") no-repeat 140px 0;
}

#content {
	background-color : #FAFAFA;
}

#user {
	padding : 5px 15px;
}

ul {
	padding-left : 15px;
}

ul.MainMenu {
	margin : 5px 0;
	line-height : 1;
	list-style-type : none;
	list-style-position : inside;
}

ul.MainMenu li.Menu {
	float : left;
	text-align : center;
	font-size : 13px;
	border-right : 3px solid #BBDDFF;
	border-top : #CCCCFF solid 1px;
	border-bottom : #CCCCFF solid 1px;
}

ul.MainMenu li.LastMenu {
	float : left;
	text-align : center;
	font-size : 13px;
	border-top : #CCCCFF solid 1px;
	border-bottom : #CCCCFF solid 1px;
}

ul.MainMenu li a {
	padding : 9px 15px;
	display : block;
	position : relative;
	color : #333333;
	background-color : #DDEEFF;
	text-decoration : none;
}

ul.MainMenu li a:hover {
	color : #EEEEEE;
	background-color : #333333;
}

ul.MainMenu {
	min-height : 1px;
}

ul.MainMenu:after {
	height : 0px;
	visibility : hidden;
	content : ".";
	display : inline;
	clear : both;
}


div#Footer{}

#Footer ul{
	padding : 12px 0 0;
	height : 18px;
	background : #CCCCFF;
	margin : 0;
}
#Footer li{
	line-height : 18px;
	list-style : none;
	float : left;
	width : auto;
	margin-right : 25px;
	color : #333333;
}

