/* CSS Document */

h1, h2, h3, h4
{
margin:0px;
color:white;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(image/background.jpg) center top no-repeat;
	background-color:#000;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#71e5e1;
	font-weight:bold;
}
p{
	margin-top: 5px; margin-bottom: 5px;
}
#top_menu, #top_menu_wrapper {
	height: 44px;
}
#top_menu_wrapper {
	background-image: url(image/backtop_repeat.jpg);
	background-repeat: repeat-x;
}
#top_menu, #wrapper{
	width:970px;
	margin:auto;
}
#wrapper{
	margin-top:20px;
}
#main, #main p{
	color:#71e5e1;
	font-size:12px;
}
#main{
	margin-top:30px;
	text-align:justify;
 	padding-right:15px;
}
#main p{
	margin-left:15px;
}
.cube{
	width:308px;
	float:left;
	text-align:justify;
	padding-right:15px;
	margin-top:20px;
}
.cube p{
	margin-top: -7px; margin-left: 35px;
}
/*Text Color*/
.red p, .red a{
	color:#e57171;
}

.lite_yello p, .lite_yello a{
	color:#e5e171;
}

.green p, .green a{
	color:#74e571;
}

.orange p, .orange a{
	color:#e5a871;
}

.pink p, .pink a{
	color:#e571d9;
}

.yellow p, .yellow a{
	color:#ffff00;
}


#partner_wrapper {
	margin-top: 20px;
}

.all_center{
	text-align:center;
}

#footer{
	margin:25px 0px;
	padding-bottom:13px;
	background-image:url(image/footer-shadow.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#footer p{
	color:#FFF;
	text-align: center;
}

/*Joomla Patch*/
.removePD p{
	margin:0px;
	padding:0px;
}