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

#wrapper {
	width:1000px;
	background:#d1d1d1;
}

#header {
	height:115px;
	background-image:url(img/header_bg.jpg);
	background-repeat:repeat-x;
}

#login_box_header {
	height:115px;
	width:200px;
	float:right;
	margin-top:5px;
	margin-right:5px;
}

#logo_area {
	height:115px;
	width:497px;
	float:left;
	margin-top:5px;
	margin-left:5px;
}

#nav {
	background-image:url(img/nav_bg.jpg);
	background-repeat:repeat-x;
	height:35px;
	text-align:center;
	margin-top:0px;
	border-top:solid #F3F3F3 1px;
}

#my_body {
	position:relative;
	width:780px;
	background:#FFFFFF;
	float:right;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

#side_nav {
	width:200px;
	background-image:url(img/side_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	clear:both;
	font-size:.8em;
}

#login {
	background-image:url(img/table_header_bg.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
}

#side {
	background-image:url(img/left_bg.jpg);
	background-repeat:no-repeat;
	height:297px;
	margin-top:10px;
}

#side_bottom {
	background-image:url(img/left_bottom_bg.jpg);
	background-repeat:no-repeat;
	height:147px;
	margin-top:10px;
}

#footer {
	height:100px;
	background:#FFFFFF;
	background-image:url(img/footer_bg.jpg);
	background-repeat:repeat-x;
	
}




















