html, body {
	background-color: #fff;
	color: #000; 
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}	

table, td, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


h1 {
font-size:18px;
line-height:15px;
padding-top:10px;
}

h2 {
font-size:14px; 
line-height:14px;
}

#container {
background-image: url(../images/container.jpg);
background-repeat:repeat-x;
text-align:center;
}

#header {
height:156px;
background-image:url(../images/top.gif);
}

#topmenu {
height:30px;
line-height:30px;
text-align:left;
padding-left:50px;
}

#topmenu a {
padding: 6px 20px;
color:#000000; 
font-size:16px;
text-decoration:none;
}

#topmenu a:hover {
padding: 6px 20px;
color: #FFFFFF;
background-color:#000000;
font-size:16px;
text-decoration:none;
}

#main {
height:100%;
background-image:url(../images/main.gif);
background-repeat:no-repeat;
padding:20px;
}

#main a, #main a:hover, #main a:visited {
color:#0099CC;
}

#left {
width:330px;
overflow:hidden;
float:left;
padding:10px;
margin-left:10px;
}

#middle {
	width: 240px;
	height:100%;
	float: left;
	overflow: hidden;
	padding:10px;
	margin-left:5px;
}

#right {
	width: 280px;
	float: right;
	overflow: hidden;
	padding:10px;
	font-size:11px;
	margin-right:10px;
}

#footer {
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	clear:both;
    height:77px;
	padding:10px;
	font-size:11px;
	color:#FFFFFF;
}

#footer a, #footer a:visited {
color: #FFFFFF;
text-decoration:none;
padding:0px 15px;
}

#footer a:hover {
background:#CCFFFF;
color:#000000;
padding:0px 15px; 
}

#red {
color:#FF0000;
}

