/* CSS Document */
body {
	margin: 0;
	background-color:#CCCCCC;
	font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
	background-color:#FFFFFF;
	color:black;
	margin:30px 40px 30px 40px;
	padding: 10px;
}

#header-top {
	text-align:right;
	}

#header-bottom {
	border-top: #CCCCCC solid 1px;
	padding-top:5px;
	border-bottom: #CCCCCC solid 1px;
	padding-bottom:5px;
}
#header-bottom ul {
	margin:0;
	padding:0;
}
#header-bottom li{
	display:inline;
}
#header-bottom a:link, #header-bottom a:visited {
	text-decoration:none;
	font-weight:bold;
	background-color:white;
	color:#FF0000;
}
#header-bottom a:hover {
	color:#0000CC;
}
#main {
	margin-top: 10px;
}

#content {
	margin: 0 240px 0 0px;
}
#content h2 {
	color:#0000CC;
	font-weight:bold;
	font-size: 140%;
}
#content a:link, #header-bottom a:visited {
	text-decoration:underline;
	color:#0000FF;
}
#content a:hover {
	color:#FF0000;
}

#sidebar {
	float:right;
	width:220px;
	margin:0 0 20px 0;
	padding:0;
}
#sidebar .item {
	border:#0000CC 1px solid;
	background: url(corner.gif) no-repeat #EEEEEE;
	padding: 0px 5px 0px 5px;
}
#sidebar .item h2{
	font-size:100%;
	color:#FF0000;
	font-weight:bold;
}
#footer {
	clear:both;
	margin-top:50px;
	border-top: #CCCCCC solid 1px;
	padding-top:5px;
	border-bottom: #CCCCCC solid 1px;
	padding-bottom:5px;
}