	/* Pre-CSS Setup
-----------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	text-align:justify;
	font-size:14px;
}

	/* text and color setup
-----------------------------------------------------------------------------*/
body{
	background-color:#ffffff;
	font-size:14px;
	font-family:tahoma;
	line-height:17px;
	color:#000000;
}

h1{
	font-size:24px;
	font-family:"georgia";
	padding-bottom:5px;
}

h2{
	font-size:16px;
	font-family:"georgia";
	color:#b14c49;
	padding-bottom:20px;
}

a:link {
	font-size:14px;
	font-family:tahoma;
	text-decoration:underline;
	color:#8e0303;
}

a:visited {
	font-size:14px;
	font-family:tahoma;
	text-decoration:underline;
	color:#8e0303;
}

a:hover {
	font-size:14px;
	font-family:tahoma;
	text-decoration:none;
	color:#8e0303;
}

ul{
 list-style:circle;
 list-style-position:inside;
 margin-left:60px;
 line-height:25px;
}

ul.cate {
	list-style:none;
	list-style-image:url(../images/layout/categorylistitem.gif);
	list-style-position:inside;
	margin-left:40px;
	line-height:19px;
}

	/* layout
-----------------------------------------------------------------------------*/
.page{
	width:100%;
	text-align:center;
}

.container{
	width:906px;
	padding-top:40px;
	text-align:left;
	margin:0 auto;
}

.header{
	width:906px;
	height:197px;
	background-image:url(../images/layout/bg_header.png);
	background-repeat:no-repeat;
	float:left;
}

.menu{
	width:906px;
	height:40px;
	background-image:url(../images/layout/bg_main.png);
	background-repeat:repeat-y;
	line-height:30px;
	padding-top:10px;
	text-align:center;
	float:left;
}

.content{
	width:746px;
	background-image:url(../images/layout/bg_main.png);
	background-repeat:repeat-y;
	padding-top:40px;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:40px;
	float:left;
}

.footer{
	width:906px;
	height:109px;
	padding-top:10px;
	background-image:url(../images/layout/bg_footer.png);
	background-repeat:no-repeat;
	float:left;
}

	/* special links
-----------------------------------------------------------------------------*/
a.mainmenu:link {
	font-size:27px;
	font-family:georgia;
	text-decoration: none;
	color:#8e0303;
}

a.mainmenu:visited {
	font-size:27px;
	font-family:georgia;
	text-decoration: none;
	color:#8e0303;
}

a.mainmenu:hover {
	font-size:27px;
	font-family:georgia;
	text-decoration: none;
	color:#000000;
}



a.footerlinks:link {
	font-size:12px;
	font-family:tahoma;
	text-decoration:underline;
	color:#8e0303;
}

a.footerlinks:visited {
	font-size:12px;
	font-family:tahoma;
	text-decoration:underline;
	color:#8e0303;
}

a.footerlinks:hover {
	font-size:12px;
	font-family:tahoma;
	text-decoration:none;
	color:#8e0303;
}
