body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-image: url('images/bg.png');
	background-color: #d2d0b5;
	color: #000000;
	font-family: 'Arial', sans-serif;
}

p { text-align: justify; }

a {
	color: #14585b;
}

h1 {
	color: #14585b;
}

hr {
	color: #14585b;
	width: 40%;
	border-width: 1px;
	border-style: solid;
	margin-top: 20px;
	margin-bottom: 30px;
}

#frame {
	background-color: #fcfbed;
	width: 90%;
	margin: auto;
}

#frame .left {
	background-image: url('images/frame_left.png');
	background-repeat: repeat-y;
	background-position: left;
}
#frame .right {
	background-image: url('images/frame_right.png');
	background-repeat: repeat-y;
	background-position: right;
}

#frame_head {
	background-image: url('images/head_bg.png');
	background-repeat: repeat-x;
	background-color: #fcfbed;
	height: 159px;
}

#head_left {
	background-image: url('images/head_left.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 159px;
}
#head_right {
	background-image: url('images/head_right.png');
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 159px;
}

#menu {
	text-align: center;
	background-image: url('images/menu_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 60px;
	margin-right: 16px;
}
#menu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#content {
	background-image: url('images/content_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 60px;
	margin-right: 23px;
	min-height: 337px;
}
#content .left {
	background-image: url('images/content_left.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#content .right {
	background-image: url('images/content_right.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 20px;
	padding-right: 20px;
}

#foot {
	text-align: center;
	padding: 10px;
	font-size: small;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}

#frame_bottom {
	height: 16px;
	width: 90%;
	margin: auto;
	background-image: url('images/frame_bottom_bg.png');
	background-repeat: repeat-x;
}
#frame_bottom .left {
	height: 16px;
	background-image: url('images/frame_bottom_left.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#frame_bottom .right {
	height: 16px;
	background-image: url('images/frame_bottom_right.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.cover {
	margin: auto;
}
.cover img {
	border-style: solid;
	border-width: 1px;
	border-color: #14585b;
}
