﻿body {
	background: url("/images/bgr.gif") 0 0;
	margin-top:100px;
	margin-bottom:50px;
	font-size:11px;
	font-family:Tahoma;
	color:#a6a6a6;
}
a {
	color:#a6a6a6;
	text-decoration:none;
}
.featured-color{
	color:#ff0185;
}
#body{
	width:765px;
	height:700px;
	margin:0 auto;
	xbackground:#ffa;
}
	#body .header{
		width:600px;
		height:60px;
		border-bottom:solid 10px #ff0185;
		margin: 0 125px;
	}
		#body .header .left{
			width:270px;
			height:59px;
			xbackground:#fff;
			xborder-right:solid 5px #000;
			float:left;
			position:relative;
		}
			#body .header .left .logo{
				width:270px;
				height:59px;
				position:absolute;
				top:9px;
				left:0px;
				background: url("/images/logo.gif") no-repeat 0 0;
			}
		#body .header .right{
			width:325px;
			height:59px;
			zbackground:#53c;
			float:left;
		}
			#body .header .right .wrapper {
			border-left:4px solid #000000;
			font-family:Arial;
			font-weight:bold;
			height:51px;
			padding-left:10px;
			position:relative;
			top:8px;
			width:330px;
			}

				#body .header .right .wrapper p.date {
				color:#A6A6A6;
				font-size:14px;
				line-height:11px;
				padding-bottom:1px;
				}

					#body .header .right .wrapper .headding {
					color:#000000;
					font-size:14px;
					line-height:12px;
					padding-top:4px;
					text-transform:uppercase;
					}

				
	#body .side-menu{
		width:115px;
		height:300px;
		xbackground:#34a;
		float:left;
		margin-right:10px;
		_display:inline;
	}
	#body .content{
		width:600px;
		height:550px;
		float:left;
		margin-bottom:20px;
		background: url("/images/gradient.gif") repeat-x 0 0;
		position:relative;
	}
		#body .corner-banner{
			bottom:-6px;
			height:180px;
			position:absolute;
			right:-41px;
			width:225px;
			background: url("/images/bottom-corner-banner.gif") no-repeat 0 0;
		}
	#body .footer{
		width:600px;
		height:33px;
		background:#fff;
		margin: 0 125px;
		font-size:10px;
	}
		#body .footer .wrapper{
			width:550px;
			margin-left:20px;
			padding-top:3px;
		}



