body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	height: 100%;
}

html {
	height:100%;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

#container {
	position:relative;
	width: 100%;
	align: center;
	min-height: 100%;
}

* html #container {
	height:100%
} 

#centerit {
	margin: 0 auto;
	width: 992px;
	
}

#innerContainer {
	width: 90%;
	background: top right url(http://www.evodragon.net/images/slayout/sidebar-dragon.png) repeat-y;
	background-position: 9px;
      margin-left: -9px;
	height: 100%;
	padding-bottom: 50px;
	
}

#innerContainer:after {
	content:" ";
	display:block;
	clear:both;
}

#header {
	width: 100%;
	text-align: left;
}

#footer {
	position:absolute;
	bottom: 0;
	height: 37px;
	width: 982px;
	background: bottom right url(http://www.evodragon.net/images/layout/footer.png) no-repeat;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 7px;
	line-height: 15px;
	margin: auto;
}

#footer a {
	color: white;
	text-decoration: none;
      width: 750px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#adbar {
	float:right;
	margin-right: 48px;
	width:120px;
	padding: 5px;
	padding-left: 0px;
	text-align:center;
}
	
#thead {
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	width: 120px;
	height: 600px;
	padding: 1px;
}	

#mainContainer {
	position: relative;
	margin-left: 225px;
      width: 825px;
      margin-right: 200px;
}

#sidebarOuter {
	overflow: hidden;
	width: 195px;
	float:left;
	left: 4px;
	position:relative;
}

#sidebar {
	margin-top: 5px;
	float: left;
	width: 196px;
	text-align:left;
	min-height: 700px;
	margin-bottom: -1000px; 
	padding-bottom: 1000px;
}

#content {
	margin-right:200px;
	text-align:left;
}

#mainHeader {
	width: 100%;
	font-size: 20px;
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
	margin-bottom: 3px;
	text-align: left;
}
/*this adjusts the margin on the left side bar */
#sidebarModule {
	width: 175px;
	margin-left: 15px;
	margin-bottom: 5px;
}

/*#sidebarModule:last-child {
	margin-bottom: 20px;
}*/

#sidebarModule-content a {
	color: #5b6cc2;
}

#sidebarModule-content a:hover {
	color: #2e3d8a;
}

#sidebarModule-header {
	padding: 0px;
	width: 175px;
	height: 21px;
}

#sidebarModule-content {
	width: 166px;
	height: auto;
	padding: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 8px;
	background: top left url(http://www.evodragon.net/images/slayout/sidebarmodule-repeat.png) repeat-y;
	color: #565656;
}

#sidebarModule-content hr {
	border: 0;
	color: #d4d4d4;
	background-color: #d4d4d4;
	height: 1px;
	text-align: right;
	width: 90%;
	padding: 0px;
	margin: -4px;
	margin-top: 4px;
	margin-bottom: 3px;
}

#sidebarModule-footer {
	width: 175px;
	height: 5px;
	background: top left url(http://www.evodragon.net/images/slayout/sidebarmodule-footer.png) no-repeat;
}

.table {
	border: 1px solid #737373;
}

.table td {
	padding: 3px;
	font-size: 11px;
	color: #000000;
}

.header {
	height: 23px;
	background: top left url(http://www.evodragon.net/images/slayout/sidebar-dragon.png) repeat-x #9aa2cc;
	padding-left: 3px !important;
	padding-top: 1px !important;
	font-size: 13px !important;
	font-weight: bold;
	color: #4c4c4c !important;
}

.subHeader {
	padding: 3px !important;
	background: #d7deed;
	font-size: 12px !important;
	color: #666666 !important;
}

input, textarea {
	border: 1px solid #999999;
	padding: 3px 3px 3px 3px;
	margin: 2px;
	font-size: 11px;
}

/* old things and some new for compatability */
table.mytable{
	border: 1px solid #737373;
}
.mytable td {
	padding: 3px;
	font-size: 11px;
	color: #000000;
	border: 0px;
}
.mytable th {
	height: 23px;
	background: top left url(http://www.evodragon.net/images/slayout/sidebar-dragon.png) repeat-x #000000;
	padding-left: 3px !important;
	padding-top: 1px !important;
	font-size: 13px !important;
	font-weight: bold;
	color: #000000 !important;
	border: 1px solid #000000 !important;
}

/* same as "mainHeader" ? */
h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 20px;
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
	margin-bottom: 3px;
	text-align: left;
}

img {
	border: 0px;
}