@CHARSET "UTF-8";

body, div, p, a, ul, li, table, tr, td, th, br, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Verdana, sans-serif;
    background-image: url(../images/body_back.png);
    background-repeat: repeat-x;
    background-position: top left;
}

.Core_Main {
	width: 900px;
	border: 0px solid #333333;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.Core_Logo {
	height: 70px;
	padding: 15px;
    margin: 0px;
}
.Core_Logo a {
    float: left;
}
.Core_Logo h1 {
    float: left;
    color: #356aa0;
    font-weight: normal;
    margin-top: 20px;
    margin-left: 25px;
}
.Core_Featured {
    height: 350px;
    background-image: url(../images/radio.png);
    background-repeat: no-repeat;
    margin-top: -100px;
    background-position: right 0px;
}
.Core_Menu_Action_wrapper {
    margin-top: -200px;
    margin-bottom: 67px;
}
.Core_Canvas {
	background-color: transparent;
}
.Core_LeftSidebar_1 {
	float: left;
	width: 250px;
	/*border: 1px solid #C00;*/
}
.Core_LeftSidebar_2 {
	float: left;
	width: 150px;
	/*border: 1px solid #0F0;*/
}
.Core_RightSidebar_1 {
	float: right;
	width: 300px;
	border: 0px solid #00F;
}
.Core_RightSidebar_2 {
	float: right;
	width: 150px;
	/*border: 1px solid #F0F;*/
}
.Core_Content {
	float: left;
	/*border: 1px solid #0F0;*/
	background-color: transparent;
	padding: 15px 0px;
	width: 585px;
}
.Core_Wide_Content {
	/*border: 1px solid #0F0;*/
	background-color: transparent;
	padding: 15px 0px;
	width: 900px;
}
.Core_Footer {
	height: 250px;
	background-color: #EDEDED;
    text-align: center;
    background-image: url(../images/footer_back.png);
    background-repeat: repeat-x;
}
.Core_Footer_content {
    width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.Core_Footer_about {
    font-size: 12px;
}
