body {
	margin: 0;
	background: #0070b8;
	color:#000000;
	font-family: candara, Tahoma, Verdana, Helvetica;
	font-size: 14px;
}

#border {
	width: 962px;
	background: #000000;
	margin:0px auto;
}

#round_content {
	background: url(content.jpg) repeat-y center top;
	padding-right: 0px;
	padding-left: 0px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
	background: #ffffff;
}

#title {
	margin: 0 0 0 0;
	background: url(title.jpg) center top;
	height: 130px;
}
#header {
	margin: 0 0 0 0;
	background: url(header2.jpg) center top;
	height: 196px;
}

#side-a {
	float: left;
	width: 180px;
	background: #ffffff;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*----------------MENU START------------------*/
#menu {
	width: 168px;
	border: 1px solid #cccccc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	

#menu li a:link, #menu li a:visited {
	color: #000;
	display: block;
	background: url(menu.gif);
	padding: 8px 0 0 10px;
}
#menu li a:hover, #menu li a:active {
	color: yellow;
	background: url(menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*-------------------MENU END-----------------*/


#side-b {
	float: right;
	width: 180px;
	background: #ffffff;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content { 
	float: left;
	width: 590px;
	background: #ffffff;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 1.5em;
}

h1 {
	font-family: candara, Tahoma, Verdana, Helvetica;
	font-size: 24px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2.telephone {
	font-family: candara, Tahoma, Verdana, Helvetica;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0 0 10px 0;
}

ul.main {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 35px;
}

ul.plain {
	list-style: none;
	margin: 0px;
	padding: 0px
}

p.terms {
	font-family: candara, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	text-align: justify;
	line-height: 1.3em;
}

p.terms_red {
	color: blue;
	font-style: italic;
	font-family: candara, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	text-align: justify;
	line-height: 1.3em;
}

#footer {
	clear: both;
	background: url(footer.jpg) center top;
	height: 130px;
}