html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFC;
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
}

table {
	font-size:12px;
}

a {
	text-decoration:none;
}

* html #container-1, * html #container-2 {
	height:100%;
}

#container-1 {
	width:780px;
	margin:auto;
	background-color:#FFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	min-height:100%;
}

#container-2 {
	margin-left:10px;
	background-image:url(../images/watermark.jpg);
	background-position:0px 210px;
	background-repeat:no-repeat;
	width:760px;
	min-height:100%;
}

#header {
	width:760px;
	height:209px;
	margin-right:10px;
	background-image:url(../images/banner.jpg);
}

h1 {
	display:none;
}

#menu {
	text-align:right;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

#menu h3 {display:none}

#menu ul {
	padding:8px 0 8px;
	margin:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
}

#menu li {
	display:inline;
}

#menu a {
	padding:8px 15px;
	border-left:1px solid #DDD;
	color:black;
}

#menu a:hover {
	background-color:#C30;
	color:#FFF;
}

#content-container {
	width:760px;	
}

#content {
	margin:10px;
	text-align:left;
}

.contentheading {
	font-weight:bold;
	font-size:14px;
}

#footer {
	width:700px;
	margin:auto;
	margin-top:15px;
	padding-top:5px;
	border-top:1px solid #DDD;
	text-align:center;
	font-size:10px;
}