html, body {
	height:100%;
}
body {
	color: #464646;
	width: 100%;
	background-image: url('../i/bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
/*	min-width:1000px;*/
}
table, body
{
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 1.4;
}
td
{
	vertical-align: top;
}
strong
{
	font-weight: bold;
}
p
{
	margin: 10px 0 10px 0;
}
h1
{
	font-family: Georgia, Times New Roman;	
	font-style: italic;
	font-weight: bold;
	color: #464646;
	font-size: 200%;
}
h2
{
	font-family: Georgia, Times New Roman;	
	font-style: italic;
	font-weight: bold;
	color: #FF85CD;
	font-size: 150%;
	margin-top: 10px;
	text-align:left;
}
h3
{
	font-family: Georgia, Times New Roman;	
	font-style: italic;
	font-weight: bold;
	color: #464646;
	font-size: 110%;
	margin-top: 10px;
	text-align:left;
}
	


a{
	color: #FF85CD;
}

#wrap {
	position: relative;
	background:#fff;
	min-width:670px;
	max-width: 670px;
	width:670px;
	
/*	min-width:1000px;
	max-width: 1400px;
	width:60%;*/
	margin: 0px auto;
/*	min-height:100%;
	height:auto !important;
	height:100%;*/
	background-image: url('../i/bg.jpg');
	background-position: top;
	background-repeat: repeat-x;

}
/*#footer {
	padding-top:25px;
	position:relative;
	margin-top:-70px;
	height:45px;
	width:100%;
}
.footer_blank {
	height:70px;
}*/
/*======= menu ========*/
#menu 
{
	font-size: 11px;
	font-family: Arial;
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 16px;
	padding: 0;
	width: 100%;
/*	height: 45px;*/
	clear:both;
}
#menu li {
	float: left;
	margin: 0;
	padding: 3px 3px 3px 3px;
	background: url("../i/menu_separator.jpg") bottom right no-repeat;
	/*border-left: 1px solid #B8B8B8;*/
	/*height: 45px;*/
}
#menu a {
	color: #B62179;/*E2DD4F;*/
	display: block;
	float: left;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
}
#menu a.current {
/*	background: url("../i/menu_arrow.jpg") bottom center no-repeat;*/
	background-color: #E2DD4F;
	color: #fff;
	/*padding-bottom: 16px;*/
}
#menu a:hover {
/*	background: url("../i/menu_arrow.jpg") bottom center no-repeat;*/
	background-color: #E2DD4F;
	color: #fff;
	/*padding-bottom: 16px;*/
}

.headerimg
{
	clear: both;
/*	border-top: solid 8px #E2DD4F;*/
	margin:0px;
	padding: 0px;/* 16px 0 0*/
/*	background-color: #FF85CD;*/
}
/*======= rounded ========*/
.rounded
{
	width: 591px;
	margin-left:32px;
}
.rounded .cc
{
	background-color: #fff;
	padding: 8px 5px 8px 5px;
	
}
.rounded .ll
{
	background-image:url('../i/rounded_ll.png');
	background-repeat:repeat-y;
	background-position: left;
	width:23px;	
}
.rounded .br
{
	background-image:url('../i/rounded_br.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	width:26px;
	height:24px;	
}
.rounded .bb
{
	background-image:url('../i/rounded_bb.png');
	background-repeat:repeat-x;
	background-position:bottom;
	height:24px;	
}
.rounded .bl
{
	background-image:url('../i/rounded_bl.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	width:23px;
	height:24px;		
}
.rounded .rr
{
	background-image:url('../i/rounded_rr.png');
	background-repeat:repeat-y;
	background-position: right;
	width:26px;
}
/*======= form ========*/
.formTable{
	width: 90%;
	border: 0px;
}
.formTable .titleCol{
	text-align: left;
	width: 150px;
}
.formTable td{
	padding: 5px 5px 5px 0;
}
.formTable .input_box{
	width: 250px;
}

.cc p, .cc ul, .cc h2, .cc .formTable
{
	margin-left: 33px;
}
.cc ul
{
	padding-top:15px;
}
.cc li
{
	list-style-type:circle;
}


.footer
{
	text-align: center;
	color: #A2A2A2;
}
.footer p
{
	text-align: center;
}
.footer a
{
	color: #464646;
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}
.pink
{
	color: #FF85CD;
}
.star
{
	color: #FF85CD;
}
.question
{
	text-decoration: underline;
}
