body {
	/*background-color: #99CCFF;*/
	background-color: #A2DAF3;
	margin: 0px;
    background-image: url('/images/page_bg0.gif');
	background-position:top center;
	background-repeat: repeat-y;
	font-size: 14px;
	font-family: verdana;
}
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 185px;
	z-index: 0;
}
a {
	color: #1BADE5;
}
#logo{
	position: absolute;
	top: 205px;
	left: 110px;
}

#main {
	position: relative;
	width: 1000px;
	height: 785px;
    background-image: url('/images/page_bg.gif');
	background-position:top center;
	background-repeat: no-repeat;
}

#main *{
	font-size: 14px;
	font-family: verdana, arial;
}
#main span.arial{
	font-size: 14px;
	font-family: arial;
}

#menu {
	position: absolute;
	top: 175px;
	left: 447px;
	z-index: 1;
}
#title {
	position: absolute;
	width: 338px;
	height: 31px;
	top: 346px;
	left: 0px;
    background-image: url('/images/title_bg.png');
	background-repeat: no-repeat;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana;
	padding-top: 3px;
	padding-left: 117px;
	letter-spacing: 1px;
}
