div { position: absolute; }

td,th { padding: 0; margin: 0; }

body {
	padding: 0;
	margin: 0;
	font-size: 12pt;
	font-family: arial, sans-serif;
}

#bgpic
{
	bottom: 0;
	left: 0;
	width: 305px;
	height: 299px;
	z-index: 1;
}

#banner
{
	top: 32px;
	left: 32px;
	height: 100px;
	width: 432px;
	z-index: 15;

}

#menu
{
	top: 90px;
	width: 100%;
	height: 60px;
	z-index: 10;

	background-color: #981B1B;
	color: black;
	border-bottom: 1px solid black;
}

#menu a { color: black; text-decoration: none; }

#menu .item { bottom: 0; padding-bottom: 2px; font-weight: bold; }
#menu .submenu
{
	display: none;
	z-index: 35;
	top: 60px;
	padding: 10px;
	padding-top: 5px;

	background-color: #981B1B;
	border: 1px solid black;
	border-top: 0;

	text-align: right;
}

#item1 { right: 5px; }
#item2 { right: 140px; }
#item3 { right: 210px; }

#submenu2 { right: 135px; }

#login-menu
{
	top: 50px;
	left: 435px;
}

#fullscreen-menu
{
	top: 70px;
	right: 5px;
}

#sidebar
{
	top: 150px;
	bottom: 0;
	right: 0px;
	width: 200px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 2px;
	overflow: auto;
	
	border-left: 1px solid black;
}

#dyncontent
{
	top: 150px;
	bottom: 0;
	left: 32px;
	right: 210px;
	padding-right: 5px;
	padding-top: 10px;
	overflow: auto;

	z-index: 5;
}


/*** Forum ****/

#category_listing { width: 100%; border-collapse: collapse; }
#category_listing th { font-weight: bold; background-color: #243B83; text-align: left; height: 35px; padding-left: 3px; border: 1px solid black; }
#category_listing td { margin: 0; height: 30px; padding-left: 3px; }
#category_listing .odd { background-color: #EEE; color: black; }
#category_listing .even { background-color: white; color: black; }
#category_listing .category {  }
#category_listing .postingCount { width: 75px; }
#category_listing .lastPosting { } 



.posting-space
{
	height: 20px;
}

.posting-info
{
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid black;
	background-color: #0C2649;
	color: white;
}

.posting-picture
{
	max-width: 100px;
	max-height: 100px;
	float: right;
}


.posting
{
	padding: 5px;
	border: 1px solid black;
	border-top: 0;
}

.posting-options
{
	font-size: 0.8em;
}

