html, body{
	height: 100%;
}

h1{
	font-size: 40px;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 23px;
	padding: 0;
}

a, img{
	border: 0;
}

a, a:visited, a:hover{
	color: #979b29;
}

hr{
	border: 0;
	color: #ced661;
	background-color: #ced661;
	height: 2px;
}

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #424e4f;
	background-image: url(images/bkgd.gif);
	padding: 0;
	margin: 0;
}

#pageFrame{
	margin: 25px auto;
	width: 780px;
	background-color: #ffffff;
	border: 4px solid #34b6e4;
}

#menu{
	position:relative;
	left: 501px;
	top: 30px;
	padding: 31px 3px 3px 3px;
}
#header{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 304px;
}

#main{
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 20px;
}

#content{
	text-align: justify;
}

#footer{
	border-top: 1px solid #eeeeee;
	height: 60px;
	padding: 10px 0;
	margin-top: 30px;
}

#footer #address{
	float: left;
}

#footer #copyright{
	float: right;
	text-align: right;
}

img.picture{
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #cccccc;
}
