/* CSS Document */
body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	margin-bottom:0;
	margin-left:0;
	margin-top:15px;
	margin-right:0;
	background-color:white;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x
}
p{
	margin:0;
}

h1,h2,h3,h4{
	color:#BD0121;
	margin:0;
	font-size:1.3em;
	font-wieght:thinner
}

a{
	color:#BD0121;
	text-decoration:none;
}
a:hover{
	text-decoration:underline
}		
#navigation{
	float:left;
	width:798px;
        _width:700px;
	padding:3px;
}
#navigation a{
	color:#333333;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#navigation a:hover{

	text-decoration:underline;

}		

#anchor{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width:813px;
}

#container{
	float:left;
	margin:0;
	width:813px;
	background-image:url(../images/container-bg.jpg);
	background-repeat:repeat-y
	
}
#header{
	float:left;
	margin:0;
	height:99px;
	width:813px;
	background-image:url(../images/header-bg.jpg)	
}
#menu{
	margin:0;
	float:left;
	width:813px;
	background-image:url(../images/menu-bg.jpg);
	height:34px;
	background-repeat:no-repeat;
	overflow-y:hidden	
}
.break{
 	clear:both;
	height:10px;
}
#page-content{
	float:left;
	width:813px;
	margin:0;
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
}

#left{
	float:left;
	margin:0;
	margin-left:4px;
	_margin-left:2px;	
	width:155px;
}
#right{
	float:left;
	margin:0;
	margin-left:13px;
	width:615px;
}
#copyright{
	margin:0;
	float:left;
	margin-left:4px;
	margin-top:14px;
	width:50%
}
#site-by{
	margin:0;
	float:left;
	text-align:right;
	margin-top:14px;
	width:47.5%
}		
#footer{
	margin:0;
	float:left;
	width:813px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:no-repeat;
	height:45px;
	color:#BD0121;
	font-size:.75em
}
				
		

