/*
	Set font to tahoma
	set linespacing for content panes
	increase padding for content panes

*/

div {
	box-sizing: content-box; 
	-moz-box-sizing: content-box;
}

body { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	min-width: 760px;
	background-color: #efefef;
}

#container{
	position: relative; 
	top: 0; 
	right: 0; 
	margin: 0 auto; 
	width: 760px; 
	text-align: left;
}

#menu {
	width:760px; 
	height:300px;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
}

a {
	color: #333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

.small-font {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

/* column 200 */
.column200 {
	width: 200px;
	float: left;
}

.header200 {
	background-image: url(../img/subheader200.png);
	background-repeat: no-repeat;
	width: 175px;
	min-height: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 0px 15px;
}

.content200 {
	background-color: #ffffff;
	padding: 5px 10px 0px 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	width: 180px;
}

.bottom200 {
	background-image: url(../img/subbottom200.png);
	width: 200px;
	min-height: 19px;
	margin-bottom: 15px;
}

/* column 540 */
.column540 {
	width: 540px;
	float: left;
}

.header540 {
	background-image: url(../img/subheader540.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 14px;
	padding: 5px 30px 0px 30px;
	width: 480px;
	min-height: 20px;
}

.content540 {
	background-color: #ffffff;
	padding: 5px 30px 0px 30px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 20px;
	width: 480px;
}

.content540 img {
	float: right;
	border: 2px solid #d7d7d7;
}

.sponsor {
	text-align: center;
	background-color: #ffffff;
	padding: 5px 0px 0px 0px;
	width: 540px;
	font-size: 4px;
}

.sponsor img {
	border: 2px solid #d7d7d7;
	margin: 0px 5px 2px 5px;
}

.bottom540 {
	background-image: url(../img/subbottom540.png);
	width: 540px;
	min-height: 19px;
	margin-bottom: 15px;
}


.spacer {
	float: left;
	min-height: 5px;
}

#footer{
	background-image:url(../img/footer.png);
	background-repeat: no-repeat;
	margin: 0 auto; 
	width: 760px; 
	min-height: 42px;
	height: 42px;
}

div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div {height: 1%;}
/* End hide from IE-mac */