* {  
	margin: 0; 
	padding: 0; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	font-style: normal;
	font-weight: normal;
	width: 820px;
	border-top: #000 5px solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(images/bg.gif) repeat-x #390940;
	background-position: top center;
	line-height: 22px;
	
}
p { 
	margin: 8px 40px 20px 40px;
}

b {
	font-size: 13px;
}

a {
	color: #0e959f;
	/*color: #6b0579;*/
	text-decoration: none;
}
	a:hover {
		color:#cb38e0;
		text-decoration: underline;
	}
h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #555;
		font-size: 18px;
		margin: 0px 40px 20px 40px;
		padding:6px 5px 5px 15px;
		border-bottom: #e9e9e9 1px solid;
		
	}
		h1 a {
			color: #bb11ac;
			text-decoration: none;
		}
		h1 a:hover {
			color: #cb38e0;
			text-decoration: none;
		}
	
	h2 {
		color: #b149be;
		font-size: 16px;
		margin: 5px 40px 0px 40px;
	}
		h2 a {
			color: #b760c2;
			text-decoration: none;
		}
		h2 a:hover {
			color: #00e1ef;
			text-decoration: none;
		}
	h3 {
		color: #825687;
		background: url(images/h3_bg.gif) no-repeat;
		font-size: 13px;
		padding: 20px 20px 20px 30px;
		margin: 0px 0px 0px 40px;
	}
	
	h3 .big {
		font-size: 23px;
		}
	
h4 {
	/*background: #f6e8ff;*/
	background: url(images/h4_bg.gif) no-repeat #b882b4;
	font-size: 1.1em;
	padding: 3px 0px 3px 6px;
	color: #fff;
	font-weight: bold;
	margin-top: 60px;

}

h5 {
	font-size: 15px;
	font-style: italic;
	color: #fc4bab;
	margin-top: 20px;
}

h6 {
	font-size: 13px;
	font-style: normal;
	color: #555;
	margin-top: 60px;
	border: #e1e1e1 1px solid;
	padding: 5px 10px 5px 10px;
}


.button_learnmore {

	text-align: right;
	font-weight:bold;
	margin: 20px 0px 20px 40px;
	
}
	.button_learnmore img {
		border: none;
	}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
} 
#contact {
	border: #e1e1e1 3px dotted;
	padding: 10px;
	text-align:  center;
	font-weight: bold;
	color:#555;
	background: #f6f6f6;
	margin: 10px 20px 30px 20px;
}

#header {
	background: url(images/header_follow.jpg) no-repeat;
	height: 125px;
	width: 820px;
	color: #777;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-position:center;
	font-weight: bold;
	text-align: left;
}
.highlight {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #2d5457;
}
#header img {
		margin-left: 20px;
	}
.entry {
	clear:both;
	padding-top: 10px;
}
.selected {
	background: #f5f5f5 url(images/star.gif) right no-repeat;
	color: #c62eff;

}
	
.left {
	float:left;

}

img.left {
	float:left;
	margin: 0px 10px 5px 0px;
	background-position: bottom;
	clear: left;
	border: #ccc 1px solid;
}

a img.left {
	border: 1px solid #e3e3e3;
	padding: 4px;
	
}
a:hover img.left{
	border-color: #7ee2ff;
}

.right {
	float:right;

}
img.right {
	float: right;
	margin: 2px 40px 5px 10px;
	background-position: bottom;
	clear: right;
	border: #ccc 1px solid;
}
a img.right {
	border: 1px solid #e3e3e3;
	padding: 4px;
	
}
a:hover img.right{
	border-color: #7ee2ff;
}

.name {
	text-align: right;
	font-weight: bold;
	
}	


.top {
	text-align: right;
	font-weight: bold;
	clear: both;
	
}	

	.top a {
		color: #aaa;
		text-decoration: underline;
		
		
	}
	.top a:hover {
		color: #555;
		text-decoration: none;
	}
	

.main_navi2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #66236f;
	margin: 0px;

}
	.main_navi2 ul {
	
		font-size: 12px;
		font-weight: bold;
		list-style: none;
		background: #66236f;
		width: 820px;
		border-right: #8d5b94 1px solid;
		
	}
	
	.main_navi2 li {
		float: left;
		background: url(images/nav_bg2.gif) no-repeat #66236f ;
		border-left: #8d5b94 1px solid;

		
	}
	.main_navi2 li a {
		width: auto;
		text-decoration: none;
		color: #f1f1f1;
		display: block;
		padding: 0em 2.2em 0.1em 2.25em /*0px 27px 1px 27px*/;
		
	}
	.main_navi2 li a:hover {
		color: #fff;
		text-decoration: none;
		background: #bc5ec9;
 
	}
	
