body {
/*	background:#99ccff url('../images/corner_img.png') no-repeat 0 0;*/
        background:#9cf url('../images/bg.png') no-repeat 50% 0;
	margin: 0 auto;
	padding: 0;
	width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.bold {
        font-weight:bold;
}

.italic {
        font-style:italic;
}

#title {
        margin:0 auto;
        padding:5px 0 18px;
        height:50px;
	text-align:right;
/*        background:#d0e8ff url('../images/corner_img_top.png') no-repeat 0 0;*/
}

#title h1 {
        padding-right:25px;
}


#navigation {
	width:147px;
	float:left;
	margin:0 auto;
        padding:0 0 65px;
        background:#09f url('../images/bg_nav.png') no-repeat 0 100%;
/*        background:url('../images/corner_img_bottom.png') no-repeat 0 0;*/
}

#navigation ul {
	margin:0 auto;
	padding:0;
}

#navigation li {
	list-style:none;
	text-align:center;
	margin-bottom:5px;
}

#navigation a {
	font-weight:bold;
	padding:5px;
	display:block;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	color:#009;
	text-decoration:none;
}

#navigation li a:hover {
	color:#99ffcc;
	text-decoration:none;
	background-color:#009;
}

#maincontent {
	margin:0 auto;
	float:left;
	width:590px;
	padding:0 0 0 10px;
	text-align:justify;
        background-color:#9cf;
}


#footer {
	clear:both;
	margin-bottom:15px;
	font-size:80%;
	text-align:center;
}
