body, html {
	height: 100%;
}
body {
	background-color: #eff1ef;
	background-image: url(/images/mainbg.jpg);
	font-family: "Arial", sans-serif;
}

p {
	text-align: justify;
}

h1 { text-align: center; }

#container {
	width: 98%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#head {
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/headbg.gif);
	background-position: left 29px;
	background-repeat: repeat-x;
}

#head-banner {
	height: 101px;
	text-align: center;
}
#head-menu {
	height: 25px;
}
#head-menu table {
	text-align: center;
}
#head-menu a {
	color: #ffffff;
	font-size: 0.7em;
	text-decoration: none;
}
#head-subtable {
	margin-top: 31px;
	height: 126px;
}
#head-cap {
	position: relative;
	top: 29px; 
	left: 36px;
	float: right;
}

#logo {
	position: relative;
	left: -100px;
}

#title {
	position: relative;
	top: -89px;
}

#menu {

}

#leftborder {
	background-image: url(/images/bgleft.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#rightborder {
	background-image: url(/images/bgright.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#content {
	background-color: #fff9eb;
}
#content-container {
	position: relative;
	left: -50px;
}
#content img { 
	margin-right: 15px; 
	margin-left: 15px;
}

#foot {
	margin-top: 25px;
	text-align: center;
	font-size: small;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.center { text-align: center; }
.left { float: left; }
.right { float: right; }
