
body {
	margin: 0;
	padding: 0px;
	color: #333333;
	font-family: trebuchet ms,Tahoma,Verdana,Arial,sans-serif; margin: 0px; padding: 0px; font-size: 10pt;
	background: url('../static_images/bg.gif') white;
	text-align: center;
	z-index: -1;
	}
	
table, table thead {
	border: 0px solid white;
	margin: 0px;
}

tr th {
	margin: 5px;
	padding: 5px;
	text-align: center;
	background: #EAEAEA;
}

tr td {
	margin: 5px;
	padding: 5px;
}


#body .leftth light bordered {
	background: #red;
}


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

a:hover {
	text-decoration: none;
	color: black;
}

/* This covers ALL elements up to this point */
/* * { font-size: 10pt} */
p {font-size: 100%}

table,h4,h5,h6 {font-size: 100%}

h3 {font-size: 110%;}
h2 {font-size: 120%;}
h1 {font-size: 140%; border-bottom: 1px solid #FF6600;}


#wrapper {
	position: relative;
	width: 760px;
	margin: 0px auto;
	background: white;
	text-align: center;
	z-index: 0;
}

#header {
	width: 215px;
	height: 75px;
	color: black;
	text-align: left;
	padding: 175px 25px 0px 520px;
	font-size: 10pt;
	font-weight: 800;
	background: url('../static_images/green.jpg') no-repeat;
}

#greybar {
	width: 750px;
	padding: 10px 10px 0px 0px;
	height: 30px;
	text-align: right;
	color: black;
	background: #E5E5E5;
	border-bottom: 1px solid #339900;
	border-top: 1px solid white;
}

#greybar ul {
	margin: 0px;
	list-style: none;
}

#greybar ul li {
	display: inline;
	margin: 10px 0px 0px 0px;
}

#greybar ul li a:link, #greybar ul li a:visited {
	color: black;
	padding: 10px 7px 12px 7px;
	font-size: 1em;
}

#greybar ul li a:hover {
	background: #FF6600;
	color: white;
}



#content {
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#nav {
	position: relative;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 180px;
	background: white;

}

.navtable {
	background: url('../static_images/menu_bg.gif') repeat;
	border: 0px;
	width: 100%;
}


#body {
	position: relative;
	background: white;
	float: right;
	text-align: left;
	padding: 15px;
	width: 530px;
}

#hosting {
	width: 300px;
	padding: 30px 30px 20px 200px;
	background: url('../static_images/hosting_panel.gif') no-repeat top center;
	height: 147px;
}

#hosting a, #hosting a:link, #hosting a:visited, #hosting a:hover {
	width: 530px;
	height: 197px;
	color: black;
}

#vert_container {
	width: 260px;
	float: left;
}
	
#vertical_top {
	width: 260px;
	margin: 0px;
	float: left;
	padding: 0px;
	height: 10px;
	background: url('../static_images/vertpanel_top.gif') no-repeat top center;
}

#vertical {
	width: 230px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	float: left;
	background: url('../static_images/vertpanel_bg.gif') repeat top center;
}

#vertical h2 {
	color: white;
	padding: 5px;
	background: #ff6600;
}

#vertical h3 {
	color: white;
	padding: 5px;
	background: #308B00;
}

#vertical_bottom {
	width: 260px;
	margin: 0px;
	float: left;
	padding: 0px;
	height: 10px;
	background: url('../static_images/vertpanel_bottom.gif') no-repeat top center;
}




#twitter_div {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background: #E5E5E5;
}
	
#twitter_div ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#twitter_div li {
	margin: 0px 0px 10px 0px;
}

#twitter_div a:link, #twitter_div a:visited {
	color: #33CCFF;
}







ul.side-menu {
	margin: 0px;
	padding: 0px;
}

ul.side-menu li {
	padding: 2px 0px 2px 10px;
}

ul.side-menu li a, ul.side-menu li a:link, ul.side-menu li a:visited {
	color: #333333;
}


.side-menu { 
	text-align: left;
	background: #E5E5E5;
}

.side-menu li, .side-menu ul {
	list-style: none; 
}


#footer {
	width: 720px;
	padding: 5px 20px 5px 20px;
	height: 101px;
	background: url('../static_images/footer.gif') no-repeat;
}

#footer p {
	font-size: 0.8em;
}

