body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	margin: 0px; 
	width: 100%;
	padding: 0px;
}

h1 {
	font-size: 1.2em; 
	margin-bottom: 0px; 
	margin-left: 10px;
}

h2 {
	font-size: 1.2em; 
	margin-bottom: 0px; 
	margin-left: 10px;
}

h3 {
	font-size: 1.2em; 
	margin-bottom: 0px; 
	margin-left: 10px;
}

p {
	padding-right: 10px; 
	padding-left: 10px;
}

#pagecontainer
{
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	max-width: 980px;
	min-width: 880px;
}

#logobar 
{
	height: 78px;
	width: 100%;
	background-color: #f3e2e3;
	min-width: 620px;
	margin-bottom: 30px;
}

#logo
{	
	height: 78px;
	width: 458px;
	float: left;
	background-image: url("/images/OxonTimeLogo.png");
}

#rightimage
{	
	width: 196px;
	height: 78px;
	float: right;
	
}

#leftmenu 
{
	float: left;
	width: 200px;	
	min-height: 281px;
	z-index: 99;
}

#rightblock 
{
	min-height: 420px;
	margin-left: 220px;
	min-width: 
}

#righttext 
{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

#footer 
{	
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #f1dedf;	
	height: 90px;
	z-index: 0;
}

img
{
	border: none;
}

#container
{
	min-height: 206px;
	min-width: 650px;
	padding-top: 0px;
}

ul
{
	list-style-type: none;
}

#righttext li
{
	list-style-type: none;
	margin-left: 10px;	
	list-style-position:outside;
}

#righttext table 
{
	margin-left:10px;
	margin-right:10px;
}

#righttext table table
{
	margin-left:0px;
	margin-right:0px;
}

#righttext li
{
	margin-left: 0px;
	padding: 4px 0px 4px 0px;
}

#righttext tr
{
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
}

#righttext td
{
	
}

#righttext img
{
	vertical-align: middle;
}

#righttext button
{
	vertical-align: middle;
}

a 
{
	color: #662325;
}

a:hover
{
	color: #b28789;
}

#leftmenu ul
{	
	margin: 0px;
	padding-left: 30px;
}

#leftmenu li
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 4px;
}

#leftmenu li a 
{
	text-decoration: none;
	background-image: url("/images/menu_dot.png");
	background-repeat: no-repeat;
	padding-left: 20px;
}

#leftmenu li a:hover
{
	text-decoration: underline;
	background-image: url("/images/menu_dot_hover.png");
	background-repeat: no-repeat;
}

#leftmenu #address 
{
	text-decoration: none;
	background-image: url("/images/menu_dot.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
