.text {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:13px;
	clear:both;
}
body {
	background: #4396CA url(images/bg.gif) repeat-x;
	text-align:center;
	padding:0px;
	padding-top:10px;
}
.h2 {
	text-align:center;
	font-weight:bold;
	font-size:20px;
	font-family: tahoma, arial, helvetica, sans-serif;
}
.container {
	width:755px;
	margin: 0 auto;
	text-align:left;
}
.header {
	background:none;
 	width:714px;
	padding-left:41px;
	height:120px;
	margin-bottom:10px;
	margin:0 auto;
}
.header_pic {
	height:130px;
	width:260px;
}
.main_content {
	margin-top:10px;
	width:765px;
	height:515px;
	text-align:center;
	background:url(images/container_bg.gif);
	padding-top:30px;
}
.main_content a {
    text-decoration:none;
   	font-family: tahoma, arial, helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.main_content a {
	float:none;
}
/* End IE5-Mac hack */
.main_content a:visited{
  color:#000000;
  text-decoration:none;
}
.main_content a:hover {
  text-decoration:underline;
  color:#000000;
  font-weight:bold;
  font-family: tahoma, arial, helvetica, sans-serif;
}
.main_top {
	clear:both;
	background:url(images/top_bg.png) no-repeat;
	width:755px;
	height:20px;
}
.main_text {
	background:url(images/conatainer_bg.gif) repeat-y;
	width:755px;
}
.main_bottom {
	background:url(images/bottom_bg.png) no-repeat;
	width:755px;
	height:43px;
}