@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4e49;
}
img
{
	border:none;
}
a
{
	outline:none;
	color:#4f4e49;
	text-decoration:underline;
}
h1
{
	font-size:24px;
	margin:0px;
	padding:0px;
	color:#727168;
	font-weight:normal;
}
h2
{
	font-size:24px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
}
h3
{
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#ba0d67;
	text-transform:uppercase;
}
#outer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background:#e4e3dc;
}

#header
{
	width:980px;
}
.logo
{
	width:385px;
	height:62px;
	float:left;
	background:#e4e3dc;
}
.toplinks
{
	width:595px;
	float:right;
	height:20px;
	background:#e4e3dc;
	padding-top:42px;
	color:#575757;
}

.toplinks ul
{
	margin:0px;
	padding:0px;
}
.toplinks li
{
	list-style:none;
	display:inline;padding-left:4px;
	padding-right:4px;float:left;
}

.toplinks li a
{
	
	padding-left:1px;
	padding-right:1px;
	display:block;
	text-decoration:none;
	color:#575757;
	font-size:11px;
	font-weight:bold;
}
.toplinks li a:hover
{
	
	color:#000000;
}

#banner
{
	width:960px;
	height:295px;
	margin-left:auto;
	margin-right:auto;
}
#quick-links
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
	color:#ffffff;
	background:#b49c7c;
}
#quick-links a
{
	color:#ffffff;
	text-decoration:underline;
}
.quick-links-inner-div
{
	width:287px;
	text-align:justify;
	float:left;
	margin-left:15px;
	margin-right:15px;
}

#content
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-bottom:20px;
}
.left-container
{
	width:504px;
	float:left;
	margin-right:16px;
	background:#e4e3dc;
	text-align:justify;
}
.right-container
{
	width:440px;
	float:right;
	background:#e4e3dc;
}
.tips
{
	width:440px;
	margin-top:10px;
}
.tips-left
{
	width:186px;
	float:left;
	margin-right:12px;
}
.tips-right
{
	width:242px;
	float:right;
	text-align:justify;
}
.variety-banner
{
	margin-top:15px;
}

#footer
{
	width:980px;
	height:42px;
	color:#e4e3dc;
	background:url(../images/footer-bg.jpg) no-repeat;
	text-align:center;padding-top:10px;
}

#footer a{color:#e4e3dc; text-decoration:none;}
#footer a:hover{color:#ffffff; text-decoration:underline;}