@charset "utf-8";
/* CSS Document */

html, body {
	margin:50px 0 0 0;
	padding:0;
	background:url(../images/html_BG.jpg);
}

#container {
	float:left;
	width:100%;
}

#center {
	margin:0 auto 0 auto;
	width:900px;
}

#content {
	float:left;
	width:900px;
	background:url(../images/blue.png);
    border: 3px solid #CCCC33;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#header {
	float:left;
	width:900px;
	height:220px;
	background:url(../images/header_BG.jpg) 0 10px no-repeat;
}

#menu {
	float:left;
	width:900px;
	height:35px;
	background:url(../images/25_white.png);
}

#sidebar {
	float:left;
	width:200px;
	padding:10px 20px 10px 25px;
}

#body {
	float:left;
	width:625px;
	min-height:415px;
	padding:10px 25px 10px 5px;
	background:url(../images/body_BG.jpg) bottom right no-repeat;
}

#footer {
	float:left;
	width:850px;
	padding:5px 25px 5px 25px;
	background:url(../images/25_white.png);
}

img {
	border:none;
}