/* CSS Document */

body {

	background-color: #000000;

	}

/*Left area styles*/
	
.left_area {

	background-color: #ffffff;
	width: 480px;
	background-image: url(images/aplayout2_03-13.gif);
	background-repeat: no-repeat;
	
	}
	
.left_area_indent {

	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	padding-top: 0px;
	padding-left: 10px;

	}
	
.intro_style {

	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	padding-top: 5px;
	padding-left: 15px;

	}
	
.update_area {

	font-family: Georgia, "Times New Roman";
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 15px;
	
	}
	
.pages_text_style {

	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	padding-top: 5px;
	padding-left: 15px;

	}
		
.come_soon_style {

	font-family: Georgia, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;

	}
	
.link_page_style {

	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;

	}		
		
/*End of left area styles*/
.left_side {
	background-image: url(images/main3.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.right_side {
	background-image: url(images/main4.gif);
	background-repeat: repeat-y;
	width: 30px;
}
/*Right area styles*/
	
.right_area {

	background-image: url(images/aplayout2_04-14.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 235px;		

	}
	
.right_area_style {

	font-family: Georgia, "Times New Roman";
	font-size: 12px;

	}
	
.right_area_join {

	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	color: f76805;
	padding-top: 5px;
	padding-left: 40px;

	}
	
/*End of right area styles*/
	
.copyright_area {

	height: 56px;
	vertical-align: bottom;
		
	}	

.copyright_info {

	font-family: Georgia, "Times New Roman";
	font-size: 10px;
	color: #ffffff;	
	text-align: center;
	
	
	}


/*The following is the style for the links*/
/*<body alink="#7d6632" vlink="#735c28" link="#000000">*/

a:link {

	color: #d81069;

	text-decoration: none;

	}

a:active {

	color: #fbb505;

	text-decoration: none;

	}

a:visited {

	color: #000000;

	text-decoration: none;

	}

a:hover {

	color: #fbb505;

	text-decoration: underline;

	}

/*End of style for links*/