html, body {
	margin:0;
	padding:0
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffffcc;
	color:#8D2118;
	
}
#container {
	width:700px;
	margin:0 auto
}

div#content {
	
	float:right;
	width:590px
}
div#banner {
	background-image: url(../Images/index01.png);
	color: #ffffff;
	text-align: left;    
	height: 260px;
}

div#sidebar-a {
	float: left;
	clear: both;
	width: 100px;
	margin: 0;
}
div#footer {
	clear: both;
	width:100%;
	text-align: center;
	font-size: 10px;
}
div#extra {
	float:left;
	clear:left;
	width:110px;
}
#MainHeadline {
	font-size: 40px;
	font-weight: bold;
}
H1
{
font-size:16px;
}
H2, H3
{
font-size:14px
}

p
{
font-size:12px;
}
p.left
{
	text-align:left;
}
p.right
{
	text-align:right;
}
a:link {
	text-decoration: underline;
	color:#8D2118;
}
a:visited {
	text-decoration: underline;
	color: silver;
}
a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 100px;
	height: 22px;
	background: silver;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: maroon;
	line-height: 20px;
	overflow: hidden;
	text-transform: capitalize;
	font-size:12px;
}
a.nav:hover {
	color: #fff;
	background: #764;
}
a.nav:active {
	color: #fff;
	background: #c00;
}


.smallText {
	font-size: 11px;
}
