body {
	background:#ffffff url(img/back.jpg) top left fixed repeat;
	color:#333311;
	font-family: Helvetica, Arial, sans-serif;
	font-size:90%;
}

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;
}

ul {
	list-style-type:none;
}

ul li {
	margin: 5px;
}

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

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

#header img {
	border:none;
	max-width:95%;
	height:auto;
}

img {
	border:none;
	max-width:100%;
	height:auto;
}

div {
	max-width:100%;
	height:auto;
	}

#main {
	width:70%;
	float:left;
	margin:10px;
	border-radius:3px;
}
	
#sidebar {
	width:25%;
	float:right;
	margin:10px;
	border-radius:3px;
}

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