@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: Georgia, serif;
	background-image: url(../../images/headBack.png);
	background-repeat: repeat-x;
	background-position: 50% 93px;
}

.Core_Main {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../../images/mainBack.png);
	background-repeat: repeat-y;
}
.Core_Head {
	margin-top: 30px;
	width: 955px;
	height: 214px;
	background-image: url(../../images/head.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.Core_Canvas {
	background-color: #FFFFFF;
}
.Core_LeftSidebar_1 {
	float: left;
	width: 200px;
    margin-left: 40px;
    margin-top: 40px;
}
.Core_LeftSidebar_2 {
	float: left;
	width: 150px;
	border: 1px solid #0F0;
}
.Core_RightSidebar_1 {
	float: right;
	width: 200px;
	border: 1px solid #00F;
}
.Core_RightSidebar_2 {
	float: right;
	width: 150px;
	border: 1px solid #F0F;
}
.Core_Content {
	width: 805px;
	background-color: #FFFFFF;
	background-image: url(../../images/mainBack.png);
	background-repeat: repeat-y;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 40px;
}
.Core_Footer {
	width: 100%;
	height: 200px;
	background-image: url(../../images/footerBack.png);
	background-repeat: repeat-x;
}
.Core_FooterTop {
	width: 955px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/footerTop.png);
	background-repeat: no-repeat;
}
.Core_Footer_Left {
    float: left;
    width: 220px;
    text-align: center;
    margin-top: 85px;
    margin-left: 25px;
}
.Core_Footer_Center {
    float: left;
    width: 460px;
    text-align: center;
    margin-top: 80px;
    color: #FFFFFF;
}
.Core_Footer_Right {
    float: left;
    width: 220px;
    text-align: center;
    margin-top: 80px;
}
.Core_Head_RSSLogo {
    float: right;
    margin-right: 27px;
    margin-top: 6px;
}
.Core_Contact_Form {
    font-size: 20px;
    margin-left: 185px;
}