@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60%;
	background-image: url(../images/backgrounds/background1.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
#ad {
	text-align: right;
}
#header {
	height: 61px;
	margin-left: 10px;
}

#mainbit {
	margin: 10px;
	text-align: left;
	width: 800px;
}

#sidebar {
	background-color: #FFFFD9;
	text-align: left;
	padding: 10px;
	float: right;
	width: 190px;
	margin-right: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}
#footer {
	clear: both;
	height: 40px;
}
#footerlinks {
	float: left;
	margin-left: 10px;
}
#copyright {
	float: right;
	margin-right: 10px;
}

a {
	text-decoration: none;
	color: #333000;
}

a:hover {
	text-decoration: none;
	color: #930300;
	font-weight: normal;
}


#nav {
	height: 30px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin-right: -1px;
	padding: 0px;
	display: inline;
}


#sunrise {
	float: left;
	height: 130px;
	width: 108px;
}
#sunsetpic{
	float: right;
	height: 140px;
	width: 140px;
}
#contentFeedback {
	width: 700px;
	text-align: left;
	background-color: #FFFFFF;
}

p {
	margin-top: 0px;
	margin-bottom: 4px;
}
h1 {
	font-size: 1.3em;
	color: #42210B;
	margin-top: 6px;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.0em;
	color: #42210B;
	margin-top: 6px;
	margin-bottom: 2px;
}

table {	margin-left: -2px;
}

td {
	padding-top: 3px;
}
.row1 {
	background-color: #ECE6DE;
}
.row2 {
	background-color: #F3EFEA;
}
.row3 {
	background-color: #CCCCCC;
}
.row4 {
	background-color:  #FFFFFF;
}
