/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/background.gif);
}

#container {
	position: relative;
	width: 736px;
	background-image: url(images/container_bg.jpg);
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#header {
	height: 134px;
}

#content {
	position: relative;
	float: right;
	width: 510px;
	right: 38px;
	top: 15px;
	font: 10pt/14pt Arial;
	color: #333333;
}

#menu {
	position: relative;
	font: 10pt Trebuchet MS;
	padding-left: 30px;
	padding-bottom: 150px;
	top: 10px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 138px;
}

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

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

#menu a:hover {
	text-decoration: none;
	color: #66CCFF;
}

#menu p {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

h2 {
	margin-top: 0;
	font: bold 14pt Trebuchet MS;
	color: #006699;
}
