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

#wrapper {
	position:absolute;
    width:747px;
    left:50%;
	top:50%;
    margin-left:-373px;
	margin-top:-290px;
}

#header {
	width:747px;
	height:175px;
	float:left;
}

#header_top {
	background-image:url(../images/header_top.gif);
	width:747px;
	height:9px;
	float:left;
}

#header_main {
	background-image:url(../images/header_main.gif);
	width:747px;
	height:166px;
	background-repeat:repeat-y;
	float:left;
}

#logo {
	background-image:url(../images/logo.png);
	width:205px;
	height:65px;
	margin-left:24px;
	margin-top:47px;
	float:left;
}

#face {
	background-image:url(../images/face.gif);
	width:182px;
	height:166px;
	float:right;
	margin-right:3px;
}

#container {
	width:747px;
	float:left;
	background-image:url(../images/main.gif);
	background-repeat:repeat-y;
	padding-bottom:40px;
}

#sidebar_left {
	width:158px;
	float:left;
}

#main_menu {
	width:113px;
	float:left;
	margin-left:25px;
	margin-top:13px;
}

#menu_top {
	background-image:url(../images/menu_top.gif);
	width:113px;
	height:9px;
	float:left;
}

#menu_main {
	background-image:url(../images/menu_main.gif);
	width:113px;
	float:left;
}

#menu_bottom {
	background-image:url(../images/menu_bottom.gif);
	width:113px;
	height:10px;
	float:left;
}

#main {
	width:589px;
	float:left;
}

#footer {
	clear:left;
	width:747px;
	height:21px;
	background-image:url(../images/footer_bottom.gif);
	background-repeat:repeat-y;
}

#footer_info {
	width:70%;
	height:16px;
	float:left;
}

#copyright {
	width:30%;
	height:16px;
	float:left;
}
