img {
	border: none;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #fff; 
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 70%;
}
#nmain {
        float: left;
        width: 950px;
}

a:link, a:visited {
        font-size:11px;
        font-family: sans-serif, verdana, Times, serif;
        color:#666;
        line-height: 12px;
        font-weight: normal;
        text-decoration: none;
}

a:hover {
        color: #AD3B5C;
}

.clear { clear: both; }
#mainContainer {
width: 935px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #fff;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
border: 0px solid #ff0000;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #ffffff;
padding-top: 20px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 186px;  
padding-right: 186px;
}
* html .outer {

}
.inner {
border: 0px solid #ff0000;
width: 747px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 748px;
margin-left: -186px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
float: right;
width: 560px;
background: #fff;
        font-size:11px;
        font-family: sans-serif, verdana, Times, serif;
        color:#666;
position: relative; /*** IE needs this  ***/
}
* html #content {

}
.contentWrap {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 8px;
}

ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 179px;
background: #fff; 
min-height: 250px;
padding: 0px;
position: relative; /*** IE needs this  ***/
}
* html #left {
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 145px;
background: #fff;
min-height: 250px;
font-size:11px;
font-family: sans-serif, verdana, Times, serif;
color:#666;
position: relative; /*** IE needs this  ***/
padding-top: 10px;
padding-left: 0px;
text-align: left;
border: 0px solid #ff0000;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/**************************
FOOTER
**************************/

#footer {
	width: 530px; 
	border-top: 1px solid #E5E2DE;
	padding-right: 5px; 
	padding-left: 5px; 
	margin-top: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	margin: 0 auto; 
	font-size:11px; 
	font-family: sans-serif, verdana, Times, serif; 
	color:#666; 
}

#footerleft {
	float: left;
}

#footerright {
	float: right;
}

#ts1, #ts2, #ts3, #ts4, #ts5 {
        font-size:11px;
        font-family: sans-serif, verdana, Times, serif;
        color: #AD3B5C;
        font-weight: normal;
        float: left;
        width: 166px;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 4px;
}

#headernav {
	float: left;
	border: 0px solid #ff0000;
}

#logo, #logo2, #logo3, #logo4 {
	float: left;
	width: 186px;
}

#logo5 {
	padding: 0px;
	float: left;
	width: 186px;
}

#gap, #gap2, #gap3, #gap4 {
	float: left;
	width: 1px;
}

#news {
        font-size:11px;
        font-family: sans-serif, verdana, Times, serif;
        color: #AD3B5C;
        font-weight: normal;
        float: left;
	width: 156px;
        border: 0x solid #ff0000;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 9px;
        padding-bottom: 0px;
        margin: 0px;
        float: left;
}

#lnews, #lnews2, #lnews3 {
        font-size:11px;
        font-family: sans-serif, verdana, Times, serif;
        color: #666666;
        font-weight: normal;
        float: left;
	width: 146px;
        border: 0x solid #ff0000;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin: 0px;
        float: left;
}

#pnews {
        font-size:11px;
        font-family: sans-serif, verdana, Times, serif;
        color: #666666;
        font-weight: normal;
        float: left;
        border: 0px solid #ff0000;
        padding-left: 30px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin: 0px;
        float: left;
}

#premiumtext {
	text-align: left;
}

#cwhead {
	padding-bottom: 10px;
}

#newpage {
	width: 933px;
	float: left;
}

#newpagel {
	width: 747px;
	float: left;
}

#premiumtext2 {
	padding-top: 0px;
	padding-left: 8px;
	border: 0px solid #ff0000;
}

#newpager {
	width: 186px;
	float: right;
	font-size:11px; 
	font-family: sans-serif, verdana, Times, serif; 
	color: #666666;
	font-weight: normal;
}

.plum {
	color: #AD3B5C;
	padding: 0px;
	margin: 0px;
	font-size:11px; 
	font-family: sans-serif, verdana, Times, serif; 
	line-height: 11px; 
	font-weight: normal; 
}

.contentWrap2 {
padding-left: 0px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 8px;
}
.contentWrap2 ol, .contentWrap2 ul {
margin: 3px 0 5px 35px;
	list-style-type: disc;
}
.contentWrap2 li {
padding-bottom: 2px;
}

#imgbox {
        height: 300px;
}

#imgpic {
        float: left;
}

#imgtext {
        text-align: left;
        float: right;
}

#whead2, #whead3, #whead4 {
        border: 0px solid #ff0000;
        padding-bottom: 11px;
        padding-left: 0px;
}

