div#siteContainer{
	width: 				900px;	
	margin:				0px auto;			
}

div#siteLeft{
	width: 				200px;
	float:				left;
}

div#siteHolder{
	width: 				900px;	
}

div#siteMenu{
	width: 				200px;
	margin-top:			10px;
	border-top:			1px solid black;
}

div#siteMenuTop{
	width: 				900px;
	height:				22px;		
}

div#siteMenuTop2{
	width: 				898px;
	height:				22px;	
	border-top:			1px solid black;
	border-left:		1px solid black;	
	border-right:		1px solid black;
	background-image:	url('../images/layout/menu/menuBottom1.gif');
	background-position: center;
}

div#menuTopItem1{
	border-left:		1px solid black;
}

div.menuTopItem{
	padding:			5px;
	float:				left;
	border-right:		1px solid black;
	width: 				139px;
	text-align:			center;
	cursor:				pointer;
	font-weight:		bold;
	background-image:	url('../images/layout/menu/menuTop.gif');
	background-position: center;
}

div.menuTopItem:hover{
	background-image:	none;
	background-color: 	#00b7ef;	
}

div.menuBottomItem1{
	background-image:	url('../images/layout/menu/menuBottom1.gif');
	background-position: center;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		5px;
	padding-bottom:		5px;
	float:				left;		
	border-right:		1px solid black;
	text-align:			center;
	cursor:				pointer;
}

div.menuBottomItem1:hover{
	background-image:	none;
	background-color: 	#66c2f1;
}

div#siteHeader{
	width: 				900px;
	height:				200px;	
	background-image:	url('../images/layout/header/header.gif');			
}

div#siteContentTop{
	width: 				900px;
	height:				19px;
	background-image:	url('../images/layout/contentTop.gif');
}

div#siteContentMiddle{
	width: 				900px;
	background-image:	url('../images/layout/contentMiddle.gif');
}

div#siteContent{
	width: 				660px;
	padding-left:		15px;
	padding-right:		15px;
	float:				left;
	margin: 			0px auto;
}

div#siteContent2{
	width: 				155px;
	padding-left:		15px;
	padding-right:		15px;
	float:				left;
	margin: 			0px auto;
	height: 			650px;
}

div#siteContentFix{
	width: 				5px;
	height:				550px;
	float:				left;
}

div#siteContentBottom{
	width: 				900px;
	height:				19px;
	background-image:	url('../images/layout/contentBottom.gif');
}

div#siteAD{
	width: 				200px;
	margin-top:			10px;	
}

div#leftColumn{
	width:				330px;
	float:				left;
}

div#rightColumn{
	width:				330px;
	float:				left;
}

div.boxWideTop{
	background-image:	url('../images/layout/boxWideTop.gif');
	width:				667px;
	height:				6px;
}

div.boxWideTop1{
	background-image:	url('../images/layout/boxWideTop1.gif');
	width:				657px;
	height:				31px;		
	font-size:			14px;
	color:				#FFFFFF;
	font-weight:		bold;
	padding-left:		10px;
	padding-top:		8px;
}

div.boxWideMiddle{
	width: 				655px;
	padding:			5px;
	border-left:		1px solid #b6b6af;
	border-right:		1px solid #b6b6af;
	background-color:	#ececec;
}

div.boxWideMiddle a{
	color:				#666666;
	text-decoration:	none;
}

div.boxWideBottom{
	background-image:	url('../images/layout/boxWideBottom.gif');
	width:				667px;
	height:				8px;
	margin-bottom:		10px;
}

div.boxSmallTop{
	background-image:	url('../images/boxes/boxSmallTop.gif');
	width:				168px;
	height:				6px;
}

div.boxSmallTop1{
	background-image:	url('../images/boxes/boxSmallTop1.gif');
	width:				158px;
	height:				31px;		
	font-size:			14px;
	color:				#FFFFFF;
	font-weight:		bold;
	padding-left:		10px;
	padding-top:		8px;
}

div.boxSmallMiddle{
	width: 				156px;
	padding:			5px;
	border-left:		1px solid #b6b6af;
	border-right:		1px solid #b6b6af;
	background-color:	#ececec;
}

div.boxSmallMiddle a{
	color:				#666666;
	text-decoration:	none;
}

div.boxSmallBottom{
	background-image:	url('../images/boxes/boxSmallBottom.gif');
	width:				168px;
	height:				8px;
	margin-bottom:		10px;
}
