body {
	margin:0;
	padding:0;
	background: #000000 url(../_images/news/header_repeat.gif) repeat-x 0 0;
	text-align:center;
}

div, li, p, td {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
}
p {
	margin-top:0;
	padding-top:0;
}
h3 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:20px;
	margin-bottom:10px;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration:underline;
	color:#fff;
}
a:hover, a:active {
	text-decoration:none;
}
table.fulltable {
	width:673px;
}
.newsBody {
	line-height:24px;
}
.newsPerma {
	display:block;
	padding-top:10px;
}
.newsPerma a, .newsPerma a:link, .newsPerma a:visited, .newsPerma a:hover, .newsPerma a:active {
	color:#cc0000;
}
.sepDotted {
	display:block;
	height:49px;
	background: url(../_images/news/sep_dotted.gif) repeat-x 0 50%;
}

#wrapper {
	margin: 0 auto;
	padding-bottom:40px;
	text-align:left;
	width:769px;
}
#header {}
#brands {
	margin:20px 0;
	text-align:center;
}
#content {
	padding:0 14px;
}
#fullcol {
	background: url(../_images/news/box_full_col.jpg) no-repeat 0 0;
	min-height:213px;
	padding:34px;
}
#footer {
	font-size:11px;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}

/** Common Styles **/
.floatRight { float:right; }
.floatLeft { float:left; }
