@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	background: url(../images/box.gif) repeat-y left;
	margin: 0 auto;
	width: 990px;
	padding: 0;
	text-align: left;	
	position: relative;
}

#header{
	background: #56554d url(../images/header.jpg) no-repeat top;
	position: relative;
	height: 124px;	
	width: 990px;
	overflow: hidden;
}

#logo{
	position: absolute;
	top: 12px;
	left: 7px;
	width: 63px;
	height: 105px;
}
#header_text{
	width: 771px;
	height: 51px;
	position: absolute;
	right: 8px;
	top: 24px;
	overflow: hidden;
}
#header_text span{
	width: 898px;
	height: 52px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: url(../images/header_text.gif) no-repeat top left;
	z-index: 10;
}

#main{
	width: 990px;
	
}
#nav{
	width: 187px;
	float: left;
	margin-bottom: 50px;
	padding-top: 35px;
	background: url(../images/nav.gif) repeat-x top;
}
#content { 
	width: 775px; 
	position: relative;
	line-height: 1.3em;	
	min-height: 400px;
	padding-top: 20px;
	float: right;
}
#footer{
	width: 990px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 5px;
	background: url(../images/footer.gif) repeat-x top;
	color: #5d5d5d;
	text-align: left;
	font-size: 90%;
	position: relative;
}
#top_left{
	width: 49px;
	height: 49px;
	position: absolute;
	top: -49px;
	left: -49px;
	background: url(../images/top_left.gif) no-repeat;
}
#top_right{
	width: 49px;
	height: 49px;
	position: absolute;
	top: -49px;
	right: -49px;
	background: url(../images/top_right.gif) no-repeat;
}
#bottom_left{
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: -49px;
	left: -49px;
	background: url(../images/bottom_left.gif) no-repeat;
}
#bottom_right{
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: -49px;
	right: -49px;
	background: url(../images/bottom_right.gif) no-repeat;
}

