/*Header*/
#headerFrame{
background-image: url('http://files1.guildlaunch.net/guild/library/37425/header.png');
background-repeat:    no-repeat;
background-position:    top center;
height:262px;
}

.headerBody{
height:262px;
background-image: none;
}

#adminBarFrame {
padding:0px;
}

/*Header Nav*/
#primaryNavTable{
float:left;
margin-left: 4px;
width:480px;
margin-top: -74px;
}

.guildNav {
background-image: none;
background-color: transparent;
padding: 0px;
}

/*Backgrounds*/
body{
background-image: url('http://files1.guildlaunch.net/guild/library/37425/background.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}

.primaryContentAreaContainerDiv{
margin-top: -42px;
}

#mainBodyFrame {
	background-image: url('http://files1.guildlaunch.net/guild/library/37425/black.png');
	background-repeat: repeat;
}

#mainBody {
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
}

/*Widget Borders*/
.contentTitle {
	visibility: hidden;
}

.widgetBodyTopCenter {
	height: 0px;
}

.widgetBodyBottomCenter {
	visibility: hidden;
	height: 1px;
}

.widgetMenuTopCenter {
	height: 0px;
}

.widgetMenuBottomCenter {
	visibility: hidden;
	height: 1px;
}

.widgetFrame {
margin-top: 4px;	
margin-bottom: 6px;
}

/*Recruiting Widget Heading*/
#leftColumn h5{
text-align: center;
margin-top: -8px;
padding-bottom: 5px;
}

/*Guild Tabard*/
#logo {
    float: right;
    padding-left: 15px;
    margin-bottom: -15px;
    margin-top: -12px;
    margin-right: -12px;
}

#frontpageinfo {
    padding-top: 5px;
}

/*Menu Links*/
#leftColumn li{
list-style-type: none;
}

#leftColumn ul{
margin: 0px;
padding: 0px
}

.menuItem {
background-image: none;
background-color: #111111;
padding: 0px;
}

.menuItem a {
display: block;
padding: 5px;
padding-left: 10px;
text-decoration: none;
}

.menuItem:hover a {
background-color: #222222;
text-decoration: none;
}

/*Combat Logs*/
#mainBody iframe {
margin-top: 4px;
height: 1000px;
}

/*Custom Page Layout*/
#container {
	width:100%;
	margin-top: 25px;
	padding-bottom: 15px;
	overflow: auto;
}

#container h1 {
font-size: 24px;
}

#container h2 {
font-size: 16px;
}

#container h3 {
font-size: 14px;
}

#container h4 {
font-size: 12px;
}

#container h5 {
font-size: 10px;
}

#nostyle li{
list-style-type: none;
}

#content {
	margin-left:200px;
	margin-right: 10px;
	border-left:1px solid #444444;
	border-right:1px solid #444444;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0;
}

#nav {
	float:left;
	margin-top: 0;
	margin-left: 15px;
	margin-right: 25px;
	padding: 0px;
	width: 150px;
	line-height:150%;
}

#nav ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#nav a {
	display: block;
	text-decoration:none;
	color: white;
	background-color:#333333;
	border: 1px solid #444444;
	padding: 3px;	
}

#nav a:hover {
	background-color: #222222;
}

/*Custom Page Table One Style*/
#table_style_one { 
	border: 3px solid #444444;
	margin-top:11px;
	margin-bottom:18px;
	border-collapse: collapse;
	}	
#table_style_one td{ 
	font-size:85%;
	text-align: center;
	Padding-left: .5em;
	Padding-right: .5em;	
	border:1px solid #444444;
	}
#table_style_one .head_left {
	text-align: left;
	font-weight: bold;
	}	
#table_style_one .head_top {
	text-align: center;
	font-weight: bold;
	}	
#table_style_one .odd_row {
	background-color: #2b2b2b;
	}