body {
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	background-color:#f0f0df;
	vertical-align:top;
	margin:0;
}
#container {
	width:750px;
	height:100%;
	vertical-align:top;
}
#menuContainer {
	width:750px;
	height:23px;
}
#homeContent {
	margin: 0 auto;
	width:750px;
	background-color:#fff;
	height:100%;
}
#subContainer {
	margin: 0 auto;
	width:750px;
	background-color:#fff;
	height:100%;
}
#subBackground {
	background-image:url('/images/sub_bg.gif');
	background-repeat:repeat-y;
	width:750px;
	height:100%;
}
#subHeader {
	width:750px;
	height:97px;
}
#subContent {
	width:750px;
	height:100%;
	padding-top:34px;
	padding-bottom:34px;
	padding-left:24px;
	padding-right:24px;
}

/* image module */
.categoryName {
	font-size:11px;
	font-family:georgia;
	color:#2f6eba;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
}
a.categoryName:link{
	color:#2f6eba;
	text-decoration: none;
}
a.categoryName:hover{
	color:#2f6eba;
	text-decoration: underline;
}
a.categoryName:active{
	color:#2f6eba;
	text-decoration: none;
}
a.categoryName:visited{
	color:#2f6eba;
	text-decoration: none;
}
a.categoryName:visited:hover{
	color:#2f6eba;
	text-decoration: underline;
}
.categoryTitle {
	font-size:18px;
	font-family:georgia;
	color:#2f6eba;
}
.itemDescription {
	font-size:11px;
	font-family:verdana;
	color:#666666;
}

/* footer */

#footer {
	width:750px;
	font-size:10px;
	font-family:Verdana;
	text-align: center;
	line-height:15px;
	color:#333333;
	padding-top:22px;
	padding-bottom:40px;
	text-decoration:none;
}
#footer a, a:visited {
	color: #333333;
	text-decoration:none;
}
#footer a:hover {
	color: #333333;
	text-decoration:underline;
}
