

body {
	text-align : center;
	background-color : #000000;
}

body, p, td, th, li {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-size : 12px;
	color : #666666;
	line-height : 18px;
}

h1 {
	font-size : 18px;
	font-weight : bold;
	text-align : left;
}

h2 {
	font-size : 15px;
	font-weight : bold;
	text-align : left;
}

hr {
	height : 1px;
	border-width : 0px;
	color : #999999;
	background-color : #999999;
}

#Layout {
	text-align : left;
	margin : 0px auto;
	width : 800px;
	height : 600px;
	background-color : #FFFFFF;
}

#TopBar {
	height : 217px;
}

#NavBar {
	height : 18px;
}

#SideNav {
	width : 200px;
}

#SideNav ul {
	border-bottom : 1px #666666 solid;
	padding : 5px 0px 5px 20px;
	margin : 0px 15px 0px 0px;
}

#SideNav ul li,
#SideNav li {
	color : #999999;
	list-style-image : url("images/list-item-image.jpg");
	list-style-position : outside;
/*	padding : 0px;*/
/*	margin : 0px;*/
}

#SideNav ul li a:link,
#SideNav ul li a:active,
#SideNav ul li a:visited,
#SideNav a:link,
#SideNav a:active,
#SideNav a:visited {
	color : #666666;
	text-decoration : none;
}

#SideNav ul li a:hover,
#SideNav a:hover {
	color : #999999;
}

#Content {
	vertical-align : top;
	
	background-image : url("images/cd/contentBkg.gif");
	background-repeat : repeat-y;
	background-position : top left;
	
}


#ContentTable {
	width : 100%;
	height : 100%;
}

#SideBar {
	width : 200px;
	border-right : 1px #959595 solid;
}

#SideBar div {
	padding : 5px 10px;
}

#OverviewContent {
	padding : 30px 30px 10px 30px;
}

#BottomBar {
	height : 27px;
	background-image : url("images/band/bottomBarBkg.jpg");
	background-repeat : repeat-x;
	background-position : top left;
	background-color : #999999;
	vertical-align : top;
}

#BottomBar div {
	padding-left : 30px;
	margin-top : 5px;
	font-size : 10px;
	font-family : Arial;
}

#PurchaseBox {
	position:relative;
	z-index:1000;
	
	top : -134px;
	
}






