@charset "UTF-8";
/* CSS Document */

#Home_Flash
{
	width: 1000px;
	height: 400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top:10px;
}

#HomeBody
{
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top:10px;
	clear:both;
}

#Body_SideBar
{
	width: 235px;
	float: left;
}

#Body_Content
{
	width: 750px;
	float: right;
}

#Body_Quicklinks
{
	width: 750px;
	position: relative;
	font-size: 11px;
}

#Body_Quicklinks_Banner
{
	width: 750px;
	height: 25px;
	position: relative;
}

#Body_Quicklinks_Header
{
	width: 750px;
	height: 15px;
	position: relative;
}

#Body_Quicklinks_Header_Col
{
	width: 150px;
	height: 15px;
	position: relative;
	float: left;
}

#Body_Quicklinks_Content
{
	width: 750px;
	height: 220px;
	position: relative;
}

#Body_Quicklinks_Content_Col
{
	width: 140px;
	height: 210px;
	position: relative;
	float: left;
	padding:5px;
}

#Body_Specials
{
	width: 750px;
	height: 265px;
	position: relative;
	margin-top: 10px;
}

#Body_Specials_Header
{
	width: 750px;
	height: 25px;
	position: relative;
}

#Body_Specials_Content
{
	width: 750px;
	height: 240px;
	position: relative;
}