@charset "utf-8";
@import url("reset.css");
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #000;
	
}
p {
	color:#FFF;
}
img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-right: 0px;	
}
.oneColFixCtrHdr #container {
	width: 972px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr a {
	color: #FFFFFFF;
	text-decoration: none;
}
.navmenu {
	color:#FFF;
}
.navmenu a {
	color:#FFF;
}

.Content {
	height: 487px;
	width: 900px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 28px;
	padding-left: 25px;
	padding-top: 0px;
	Padding-right: 25px;
	overflow:auto;
}
.LeftMain {
	height: 482px;
	width: 415px; 
	border: 1px solid #CCC;
	float:none;
	padding: 0px;
	left: 50%;
	top: 50%;
}
.RightMain {
	height: 482px;
	width: 415px;
	border: 1px solid #CCC;
	float: right;
	line-height: 12px;
	overflow:auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: 20px;
}
.Textbox {
	background-color: #000;
	height: 464px;
	width: 525px;
	border: 1px solid #ccc;
	overflow: auto;
	/*-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px; */
	float: right;
	margin-right: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#fff;
}
.Textbox p {
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
}
.TextboxNarrow {
	background-color: #25525c;
	height: 464px;
	width: 450px;
	border: 1px solid #999;
	overflow: auto;
	/*-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px; */
	float: right;
	margin-right: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#FFF;
}
.TextboxNarrow p {
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
}

#Menu {
	height: 40px;
	width: 850px;
	margin-top: 10px;
	margin-left: 50px;
	font-size: 15px;
}

#Menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#Menu a
{
	color: #614627;
}
#Menu a:hover
{
	color: #204B57;
}
.oneColFixCtrHdr #header {
	height: 45px;
	margin-top: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	height:625px;
	background-repeat: no-repeat;
	margin: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.pricing {
	float: left;
	height: 120px;
	width: 253px;
	margin-right: 15px;
	border: 3px solid #CCC;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px; */
}
.pricetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.pricedescribe {
	font-style: italic;
	font-size: 12px;
	padding: 10px;
}
.pricenumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.imagebox {
	width: 270px;
	float:left;
	background-color: #000;
	margin: 10px;
	padding: 5px;
	color:#FFF;
}
.imagebox td {
	color:#FFF;
}
.Letter {
	color:#FFF;
	font-size: xx-large;
	height: 40px;
	text-align: center;
	padding-right: 100px;
}
.white p, h1, h4, a {
	color:#FFF;
}