body{
	background:#F6F6F6 url(../../images/body_bg.png) repeat-x top left;
	color: #333;
	font-size: 12px;	
	font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
}


a:link,
a:visited{	
	color:#438610;
}

a:hover{
	color:#000;
}

a.selected{
	font-weight:bold;
	text-decoration:none;
	color:#345365;
}


#main_wrapper{
	background:transparent url(../../images/top_wrapper_bg.png) repeat-x bottom left;
	padding-bottom:10px;
}


/* Header */
#header{
	padding:7px 0;
	background:transparent url(../../images/separer_line.png)	repeat-x 0 100%;
}

#header .logo{
	color:#fff;
	font-size:10px;
}

#header .navigation{
	height:60px;
}


/* Page Contents */
#content_alpha{
	margin-top:20px;
	background:transparent url(../../images/content_shade.png) no-repeat right 20px;
}

#content_alpha .right_side{
	background-color:#fff;	
	min-height:320px;
}

#content_alpha .right_side a:hover{
	text-decoration:none;
	color:#345365;
}

#content_alpha .right_side .contents{
	padding:0;
	text-align:justify;
}

#content_alpha .right_side .contents img{
	display:block;
}


#content_beta{
	padding-top:15px;
}

#testimonial
{
	background:transparent url(../../images/testimonial_bg.png) repeat-x 0% 0%;
	width:210px;
	height:70px;
	padding:10px;
	color:#fff;
}


#bottom_wrapper{
	background:transparent url(../../images/bottom_wrapper_bg.png) repeat-x 0% 0%;
	color:#fff;
}

#bottom_wrapper a{
	color:#A4DE00;
}

#bottom_wrapper .footer_links{
	background:transparent url(../../images/separer_line.png)	repeat-x 0 50px;
	margin-bottom:20px;
}

#bottom_wrapper .outer_footer_box{
	border:1px solid #333;
	padding:1%;
	-moz-border-radius:4px;
	opacity:0.5;
}


#bottom_wrapper .inner_footer_box{
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	-moz-border-radius:4px;
	padding:10px;
	float:left;
	
	
	background-color:#999;
	opacity:0.5;
	border:1px solid #DDDDDD;
	-moz-border-radius:4px;
	padding:10px;
	float:left;
}


#bottom_wrapper .footer_links a{
	color: #A4DE00;
	text-decoration: none;
}

#bottom_wrapper .footer_notes{
	padding:12px 0;
	font-size:11px;
	background:transparent url(../../images/separer_line.png)	repeat-x 0 0;	
}

#bottom_wrapper .footer_notes a{
	color:#777;
}

#bottom_wrapper .footer_notes a:hover{
	color:#fff;
}

#bottom_wrapper .footer_notes .left_side,
#bottom_wrapper .footer_notes .right_side
{
	float:left;
	width:50%;
}

#bottom_wrapper .footer_notes .right_side{
	text-align:right;
}


div.outer_box{
	background-color:#EAEAEA;
	border:1px solid #DBDBDB;
	padding:1%;
	-moz-border-radius:4px;
	margin-bottom:20px;
}

div.inner_box{
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	-moz-border-radius:4px;
	padding:10px;
}

p{
	overflow: hidden;
	text-align:justify;	
	font-size:12px;
	margin:0 auto;
	padding:0px 0 20px 0;	
}

p#register_button{
	padding:20px 0;
	text-align:center;
}

h1{
	border-bottom:1px solid #ddd;
	font-weight:normal;
	margin:0 0 20px 0;
	padding-bottom:5px;
}

h2{
	padding: 20px 0 0;
	text-align: center;
}

