
@import url(General.css);
@import url(Content.css);

/*------------------------------------------
	WRAPPER
------------------------------------------*/
#Wrapper {
	position: relative;
	text-align: left;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
  	width: 1000px;
	background-color:#fff;
	border-right:3px double #999;
	border-left:3px double #999;
	}
/*------------------------------------------
	HEADER
------------------------------------------*/
#Header {
	background-image:url(../Images/Skin/Header.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height:166px;
	}
/*------------------------------------------
	MENU
------------------------------------------*/
#Menu	
{
	height:16px;
	padding:6px 0px 6px 0px;
	vertical-align:middle;
	background-image:url(../Images/Skin/MenuBG.gif);
	margin:0px;
	border-bottom:1px solid #565655;
	border-top:1px solid #565655;
}

#Menu	a	
{
	color:#fff;
	padding:2px 26px 6px 26px;
	font-weight:bold;
	text-decoration:none;
}

#Menu	a:hover	
{
	color:#333;
}

/*------------------------------------------
	CONTENT SPLIT
------------------------------------------*/
#Content {
	min-height:500px;
	height:expression(this.scrollHeight < 500? "500px" : "auto" );
	margin:10px 20px 40px 20px;
	font-size:12px;
	}
	
.LContent {
	width:220px;
	float:left;
	margin-right:30px;
	border-right:1px solid #e7e7e7;
	height:expression(this.scrollHeight < 500? "500px" : "auto" );
	}
	
.RContent {
	width:700px;
	float:left;
	}
/*------------------------------------------
	FOOTER
------------------------------------------*/	
#Footer {
	height:18px;
	margin: 0;
	padding:6px 10px 4px 10px;
	font-weight:bold;
	color:#fff;
	width:980px;
	background-image:url(../Images/Skin/FooterBG.gif);
	border-bottom:1px solid #565655;
	border-top:1px solid #999;
	text-align:center;
	}
	
#Footer a {
	color:#fff;
	text-decoration:none;
	}
	
#Footer a:hover{
	color:#666;
	}