*
{
	margin:0px;
}

body 
{
	text-align: center;
	min-width: 958px;
	color:#000000;
	background-color:#21292c;
	font-family:Tahoma,Verdana,arial,sans-serif;
	background-image:url('../images/background.jpg');
}

#page_container {
	margin:0 auto;
	width:958px;
	text-align: left;
}

/* Header */

#all_pages_header_bg
{ 
	width:45px;
	height:149px;
	background-image:url("../images/all_pages_header_bg.png");
	margin-left:-51px;
	position:absolute;
	float:left;
}

#all_pages_header_bg p
{
	margin-left:-4px;
	padding-top:42px;
	font-size:30pt;
	font-family:Tahoma;
	font-weight:bold;
}

#header
{
	background-color:#fff;
	background-image:url('../images/about_bg_header.jpg'); 
	background-repeat:no-repeat;
	width:958px;
	height:183px;
}

#header_left
{
	background-image:url('../images/about_header_bottom_left.jpg'); 
	background-repeat:no-repeat;
	width:236px;
	height:62px;
	position:relative;
	float:left;
	left:1px;
	top:152px;
}
	
#header_bottom
{
	background-image:url('../images/about_header_bottom.jpg'); 
	background-repeat:no-repeat;
	width:237px;
	height:183px;
	float:left;
	position:relative;
	top:152px;
	left:1px;
}


#logo
{
	height:170px;
	width:162px;
	position:relative;
	float:left;
}


/* Footer */

#footer
{
	background-image:url('../images/about_bg_footer.jpg'); 
	background-repeat:no-repeat;
	background-position:center bottom;
	width:958px;
	height:62px;
}
	
#footer_top
{
	background-image:url('../images/about_footer_top.jpg'); 
	background-repeat:no-repeat;
	width:298px;
	height:45px;
	float:left;
	position:relative;
	left:476px;
	top:-45px;
	bottom:0px;
}

/* Content */

#content
{
	height:655px;
	padding:25px 20px 0px 20px;
	background-color:#fff;
}


#column1
{
	float:left;
	margin-top:10px;
	width:370px;
	text-align:right;
}

#column2
{
	text-align:left;
	width:485px;
	float:left;
	padding:0px;
	position:relative;
	left:0px;
	top:188px;
}
#content #column1 p,
#content #column2 p,
#content #column3 p
{
	font-size:11px;
}
#content #column1 a,
#content #column2 a,
#content #column3 a
{
	text-decoration:none;
	color:#2B2A56;
}

#content #column1 a:hover,
#content #column2 a:hover,
#content #column3 a:hover
{
	text-decoration:underline;
	color:#6362AE;
}

#column3
{
	position:relative;
	float:right;
	text-align:left;
	width:285px;
	position:relative;
	top:-40px;
}

#vertical_sep_right
{
	float:left;
	height:305px;
	width:4px;
	left:37px;
	top:133px;
	position:relative;
	background-repeat:no-repeat;
	background-image:url('../images/about_vertical_separator.png');
}

#vertical_sep_left
{
	float:left;
	height:305px;
	width:4px;
	left:10px;
	top:133px;
	position:relative;
	background-repeat:no-repeat;
	background-image:url('../images/about_vertical_separator.png');
}

#content p
{
	font-size:9pt;
	margin-top:10px;
	margin-right:5px;
}

#membership
{
	float:right;
	text-align:center;
	width:300px;
	position:relative;
	top:50px;
	left:-30px;
}
	

/* Navigations */

#navigation_bottom
{
	text-align:left;
	color:#fff;
	left:-270px;
	top:5px;
	font-size:0.70em;
	position:relative;
}
	
#navigation_top
{
	color:#fff;
	font-weight:bold;
	font-size:0.75em;
	top:130px;
	left:2px;
	position:relative;
}
	
#navigation_bottom ul,
#navigation_top ul
{
	list-style:none;
}
	
#navigation_bottom li, 
#navigation_top li
{
	display:inline;
	padding:5px;
}

#navigation_bottom li A, 
#navigation_top li A
{
	color:#fff;
	text-decoration:none;
}

#navigation_bottom li A:hover, 
#navigation_top li A:hover
{
	color:#FD9AEA;
	text-decoration:underline;
}
