*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:black;
	font:12px Tahoma;
	color:#F29FDE;
	/*border:#F29FDE 5px;
	border-style:groove;
	border-width:thick;
	outline-style:double; */
	height:auto;
}
.clear{
	clear:both;
}
#wrapper{
	width:780px;
	margin:2px auto;
}
#header{
	width:780px;
	height:109px;
	/*background:url(img/header_bg.gif) repeat-x;*/
}
.logo{
	width:249px;
	height:109px;
	float:left;
}
.logo h2{
	display:none;
}
.email{
	width:311px;
	height:90px;
	float:right;
	margin:0 13px 0 0;
	color:#666666;
}
.email a:hover {
	color:white;
	text-decoration:none;
	}
.email a { color:#eaeaea;
			text-decoration:none;
			vertical-align:middle;
			}
.menu{
	position:relative;
	padding:0 0 0 24px;
	margin:0 auto 0 auto;
	height:52px;
	list-style:none;
	width:780px;
	background:#000;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 5px;
}
.menu li a{
	float:left;
	display:block;
	color:white;
	text-decoration:none;
	font-family:sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:52px;
	cursor:pointer;	
	text-shadow:gray 3px 3px 2px;
}
.menu li a b{
	float:left;
	display:block;
	padding:0 24px 0 12px;
}
.menu li.current a{
	color:black;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
	font-weight:bolder;
}
.menu li.current a b{
	color:black;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
	line-height:32px;
}
.menu li a:hover{
	color:#CC0099;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
	line-height:34px;
}
.menu li a:hover b{
	color:white;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
}
#banner{
	width:auto;
}
#container{
	background:#242426;
	width:780px;
	height:auto;
	min-height:550px;
	font:12px verdana;
	color:#FF80FF;
	line-height:2em;
}
.left{
	width:550px;
	float:left;
	padding:0 0 5px 10px;
	line-height:1.5em;
	
}
.left h2{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#D964B3;
	margin:8px 0 5px 0;
}
.left p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	/*line-height:22px;*/
	margin:10px 0;
	line-height:2em;
}
.divider{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}
.right{
	width:215px;
	float:right;
}
.right h2{
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	margin:10px 0 10px 10px;
}
.right p{
	margin:5px 0 5px 14px;
}
#footer{
	width:780px;
	height:40px;
	font-size:11px;
	font-family:Verdana;
	color:white;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:white;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#D964B3;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;	
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:white;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:white;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:white;
	text-align:center;
	margin:5px 0 0 0;	
}
.link , a {
	color:#D964B3;
	text-decoration:none;
	text-shadow:black 3px 3px 2px;
	}
.link a:hover {
	color:white;
	text-decoration:none;
	font-size:1em;
	}