#paper {
	
	height: auto;
	background: url(images/paper_bg.gif) no-repeat #fff;
	border-left: #dec5fa 1px solid;
	border-right: #dec5fa 1px solid;
	border-bottom: #dec5fa 1px solid;
	padding: 10px 10px 10px 10px;
	
}

#paper_about {
	
	height: auto;
	background: url(images/paper_bg_about.gif) no-repeat #fff;
	border-left: #dec5fa 1px solid;
	border-right: #dec5fa 1px solid;
	border-bottom: #dec5fa 1px solid;
	padding: 10px 10px 10px 10px;
	
}
#ad {
	width: 820px;
	height: 235px;
	background: url(images/ad.jpg);
}
	
.left_navi {
	width: 180px;
	height: auto;
	float: left;
	height: auto;
	padding-bottom: 20px;
	margin: 0px 10px 0px 20px;
	background: #8b4f93;
	border-top: #f4e2ff 1px solid;
	
}
	
	.left_navi ul {
		text-decoration : none;
		list-style: none;
		margin: 0px;
	}
	
	.left_navi li {
		
		padding: 0px;
		display: block;
		border-bottom: #f4e2ff solid 1px;

	}
	
	.left_navi li a {
		padding: 5px 5px 5px 27px ;
		text-decoration: none;
		display: block;
		font-size: 1em;
		color: #f1f1f1;
		font-weight: bold;	
		background:  url(images/flower.gif) left no-repeat;
	}
	
	.left_navi li a:hover {
		background:  url(images/flower_over.gif) left no-repeat #ba7ac3;
		color: #f1f1f1;
		text-decoration: none;
	}
	
	.left_navi li ul {
		padding-left: 0px;
		font-weight: normal;
		background: #f4e2ff;
		margin: 0px;
		
		
	}
	
	.left_navi li ul li a {
		font-size: 98%;
		background: url(images/point.gif) no-repeat;
		font-weight: normal;
		padding-left: 37px;
		color: #a706c9;
		border: #fff 1px solid;
	}
	.left_navi li ul li a:hover {
		text-decoration: none;
		background: url(images/point.gif) no-repeat #faf2ff;
		color: #a706c9;
		text-decoration: none;
	}
	
#archive_news {
	width: 180px;
	height: auto;
	height: auto;
	float: right;
	padding-bottom: 20px;
	margin: 0px 10px 0px 20px;
	
	
}
	#archive_news h1 {
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		color: #34434c;
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}
	
	#archive_news ul {
		text-decoration : none;
		list-style: none;
		margin: 0px;
	}
	
	#archive_news li {
		
		padding: 0px;
		display: block;
		border-bottom: #f4e2ff solid 1px;

	}
	
	#archive_news li a {
		text-decoration: none;
		display: block;

	}
	
	#archive_news li a:hover {
		
		text-decoration: none;
	}
	
	#archive_news li ul {
		padding-left: 0px;
		font-weight: normal;
		background: #f4e2ff;
		margin: 0px;
		
		
	}
	
	#archive_news li ul li a {
		font-size: 98%;
		background: url(images/point.gif) no-repeat;
		font-weight: normal;
		padding-left: 37px;
		color: #a706c9;
		border: #fff 1px solid;
	}
	#archive_news li ul li a:hover {
		text-decoration: none;
		background: url(images/point.gif) no-repeat #faf2ff;
		color: #a706c9;
		text-decoration: none;
	}
	

#right_column {
	float: left;
	width: 560px;
	margin: 5px;
	
}
	#right_column p, #right_column h2 {
		margin: 5px 0px 15px 0px;
	}
.date {
	color: #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left:10px;
	
}	
	
.newsroom {

	width: 540px;
	margin: 10px 0px 20px 20px;
	padding: 10px;
	float: left;
	background: #f7f7f7;
	/*border: #ccc 1px dashed;*/
	
	
}

	.newsroom h1 {
		font-size: 20px;
		margin: 0px;
		border-bottom: #ccc 1px dotted;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0px;
		font-weight: normal;
	}
	
	.newsroom h1 img {
		border: none;
	}
	.newsroom h1 a {
		color: #0e959f;
	}
	.newsroom h1 a:hover {
		color: #cb38e0;
	}
	
	.newsroom h2 {
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		color: #34434c;
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}
	
	
	.newsroom p {
		padding: 0px;
		margin: 0px;
		
	}
	.newsroom .right {
		margin-right: 10px;
	}
	

.main {
	text-decoration: none;
}
	
	.main ul {
		
		padding: 0px 20px 20px 90px;
	}
		
	.main li {
		list-style: url(images/star.gif) ;
		line-height: 30px;
	}
		
	.main li h1 {
		list-style: none;
	}
		
