body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	background-color: #e5dbc2;
	background-image: url("images/tanwallpaper.gif");
	background-repeat: repeat;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 130%;
}

img {
	border-style: none;
}

#sidebarsites {
	border-width: thin;
	border-style: solid;
	border-color: #f2ede1;
	width: 175px;
	padding: 0px 10px 10px 0px;
	margin:  0px  20px 200px 0px;
	background-color: #f2ede1;
	text-align: center;
	float: left;
	
}

#header {
	border-width: thin;
	border-style: solid;
	border-color: #f2ede1;
	background-color: #f2ede1;
	text-align: center;
	width: 700px;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
}

#main {
	width: 500px;
	padding: 20px;
	padding-left: 0px;
	margin: 20px 20px 20px 180px;
}

#footer {
	width: 700px;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	clear: both;
}

.italic {
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	color: #444444;
}

.bold {
	font-weight: bold;
}

.swanimage {
	float: right;
}

a:link {
	color: #003399;
}    

a:visited {
	color: #993300;
}  

a:hover {
	color: #006600;
}
 
a:active {
	color: #ff0000;
}  

