@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	background-color: #252525;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
#main-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;
	position: relative;
}
#header {
	height: 60px;
	position: relative;
}
#navigation-container {
	position: absolute;
	bottom: 0px;
	width: 750px;
}
#logo {
	float: right;
	height: 165px;
	width: 185px;
	z-index: 99;
	position: absolute;
	right: 0px;
}
#main-image {
	position: relative;
	width: 750px;
	background-color: #3c3c3c;
	height: 300px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#body-container {
	background-color: #353535;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;
	width: 100%;
}
#body-content {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 20px;
	height: auto;
}
#subnav {
	background-color: #252525;
	float: right;
	padding: 7px;
	margin-right: 10px;
}
#body-text {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	padding-bottom: 20px;
}
.body_full-column {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 20px;
	float: left;
	padding-top: 0px;
	padding-bottom: 15px;
	clear: both;
}
.body_left-column {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 20px;
	float: left;
	width: 355px;
}
.body_middle-column {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 20px;
	float: left;
	width: 230px;
	padding-left: 20px;
}
.body_right-column {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 20px;
	float: left;
	width: 355px;
	padding-left: 20px;
}
.text-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #fff;
}
.text-box {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555;
	padding-left: 7px;
	margin-top: 2px;
	margin-bottom: 15px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.message {
	padding-top: 25px;
}
.evite {
	position: absolute;
	top: 350px;
	z-index: 999999;
	left: -20px;
}
