body {
	background-image: url(../gfx/bg_pattern.jpg);
	background-repeat: repeat;
	background-color: #523841;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}

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

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

a:focus {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

p {
	margin-bottom: 8px;
	margin-top: 6px;
}

img {
	border: 0px;
}

div#container {
	margin: auto;
	width: 820px;
}

div#mainpage_logo_and_menu {
	margin:auto;
	text-align: left;
}

div#menu {
	text-align: right;
}

div#slogan {
	margin: auto;
	width: 820px;
	text-align: right;
}

div#gradient_up {
	width: 100%;
	background-image: url(../gfx/gradient_up.gif);
	background-repeat: repeat-x;
	height: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#gradient_down {
	width: 100%;
	background-image: url(../gfx/gradient_down.gif);
	background-repeat: repeat-x;
	height: 28px;
}

div#bodybar {
	width: 100%;
	background-color: #523841;
	height: 390px;
	margin-top: 0px;
	padding-top: 0px;
}

td#subpage_logo {
	text-align: left;
	vertical-align: top;
	width: 220px;
	height: 88px;
}

td#subpage_text {
	vertical-align: bottom;
	text-align: justify;
	width: 600px;
}

p#last_paragraph {
	margin-bottom: 0px;
}

td#subpage_image {
	vertical-align: bottom;
	text-align: left;
	height: 130px;
}

div#bodybox {
	margin: auto;
	width: 820px;
}

div#emailbox {
	background-color: #6C8359;
	height:20px;
	padding-top:5px;
}

.vgap70 {
	height: 70px;
}
.vgap50 {
	height: 50px;
}
.vgap25 {
	height: 25px;
}
.vgap20 {
	height: 20px;
}
.vgap15 {
	height: 15px;
}
.vgap5 {
	height: 5px;
}

#created_by {
	width: 820px;
	height: 20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	font-size: 10px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#created_by a {
	color: #fff;
	text-decoration: none;
}

#created_by a:hover, a:active {
	color: #6c8359;
	text-decoration: none;
	font-weight: normal;
}