*:focus { outline: 0 !important; }

* {
  margin: 0px;
  padding: 0px;
}

body {
	background-image: url(../images/debut_dark.png);
}

.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.header {
	padding: 10px 0;
}

/* ~~ start header menu ~~ */

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0 2px 0 0;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: right;
	cursor: pointer;
	width: 14em;
	float: right;
	margin: 0;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border: 1px solid #CCC;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	color: #6CF;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #6CF;
}

/* ~~ end header menu ~~ */

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#fg_membersite_content{
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0 255px 0 0
}
#fg_membersite_content h2{
	font-size: 14px;
}

#fg_membersite_content ul{
	font-size: 10px;
}

#fg_membersite_content ul li {
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: right;
	cursor: pointer;
	width: 14em;
	margin: 0;
	padding: 15px 0 0 0;
}

#fg_membersite_content a{
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	margin: 0 -8px 0 0;
}

#fg_membersite_content a:hover, #fg_membersite_content a:focus {
	color: #6CF;
}

