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

html, body {
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/bg_blueprint.gif);
}

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

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

#contentHolder {
	float:left;
	width:900px;
	background:url(../images/content_holder_BG.png) repeat-y;
}

#content {
	float:left;
	width:900px;
	background:url(../images/content_BG.png) bottom right no-repeat;
}

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

#menu {
	float:left;
	width:650px;
}

#body {
	float:left;
	width:630px;
	padding:10px;
}

#sidebar {
	float:left;
	width:230px;
	padding:10px;
}

#footer {
	float:left;
	padding:10px;
	width:880px;
}

img {
	border:none;
}