@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/body_back.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: white;
}

.Core_Main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.Core_Head {
	width: 900px;
	height: 70px;
	padding: 0px;
}
.Core_Canvas {
	background-color: #FFFFFF;
}
.Core_LeftSidebar_1 {
	float: left;
	width: 295px;
	border: 1px solid #C00;
}
.Core_LeftSidebar_2 {
	float: left;
	width: 150px;
	border: 1px solid #0F0;
}
.Core_RightSidebar_1 {
	float: right;
	width: 300px;
}
.Core_RightSidebar_2 {
	float: right;
	width: 150px;
	border: 1px solid #F0F;
}
.Core_Content {
	float: left;
	background-color: #FFFFFF;
	padding: 15px;
	width: 565px;
}
.Core_Footer {
	height: 50px;
	background-image: url(../../images/footer_back.png);
    background-repeat: repeat-x;
    color: white;
    text-align: center;
}
.Core_Footer_Content {
	width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
	background-image: url(../../images/footer_back.png);
    background-repeat: repeat-x;
    color: white;
    text-align: left;
}