/* 100% hack */
html, body {
	height: 100%;
}
/* end */

html, body, div, img {
	margin: 0;
	padding: 0;
}

html {
	background: #101010 url("../images/html_bg.gif") 0 0 repeat-x;	
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	margin: 0;
	font: bold 16px Arial;
	color: #8d8d8d;
	letter-spacing: 1px;
}

#maincontainer, #bottomcontainer {
	margin: 0 auto; /* change auto to 0 to disable the centering of the page */
}

#maincontainer {
	width: 950px;
	/* width: 1025px; */
}

/* 100% hack */
#maincontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -60px; /* the bottom margin is the negative value of #bottomcontainer's height */
}
/* end */

#topcontainer {
		width: 950px;
	/* width: 1025px; */
}

#logo {
	position: relative;
	float: left;
	width: 278px;
	height: 185px;
	background: url("../images/logo_bg.gif") 0 0 no-repeat;
}

#menu {
	position: relative;
	float: left;
	width: 672px;
	/* width: 747px; */
	height: 19px;
	margin: 91px 0 0 0;
	background: url("../images/menu_bg.gif") 0 0 repeat-x;

	font: bold 12px Arial;
	color: #ffffff;
	text-align: left;
}

#nav {
	height: 19px;
	overflow: hidden;
}

#nav ul {
	float: right;
	margin: 0;
	padding: 0;
	
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	background: url("../images/nav_bg.gif") right 0 no-repeat;
	padding: 0 20px 0 25px;
	line-height: 19px;
	height: 19px;
	float: right;
	display: block;
	color: #dddddd;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#leftandright {
	position: relative;
	float: left;
	padding: 0 0 30px 0;
			width: 950px;
	/* width: 1025px; */
	color: #8d8d8d;
}

#leftandright td {
	color: #8d8d8d;
	font: 12px Arial;
}

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

#leftandright a:hover {
	text-decoration: none;
	color:#e9e9e9;
	text-decoration: underline;
}


.submenu a:link {
	color: #C0C0C0;
	text-decoration: none;
}

.submenu a:visited {
	color: #C0C0C0;
	text-decoration: none;
}

.submenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}

#push, #bottomcontainer {
	height: 60px; /* #push must be the same height as #bottomcontainer */
}

#bottomcontainer {
	background: url("../images/bottomcontainer_bg.gif") 0 0 repeat-x;
	
}

#bottomcontainer-houder {
	width: 850px;
	margin:auto;
}

#bottomcontainer-content {
	padding: 17px 0 0 0;

	font: normal 12px/18px Arial;
	color: #8d8d8d;
	
}

#bottomcontainer-content a {
	color: #8d8d8d;
}

#bottomcontainer-content a:hover {
	text-decoration: none;
}
