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

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 76%;
	background: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../_images/main_background.jpg);
	background-repeat: repeat-x;
	background-color: #fbbed0;
}

#maincontainer {
	position:relative;
	margin: 0 auto;
	text-align: left;
	width: 865px;
}

#header {
	position: relative;
	width: 864px;
	height: 289px;
}

#nav{
	position: relative;
	width: 864px;
	height: 35px;
	background-image: url(../_images/nav_ground.gif);
	background-repeat: repeat-x;
}

#content{
	position: relative;
	width: 864px;
	height: auto;
	background-image: url(../_images/body_ground.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

#contentleft {
	position: relative;
	float: left;
	width: 382px;
	height: auto;
	margin: 25px 25px 25px 25px;
}

#contentright {
	position: relative;
	float: right;
	width: 350px;
	height: auto;
	padding: 25px 57px 25px 25px;
	background-image: url(../_images/contentright_border.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#packcontainer {
	position: relative;
	width: 382px;
	height: auto;
}

#packtext {
	position: relative;
	width: 254px;
	height: auto;
	float: right;
}

#star {
	position: relative;
	width: 122px;
	height: 110px;
	float: left;
}

#footer{
	position: relative;
	width: 864px;
	height: 528px;
	background-image: url(../_images/footer_ground.jpg);
	background-repeat: no-repeat;
	background-color: #d87fa2;
}

#footerleft {
	position: relative;
	float: left;
	width: 332px;
	height: auto;
	margin: 10px 0px 25px 55px;
}

#footerright {
	position: relative;
	float: right;
	width: 382px;
	height: auto;
	margin: 10px 55px 25px 0px;
	text-align: right;
}

#clear {
	clear: both;
}

.rightlargeblue {
	font-size: 1.5em;
	font-weight: bold;
	color: #6466a6;
}

.rightsmallblue {
	font-size: 1.1em;
	font-weight: normal;
	color: #6466a6;
}

.rightsmallbluebold {
	font-size: 1.1em;
	font-weight: bold;
	color: #6466a6;
}

.packhead {
	font-size: 2.5em;
	font-weight: bold;
	color: #a83160;
}

.packbody {
	font-size: 1.1em;
	font-weight: normal;
	color: #a83160;
}

.packbodybold {
	font-size: 1.1em;
	font-weight: bold;
	color: #a83160;
}

.packbodybold a {
	font-size: .9em;
	font-weight: bold;
	color: #a83160;
	text-decoration: none;
}

.packbodybold a:hover {
	font-size: .9em;
	font-weight: bold;
	color: #a83160;
	text-decoration: underline;
}

.white {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

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

.white a:hover {
	color: #fff;
	text-decoration: underline;
}

input.field {
	background-color: #ffffff;
	border: solid #6466a6 1px;
	color:#6466a6;
	font-size: 1.1em;
	height: 18px;
	width: 220px;
	padding: 2px;
}

input.csz {
	background-color: #ffffff;
	border: solid #6466a6 1px;
	color:#6466a6;;
	font-size: 1.1em;
	height: 15px;
	width: 63px;
	padding: 2px
}

textarea {
	background-color: #ffffff;
	border: solid #6466a6 1px;
	color:#6466a6;
	font-size: 1.1em;
	height: 60px;
	width: 221px;
}

ul{
	margin: 0px 0px 0px -25px;
	_margin: 0px 0px 0px 15px;
	#margin: 0px 0px 0px 15px;
}

