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

/* layout */

#wrapper {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	
}
#wrapperfloat {
	width:1050px;
	float:left;
}

#topcorners {
	width:1050px;
	float:left;
	height:17px;
	background-image:url(../images/top.gif);
	background-color: #231F20;
}
#toparea {
	width:1050px;
	height:100px;
	float:left;
	background-color: #231F20;
	position:relative;
}
#logo {
	position:absolute;
	left:54px;
	top:14px;
	background-image:url(../images/logo.gif);
	width:175px;
	height:175px;
}
#pounds{
	position:absolute;
	left:558px;
	top:1px;
	width:231px;
	height:125px;
	z-index:10000;
}
#topareatabs {
	width:690px;
	height:36px;
	margin-left:330px;
	clear: both;
	padding-top: 64px;
}
#body {
	width:1050px;
	background-color:#FFF;
	background-image:url(../images/grad.gif);
	background-repeat:repeat-x;
	float:left;
}
#leftcolumn {
	padding-top:100px;
	padding-left:20px;
	width:270px;
	float:left;
}
#rightcolumn {
	width:710px;
	float:right;
	padding-top: 40px;
	padding-right:10px;
	position: relative;
}
#bottom {
	width:1025px;
	float:left;
	background-image:url(../images/bottom.gif);
	height:25px;
	text-align: right;
	padding-right: 25px;
	font-size:0.8em;
}
#bottom a {
	text-decoration:none;
	color:#000;
}
/*Styles*/

body {
	background-color:#FFCB08;
}
#wrapperfloat {
	background-color:#fff;
}
.red {
	color:#BF1F3C;
}
.normal {
	font-size:1em;
}
.small {
	font-size:0.8em;
}
.vsmall {
	font-size:0.7em;
}

.box {
	width:249px;
	height:119px;
	background-image:url(../images/box.gif);
	margin-bottom: 15px;
}
#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	background-image:url(../images/tabs_red.gif);
	width: 136px;
	text-align: center;
	color:#FFCB08;
	padding: 0;
	font-size:0.8em;
	height:26px;
	text-decoration:none;
	padding-top:10px;
}
#navigation li a:hover {
	color: #bf1f3c;
	background-image:url(../images/tabs_yel.gif);
}
#navigation li a.active {
	background-image:url(../images/tabs_yel.gif);
	color: #bf1f3c;
}
h1 {
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:10px;
}
p {
	padding-bottom:10px;
}
#rightcolumn ul{padding-bottom:5px;}
#rightcolumn li{
	list-style-image:url(../images/bullet.gif);
	padding-bottom:10px;
	list-style-position: inside;
	margin-left:10px;
	text-indent: 15px;
}
.highlightred{color:#BF1F3C;}