
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #3366CC;
	background-image: url(images2/bg-purple.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:visited { color: #930; text-decoration: none} 
a:active, a:hover { color: #F60; text-decoration: underline}

/* Top */
#templatemo_top {
	clear: left;
	height: 186px;
	background: url(images2/templatemo_header_bg.jpg);
}
#templatemo_header {
	clear: both;
	margin: auto;
	width: 800px;
	text-align: center;
	background: url(images2/templatemo_top_left.gif) no-repeat;
}
/* Top ENDING */

/* LOGO AREA */
#templatemo_logo_area {
	height: 130px;
	background: url(images2/templatemo_top_art.gif) no-repeat right;
}
#templatemo_site_title {
	width: 800px;
	margin: auto;
	height: 48px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 42px;
	text-align: center;
	color: #FFF;
}
#templatemo_site_slogan {
	width: 800px;
	margin: auto;
	padding-top: 16px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
/* LOGO AREA ending */

/* Middle */
#templatemo_container {
	width: 700px;
	margin: auto;
}

/* Middle ENDING */


/* Bottom */
#templatemo_bottom_top {
	height: 14px;
	background: url(images2/templatemo_bottom_top.jpg) repeat-x;
	
}
#templatemo_bottom_content {
	width: 800px;
	margin: auto;
}
#templatemo_bottom {
	clear: both;
	background: url(images2/templatemo_bottom_bg.jpg);
	color: #FFFFFF;
}
/* Bottom ENDING */


/* footer */
#templatemo_footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}
#templatemo_footer a {
	color: #FFC;
}
/* footer ENDING */


/* Main Content */
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #630;
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.templatemo_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}
/* Main Content ENDING */


/* Bottom Box */
.bottom_box {
	float: left;
	width: 240px;
	margin: 10px;
	margin-right: 0px;
	background: #330033;
}
.bottom_box_title {
	background: #330066;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
}
.bottom_box_inner {
	padding: 8px;
	text-align: justify;
}
.bottom_box_inner a {
	color: #FFC;
}
/* Bottom Box ENDING */





/* Horizontal Menu */
.templatemo_menu_horizon{
	width: 800px;
	position: relative;
	padding-left: 5px;
	list-style: none;
}
.templatemo_menu_horizon li{
	float:left;
}
.templatemo_menu_horizon li a{
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
}
.templatemo_menu_horizon li a:hover{
	color: #000000;
	background: #ffffff;
}
/* Horizontal Menu ENDING */