/* CSS Document */

body { 
    margin: 0;
	padding: 0;
	background-color:#ffffff;
 
}
.mainpageheader {
	width: 100%;
	height: 135px;
	position: fixed;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat;
	right: 0;
	top: 0;
	z-index: 0
}
.mainpageheaderimage {
	width: 1024px;
	height: 135px;
	margin: 0 auto;
}
.mainpagematter{
width:100%;
height:100%;
margin-top:135px;


}

.mainpagefooter{
width:100%;
height:252px;
background-image:url(images/matterfooter.jpg);
}

.linkfooter a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.linkfooter a:hover {
	color:#f31c19;
font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.aboutlink a {
	color:#b9b9b9;
	font-family:Cambria;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

.aboutlink  a:hover {
	color:#b80210;
font-family:Cambria;
	font-size:13px;
	text-decoration:underline;
		
}
.aboutlink1 a {
	color:#4b4b4b;
	font-family:Cambria;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

.aboutlink1  a:hover {
	color:#000000;
font-family:Cambria;
	font-size:15px;
	text-decoration:underline;
}

.aboutlink2 a {
	color:#4b4b4b;
	font-family:Cambria;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}

.aboutlink2  a:hover {
	color:#ff0000;
font-family:Cambria;
	font-size:16px;
	text-decoration:underline;
		
}

.more a {
	color:#ff0000;
	font-family:Cambria;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.more  a:hover {
	color:#000000;
font-family:Cambria;
	font-size:14px;
	text-decoration:underline;
		
}