/* @group General Styles */

a:link {
	text-decoration: none;
	color: Blue;
}

a:visited {
	text-decoration: none;
	color: Purple;
}

h1 {
	text-decoration: none;
	color: #000066;
}

a:hover, a:active {
	text-decoration: none;
	color: #0000FF;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 9px 9px 9px 0;
	padding: 3px;
}

.image-right {
	float: right;
	margin: 3px 0 1em 1em;
	padding: 3px;
}

/* @end */

/* @group General Styles */

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

#title {
	background: url(images/title_gradient.png) repeat-x right center;
	height: 25px;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

#title > h1 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content {
	margin: 0;
	margin: 12px;
}

#content h2 {
	font-size: 19px;
    font-weight: bold;
    margin: 0;
}

#footer {
	height: 26px;
	margin: 0;
	padding: 12px 0 0 9px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}


a.join { display: block; width: 9.5em; text-align: center; margin: 1em auto .5em; background: #eee; color: #0000FF; font-size: 1.5em; padding: 4px; border: 1px solid #000; }

a.join:hover { text-decoration: none; }

a:link, a:visited { text-decoration: none; }

/* @end */



/* @group Navcontainer2 */

#header {
	display: none;
}

#navcontainer {
	display: none;
}

#title {
	display: none;
}

#navcontainer2 {
	display: none;
}

/* @end */





/* @end */