
/********************* page **********************/

#page {
	position: relative;
	width: 900px;
	text-align: left;
	margin: auto;
}


#header {
	position: relative;
	height: 40px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
	text-decoration: none;
}

#webTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 200%;
	color: rgb(156,143,124);
	z-index: -2;
}

#webTitle a {
	text-decoration: none;  
	color: rgb(156,143,124);
}


/********************* menu ******************************/

#menu {
  display: none;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 900px;
	height: 19px;
	text-align: left; 
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	background-image: url('../images/menu-bg.gif');
	background-repeat: no-repeat;
  background-position: top left;
}


/********************* main content **********************/

#mainContent {
	text-align: left; 
  margin: 0px 0px 5px 0px; 

}

#mainContent .inside {
	margin: 0px;
	padding: 4px 0px 10px 0px;
	font-size: 110%;
	line-height: 20px;
}

/********************* left content **********************/

#leftColumn {
	float: left;
	width: 215px;
	display: none;
}

/*********************** productList***********************/


.articleItem .perex {
	color: rgb(54,107,158);
	text-align: center;
	font-size: 78%;
}

.articleItem .perex a {
	color: rgb(54,107,158);
	text-decoration: none;
}


/********************* footer ****************************/

#footer {
	text-align: left;
	margin: auto;
	color: rgb(54,107,158);
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	border-top: 1px solid rgb(54,107,158);
}

