@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	font-family: Helvetica, Arial, Times, serif;
	color:#262161;
	font-size:16px;
	margin-top:0px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}
	
#page_container {
	float:left;
	height:100%;
	width:903px;
	position:relative;
	text-align:left;
	}
	
#wrapper {
	width : 903px;
	margin : 0px auto;
	height:100%;
	position:relative;
	margin-bottom:0px;
	margin-top:0px;
	}

/*Main Content Start */

#main_content {
	width:903px;
	height:auto;
	float:left;
	}
	
#main_content div.main_content_window_wrapper {
	height:auto;
	width:100%;
	position:relative;
	}
	
#main_content .window_1_footer {
	height:1px;
	width: 658px;
	background-color:#df1569;
	float:left;
	}
	
#main_content .window_2_footer {
	height:1px;
	width: 201px;
	background-color:#df1569;
	float:left;
	margin-left:44px;
	}
	
#main_content div.main_content_window_1 {
	width:658px;
	height:auto;
	margin-top:4px;
	float:left;
	padding:10px 0px 0px 0px;
	position:relative;
	}
	
#main_content div.main_content_window_2 {
	width:201px;
	height:auto;
	margin-top:4px;
	float:left;
	margin-left:44px;
	padding:10px 0px 10px 0px;
	position:relative;
	}

	
/* Main Content End */

	
/* Footer Start */

div.footer_outer_wrapper {
	width: 100%;
	height:109px;
	color:#ffffff;
	margin-top: 40px;
	float:left;
	position:relative;
	}
	
div.footer {
	width: 100%;
	height:100px;
	color:#ffffff;
	background-color:#df1569;
	position:absolute;
	bottom:0px;
	left:0px;
	}
	
#footer_inner_wrapper {
	width:905px;
	height:100px;
	text-align:left;
	position:relative;
	}
	
#footer_window_1 {
	height:auto; 
	width:auto; 
	float:left;
	position:relative;
	margin-top:20px;
	}
	
#footer_window_1_top {
	width:150px;
	font-weight:700;
	color:#FFFFFF;
	height:auto;
	margin-top:10px;
	position:relative;
	}

	
#footer_window_1 a:link {
	color: #ffffff;
	text-decoration:none;
	}
#footer_window_1 a:visited {
	color: #ffffff;
	text-decoration:none;
	}
#footer_window_1 a:hover {
	color: #ffffff;
	text-decoration:none;
	}	
#footer_window_1 a:active {
	color: #ffffff;
	text-decoration:none;
	}
	
#footer_window_1_bottom {
	width:auto;
	font-size:10px;
	margin-top:40px;
	color:#ee8baa;
	position:relative;
	}
	
#footer_window_2 {
	float:left;
	margin-left:132px;
	height:auto;
	width:auto;
	text-align:right;
	position:relative;
	}
	
#footer_window_2 .select {
	height:auto;
	width:100px;
	color: #ffffff;
	background-image:url(../img/bottom_select.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:19px;
	float:left;
	text-align:center;
	}

#footer_window_2 .link {
	height:auto;
	width:100px;
	float:left;
	text-align:center;
	margin-top:20px;
	color:#ee8baa;
	}
	
#footer_window_2 a {
	height:auto;
	width:auto;
	color: #ee8baa;
	}
	
#footer_window_2 a:link {
	text-decoration:none;
	}
#footer_window_2 a:visited {
	text-decoration:none;
	}
#footer_window_2 a:hover {
	color:#ffffff;
	text-decoration:underline;
	}	
#footer_window_2 a:active {
	text-decoration:none;
	}
	
/* Footer End */
	
	