	body {
	margin: 0px;
	background: #e7efef;
	}
	
	#left_top_patt {
	background-image: url('../images/template/left_top_patt.jpg');
    background-repeat: no-repeat;
	background-position: top right;
	}
	
	#right_top_patt {
	background-image: url('../images/template/right_top_patt.jpg');
    background-repeat: no-repeat;
	background-position: top left;
	}
	
	#menu_patt {
	background-image: url('../images/template/menu_shadow.jpg');
    background-repeat: repeat-x;
	background-position: top left;
	height:9px;
	}
	
	#content_background {
	background: #ffffff;
	}
	
	#content_left {
	background-image: url('../images/template/content_left_patt.jpg');
    background-repeat: repeat-y;
	background-position: top left;
	width: 18px;
	}
	
	#content_right {
	background-image: url('../images/template/content_right_patt.jpg');
    background-repeat: repeat-y;
	background-position: top left;
	width: 18px;
	}
	
	#footer {
	background-image: url('../images/template/footer_patt.jpg');
    background-repeat: no-repeat;
	background-position: top left;
	height:40px;
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top:23px;
	}
	
	#main_category {
	float:left;
	width: 650px;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	margin-left: 50px;
	margin-top: 20px;
	}
	
	#main_category strong {
	color: #216f70;
	}
	
	#main_category h1 {
	font-family: Times;
	font-size: 24px;
	color: #216f70;
	}
	
	#main_category h2 {
	font-family: Times;
	font-size: 24px;
	color: #216f70;
	}
	
	#main_category h3 {
	font-family: Times;
	font-size: 18px;
	color: #666666;
	font-weight:100;
	}
	
	#main_category img {
	border: 2px solid #216f70;
	padding:2px;
	margin-right: 7px;
	margin-bottom: 7px;
	}
	
	#content_link {
	width: 650px;
	text-align: right;
	margin-top: 10px;
	margin-left: 50px;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	}
	
	#content_separator {
	float:left;
	width: 650px;
	height:30px;
	margin-left: 50px;
	background-image: url('../images/template/content_separator.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	}
	
	a.ContentFindMore {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #216f70;
	text-decoration:none;
	}
	
	a.ContentFindMore:link {
	}
	
	a.ContentFindMore:visited {
	}
	
	a.ContentFindMore:hover {
	color: #ff7d00;	
	}
	
	a.ContentFindMore:active {	
	}
	
	.main_menu_active {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #379a9b;
	height: 34px;
	}
	
	.main_menu_height {
	height: 34px;
	}
	
	a.TopMenuLink {
	display: block;
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	}
	
	a.TopMenuLink:link {
	}
	
	a.TopMenuLink:visited {
	}
	
	a.TopMenuLink:hover {
	color: #ffffff;
	}
	
	a.TopMenuLink:active {	
	}
	
	
	
	