@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}

img {
	border: 0px;
}


html {
	background-color: #EEEEEE;
}

body {
	background: url(images/sunrays.jpg) no-repeat left top;
	height: 100%;
	font-family:"Lucida Sans Unicode","Lucida Grande",Tahoma,Arial,Helvetica,"Trebuchet MS",Verdana,sans-serif;
	font-size:13px;
	color: #660000;
	line-height: 160%;
}

.clear {
	clear: both;
}

a {
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#sidebar {
	width: 300px;
	text-align: center;
	padding-top: 68px;
	float: left;
}

#page {
	width: 205px;
	padding-top: 68px;
	float: left;
}

#page p {
	margin: 15px 0px 25px;
}

#footer-ad {
	padding-top: 68px;
	float: left;
	text-align: center;
	position: absolute; bottom: 68px; right: 150px;
}

h1 {
	font-size: 15px;
	color: #660000;
}

h2 {
	font-size: 15px;
	color: #660000;
}