body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

#container {
	border: 1px black solid;
	margin: 0 auto 0 auto;
	width: 760px;
}

#header {
	background-image: url(images/logo.jpg);
	border-bottom: 1px black dotted;
	height: 113px;
	width: 760px;
}

#left {
	float: left;
	margin-left: 10px;
	width: 140px;
}

#left ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

#left a {
	color: #000000;
	display: block;
	padding: 3px;
	text-decoration: underline;
	width: 134px;
}

#left  a:hover {
	background-color: #369;
	color: #fff;
}

#content {
	margin-left: 170px;
	width: 565px;
}

#main {
	border: 1px black dotted;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
}

#footer {
	border-top: 1px black dotted;
	clear: both;
	width: 760px;
}

p.mainheading {
	background-color: #f3f4f8;
	border: 1px black dotted;
	color: #EE7850;
	font-size: 16px;
	margin: 0px;
	text-indent: 1em;
}

p.heading {
	background-color: #f3f4f8;
	color: #EE7850;
	font-size: 15px;
	margin: 0px;
	text-align: center;
	text-indent: 1em;
}

p.footer {
	text-align: center;
	font-size: 10px;
}

p.footer a {
	color: #000000;
	text-decoration: underline;
}

.maintable {
	border: 1px dotted black;
}

p.sitename {
	color: #000000;
	text-align: center;
	font-size: 15px;
	text-decoration: underline;
}

p.sitename a {
	color: #000000;
	text-align: center;
	font-size: 15px;
	text-decoration: underline;
}

p.sitename  a:hover {
	background-color: #369;
	color: #fff;
}


.image {
	border: 0px;
}

p.text {
	border: 0px;
	text-align: center;
}

p.comments {
	text-align: justify;
}

h1 {
	font-size: 16px;
}

