﻿/*TOP LEVEL CONTAINERS*/
#container
{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 770px;	
	background-image: url(themes/white/body_bg.gif);
}

#main
{
	width: 740px;
	padding: 0 5px 0  5px;
	margin: 0 10px 0   10px; 
}

#header
{
	background-image: url(images/header2.jpg);
}

/*ELEMENT STYLES*/
body
{
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	background: #373839;
}

a, a:visited
{
	text-decoration:underline;
	color:Orange;
}

/*CLASSES*/
.himg
{
	border-width:0px;
	text-align:center;
	width:110px;
	height:50px;
}

.fontred
{
	font-size:x-large;
	font-weight:bold; 
	color:Red; 
	font-family:Curlz MT;
}

.fontgreen
{
	font-size:x-large;
	font-weight:bold; 
	color:Green; 
	font-family:Curlz MT;
}

.infomain 
{
	text-align:center; 
	color:#66FF00;  
	font-size:16pt;
	font-family:Curlz MT;
}

.infomain2
{
	text-align:justify; 
	color:#00FF00; 
	font-size:14pt; 
	font-family: Georgia, Times New Roman, Times, serif;
}
