body {
	background:#ffffdd url("img/back.png") top left fixed repeat;
	color:#333311;
	font-family: Helvetica, Arial, sans-serif;
	}

a:link {
	color:#666622;
	text-decoration:none;
	}

a:visited {
	color:#222266;
	text-decoration:none;	
	}

a:hover {
	color:#ddddff;
	text-decoration:none;
	}

a:active {
	color:#666622;
	text-decoration:none;
	}

#wrapper {
	background:#ffffff;
	color:#000033;
	width:1000px;
	margin:auto;
	padding:10px;
	border-radius:3px;
	}

#header {
	width:100%;
	text-align:center;
	padding:2px;
	border-radius:3px;
	}

img {
	border:none;
	}

#main {
	width:65%;
	float:left;
	background:#f6f9ff;
	padding:2px;
	border-radius:3px;
	}
	
#sidebar {
	width:30%;
	float:right;
	background:#f6f9ff;
	padding:2px;
	border-radius:3px;
	font-size:90%;
	}
	
#sidebar h1 {
	font-size:120%;
	text-decoration:underline;
	}

#sidebar dt {
	font-weight:bold;
	}
	
#sidebar dd {
	margin-bottom:6px;
	}

#footer {
	clear:both;
	width:100%;
	margin:auto;
	font-size:80%;
	padding:2px;
	border-radius:3px;
	}
