* { margin:0; padding:0; }
body {
	background: #f5f5f5;
	font-family: Arial;
	font-size: 10px;
	color: #2e2d2d;
}


/***** wrapper *****/
#wrap {
	width: 948px;
	margin: 0 auto;
}



/***** header *****/
#header {
	width: 944px;
	height: 140px;
	background: url(images/header-bg.png) no-repeat bottom;
	margin: 0 2px;
}
#header .logo {
	float: left;
	width: 226px;
	height: 69px;
	padding: 17px 0 0 1px;
}
#header .logo a {
	display: block;
	width: 226px;
	height: 69px;
}
#header .logo img {
	display: block;
	border: none;
}
#header p {
	float: right;
	text-align: right;
	font-family: Verdana;
	padding: 18px 4px 0 0;
}
#header p em {
	color: #646464;
	font-style: normal;
}



/***** content *****/
#content {
	width: 948px;
	background: url(images/content-bg-mid.png) repeat-y;
	margin: 14px 0 0 0;
}
#content .top {
	width: 948px;
	height: 6px;
	background: url(images/content-bg-top.png) no-repeat;
}
#content .mid {
	width: 942px;
	background: url(images/content-bg-logo.png) no-repeat right bottom;
	overflow: hidden;
	padding: 2px 0 20px 0;
}
#content .bottom {
	width: 948px;
	height: 5px;
	background: url(images/content-bg-bottom.png) no-repeat;
	margin: 2px 0 0 0;
}



/***** left content *****/
#left {
	float: left;
	width: 635px;
	padding: 0 0 0 9px;
}
#left .player { padding: 0 0 0 2px; }
#left .title { padding: 4px 0 0 0; }
#left p { padding: 0 0 11px 9px; }
#left h1 { padding: 0 0 11px 9px;
font-style: italic; 
color: #5d6fae;}


/***** right content *****/
#right {
	float: right;
	width: 283px;
	padding: 0 6px 0 0;
}
#right .block {
	width: 220px;
	height: 68px;
	font-family: Verdana;
	background: url(images/right-block-bg.png) no-repeat;
	padding: 13px 9px 0 53px;
	margin: 0 0 5px 0;
}
#right .active {
	width: 221px;
	height: 70px;
	background: url(images/right-block-bg-active.png) no-repeat;
}
#right .block img {
	float: right;
}
#right .block h2 {
	font-size: 10px;
	font-weight: bold;
	color: #686868;
}
#right .block h3 {
	font-size: 10px;
	font-weight: normal;
	color: #5d6fae;
}
#right .block h4 {
	font-size: 10px;
	font-weight: bold;
	color: #0e288e;
	padding: 12px 0 0 0;
}

a:link{
color: #131e4c;
text-decoration: none;
font-weight: normal;
}

a:visited{
color: #131e4c;
text-decoration: none;
}

a:hover{
color: #131e4c;
text-decoration: bold;
font-weight: bold;
}

a:active{
color: #131e4c;
} 




/***** footer *****/
#footer {
	width: 948px;
	height: 60px;
}
#footer p {
	line-height: 18px;
	font-size: 9px;
	color: #515151;
	text-align: right;
	padding: 0 5px 0 0;
}
#footer a {
	color: #3a4d90;
	text-decoration: none;
}