@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.content-left{
	background:url(../images/content-left.jpg);
	background-repeat:repeat-y;
}
.content-right{
	background:url(../images/content-right.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.contenttext{
	font-family: Trebuchet MS, Georgia, Times New Roman;
	font-size:14px;
	color:#000000;
}
.contenttext a{
	font-family: Trebuchet MS, Georgia, Times New Roman;
	font-size:14px;
	color:#820606;
}
.contenttext a:hover{
	font-family: Trebuchet MS, Georgia, Times New Roman;
	font-size:14px;
	color:#999999;
}
.contenttext a:visited{
	font-family: Trebuchet MS, Georgia, Times New Roman;
	font-size:14px;
	color:#820606;
}
.contenttitle{
	font-family: Trebuchet MS, Georgia, Times New Roman;
	font-size:18px;
	font-weight:bold;
	color:#820606;
}
.footer{
	font-family: Trebuchet MS, Georgia, Times New Roman;
	font-size:10px;
	color:#999999;
}
#navbar{
width:770px;
height:25px;
line-height:25px;
padding:5px;
text-align:center;
margin-bottom:10px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFF;
background-color:#780704;
}
#navbar a{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFF;
text-decoration:none;
}
#navbar a:hover{
color:#000000;
text-decoration:none;
}


