body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/body.jpg);
	line-height:130%;
}
#top_container {
	height:250px;
	background: #666666;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	display:none;
}
#topbar {
	height: 50px;
	margin: 0 auto;
	text-align: justify;
	width: 821px;
}
a.top:link {font: Arial; color:black; font-weight:normal;  text-decoration:none;}
a.top:visited {font: Arial; color:black; font-weight:normal; text-decoration:none;}
a.top:hover {font: Arial; color:white; font-weight:normal; text-decoration:underline;}
a.top:active {font: Arial; color:black; font-weight:normal; text-decoration:none;}
#header {
	width: 821px;
	margin: 0 auto;
	text-align: justify;
	height: 188px;		
	background: #DDDDDD;
	background-image:url(images/logo-main.jpg);
	border-top: 4px solid #000000;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 0;
}

#container {
	width: 821px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */

}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f7f7f5;
	color: gray;
	font-size: 12px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CBEDCB;
	border-left-color: #CBEDCB;
}
#mainContent h1 {
	margin:0;
	font-size:22px;
	padding-bottom: 15px;
	padding-top: 10px;
	color:#000000;
	font-style:normal;
}
#mainContent h2 {
	font-size:18px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#000000;
}
#mainContent p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#linkmenu {
	text-align:center;
	font-size: 11px;
}

#boxmain {
	width:340px;
	float:left;
	padding:10px;
	border:#EBFCEB 2px solid;

}

a.topmenu:link {font: Arial; color:blue; text-align: center; font-weight:normal; margin-left: 20px;}
a.topmenu:visited {font: Arial; color:blue; text-align:center; font-weight:normal; margin-left: 20px;}
a.topmenu:hover {font: Arial; color:blue; text-align:center; font-weight:normal; margin-left: 20px;}
a.topmenu:active {font: Arial; color:blue; text-align:center; font-weight:normal; margin-left: 20px;}

#ads_link {
text-align:center;
}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EFFFEF;
	border: #CBEDCB 1px solid;
/*	border-top: #000000 1px solid;*/
	border-top:4px solid #CBEDCB;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	text-align:center;
}
