body { 
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
}

#main {
	background: #efe5d0 url(images/background.gif) top left;
	font-size: 105%;
	padding: 10px;
	margin: 0px 5px 5px 5px;
}

#restmain {
	background: #efe5d0 url(images/background.gif) top left;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

#sidebar {
	background: #efe5d0 url(images/background.gif) bottom right;
	text-align: center;
	font-size: 105%;
	padding: 10px;
	margin: 0px 5px 5px 5px;
}

#footer {
	background-color: #efe5d0;
	padding: 10px;
	margin: 10px;
	font-size: 90%;
	text-align: center;
}

#header {
	background-color: #fff;
	margin: 10px;
	height: 108px;
}

#leftside {
	background: #efe5d0 url(images/background.gif) top left;
	font-size: 95%;
	padding: 10px;
	margin: 0px 5px 5px 5px;
    text-align: center;
	
}

h1 {
	font-size: 120%;
	color: #954b4b;
}

h2 {
	font-size: 120%;
	color: #954b4b;
}

.slogan {
	color: #954b4b;
}

.maintitle {
	text-align: center;
}

a:link {
	color: #b76666;
	text-decoration: none;
	border-bottom: thin dotted #b76666;
}
a:visited {
	color: #675c47;
	text-decoration: none;
	border-bottom: thin dotted #675c47;
}

a:hover {
	color: red;
	border-bottom: thin dotted #675c47;
	}

#sidebar {
	float: right;
	width: 155px;
}

#main {
	margin-right: 185px;
	margin-left: 140px;
}

#leftside {
	float: left;
	width: 110px;
}

#footer {
	clear: both;
}

 table {
	border: thin solid black;
	border-collapse: collaspse;
	}
	
td, th {
	border: thin dotted grey;
	padding: 1px;
	}
	