body {
	min-width: 1000px;
	margin: 0px;
	background-color: #0F0F0F;
}

div, td {
	font-size: 10pt;	
	font-family: Verdana;
	margin: 0px;
}

#left {
	float: left;
	width:10px
}

#right {
	float: left;
	width:999px;
	height:100%;
	background-image: url(images/line2.jpg);
	background-position: -10px 0px;
}

#menu, #submenu {
	float: left;
	width:240px;
	background-image: url(images/menu_small.jpg);
	background-repeat: no-repeat;	
}

#submenu {
	background-image: url(images/menu_large.jpg);
}

#menutext {
    margin-left: 31px;
    margin-top: 11px;
			
	color: #E1E1E1;
	font-size: 16px;
}

#menupic {
    margin-left: 19px;
    margin-top: 30px;
}

#title {
	width: 710px;
	height: 30px;
	color: #E1E1E1;
	font-size: 13px;
	background-color: #808080;
}

#content {	
	background-color: #FFFFFF;
	width: 710px;		
	font-size: 13px;
}

#nextgig {
	position: absolute;
	left: 500px;
	top: 144px;
	width: 480px;
	text-align: right;
	font-weight: bold;
	color: #E1E1E1;
}


a {
	color: #CC0000;
	text-decoration: none;
}

a.menu, a.submenu {
	color: #E1E1E1;	
}

a.menu {
	line-height: 26px;
}

a.submenu {
	font-size: 12px;	
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	margin-top: 0px;
}

