﻿body, html
{
	padding:0;
	text-align: center;
	margin:0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background:#ffffff;
}
body
{
	min-width:800px;
}

#wrapper 
{
	width: 800px;
	margin:0 auto;
	background: #ffde00;/**/
	text-align: left;
	margin-top:15px;padding: 0;
}

#header {
	width: 800px;
	height: 200px;
	background: url(images/header.jpg) bottom left no-repeat;
}

#leftcontent {
	float:left;
	width:250px;
	background: #ffde00;
	font-size: 12px;
	/*padding:10px 0px 0px 0px;
	border-top: solid red 1px;
	border-bottom: solid red 1px;*/
}

#rightcontent {
	background: #fcf5c6;
	width:550px;
	float:right;
	/*padding:10px 0px 0px 0px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;*/
}

#rightcontent p, ul, ol {
	font-size:12px;
}

#footer
{
/*background: #ffde00 url(images/update/bottomDivBG.jpg) bottom left no-repeat;*/
background: #ffffff;
padding:5px;
clear:both;
}
li
{
}
p,h1,pre {
	margin:0px 10px 10px 20px;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#666666;
}
	
		
h1 {
	font-size:16px;
	color: #000000;/*b10d29*/
}



a.Isupport 
{
	background: url(Images/support.gif) bottom left no-repeat; 
	width: 250px;	
	height: 50px;
}

a.Isupport:hover 
{
	background: url(Images/supportover.gif) bottom left no-repeat; 
	width: 250px;	
	height: 50px;
}