.main1 {
	text-decoration: none;
	background: url(images/main1_bg.gif) no-repeat;
	width: 350px;
	float: left;
	padding: 60px 0px 0px 0px;
	margin: 10px 10px 10px 40px;

}
	
	.main1 ul {
		padding: 0px 20px 20px 80px;
	}
		
	.main1 li {
		list-style: url(images/list_tick.gif) ;
		margin-top: 10px;
	}
	
	.main1 h2  {
		text-decoration: none;
		color: #1c5570;
		margin: 10px 10px 0px 20px;
		font-weight: normal;
	}
	.main1 li a {
		width: 100%;
		list-style: none;
		text-decoration: none;
		color: #444;
	}
	
	.main1 li a:hover {
		color:#cb38e0;
		text-decoration: underline;
	}
	
	
.main2 {
	text-decoration: none;
	background: url(images/main2_bg.gif) no-repeat;
	width: 330px;
	margin: 10px 0px 10px 0px;
	float: left;
	padding: 10px 0px 20px 20px;

}
	
	.main2 ul {
		
		padding: 40px 40px 20px 50px;
	}
		
	.main2 li {
		list-style: url(images/list_tick.gif) ;
		line-height: 25px;
		margin-top: 20px;
	}
	
	.main2 li  a {
		width: 100%;
		list-style: none;
		color: #444;
	}
	
	.main2 li a:hover {
		color:#cb38e0;
		text-decoration: underline;
	}
	
.promo_table {
	width: 432px;
	margin: 10px 20px 20px 40px;
	float: left;
	
}	
	.promo_table h2 {
		margin: 5px 0px 5px 0px;
		border-bottom: #e1e1e1 1px dotted;
		font-size: 18px;
		color: #794381;
		font-family:Georgia, "Times New Roman", Times, serif;
		
	}	
	
.promotion {
	
	background: url(images/promo.jpg) no-repeat;
	font-weight: normal;
	width: 432px;
	font-size: 0.9em;
	line-height: 19px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}
	.promotion ul {
		padding: 5px 20px 10px 50px;
		color: #333;
		font-weight: normal;
		margin-left: 10px;
		vertical-align: middle;
	}
		
	.promotion li { 
		list-style: circle/*  url(images/star.gif)*/;
	}
		
	.promotion h2 {
		padding: 10px 0px 0px 25px;
		font-family: Arial, Helvetica, sans-serif;
		list-style: none;
		font-size: 13px;
		font-weight: bold;
		color: #7d2f93;
		background: #f4e8ff;
		margin: 0px 0px 0px 0px;
		border-left: #e1e1e1 2px solid;
		border-right: #e1e1e1 2px solid;
		border-top: none;
		border-bottom: none;
		
	}
	
	.promotion  p {
		background: #f4e8ff;
		margin: 0px;
		font-weight:bold;
		padding: 10px 0px 20px 30px;
		border-left: #e1e1e1 2px solid;
		border-right: #e1e1e1 2px solid;
		color: #7d2f93;
		font-size: 12px;
	
	}
	
	.promotion  ol {
		background: #f4e8ff;
		margin: 0px;
		padding: 10px 20px 20px 20px;
		border-left: #e1e1e1 2px solid;
		border-right: #e1e1e1 2px solid;
	
	}
	
	
	.promotion  ol li {
	
	list-style: decimal;
	margin-left: 30px;
	padding-left: 0px;
	
	}
.promotion_footer {
	width: 432px;
	height: 21px;
	background: url(images/promo2_footer.gif);
	margin-bottom: 40px;
}
		
	
.services_table {
	background: #f8f8f8;
	width: 720px;
	margin: 10px 10px 30px 40px;

}

	.services_table h1 {
		background: #f2f2f2;
		margin: 0px;
	}
	
.testimonial_table {
	background: url(images/testimonial_bg.gif) repeat-y;
	width: 744px;
	margin: 10px 10px 30px 20px;
	padding: 20px;

}
.testimonial_table &quot; {
	font-size: 50px
	}

	
	
.promotion_ch {
	margin: 10px 0px 10px 10px;
	padding: 70px 20px 10px 20px;
	color: #f1f1f1;
	line-height: 20px;
	background: url(images/promo2.jpg) no-repeat;
	height: 320px;
	vertical-align:bottom;
	width: 250px;
	float: left;
}
	.promotion_ch p{
		margin: 5px 40px 10px 5px;
		padding: 5px 5px 5px 10px;
	}
	.promotion_ch b{
		font-size: 15px;
		color: #8bfff3;
		padding: 2px 5px 2px 0px;
	}
	.promotion_ch a{
		color: #ffaffe;
		text-decoration: underline;
	}
	.promotion_ch a:hover {
		color:#8bfff3;
		text-decoration: none;
	}

#footer {
	background: url(images/footer_bg.gif) center #2a072f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
	font-size: 11px;
	clear: none;
	text-align: center;
	color: #f1f1f1; 	
}

	#footer a {
		color: #00ffea;
		text-decoration: none;
		
	}
	#footer a:hover {
		text-decoration: underline;
	}
