/* CSS Document */

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
	color:#58585a;
}

#main{
	margin: 0 auto;
	margin-top: 30px;
	width: 476px;
	height: 540px;
	background-image:url(../images/index/border_bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#topborder{
	width: 476px;
	height: 16px;
	background-image:url(../images/index/border_top.jpg);
	background-repeat:no-repeat;
}

#center{
	float:left;
	width: 443px;
	height: 508px;
	background-color:#794d0a;
}

#header{
	float:left;
	width: 443px;
	height: 415px;
	background-image:url(../images/index/main_pic.jpg);
	background-repeat:no-repeat;
}
#content{
	float:left;
	width: 443px;
	height: 93px;
	background-color: #f7f0df;
}

#lborder{
	float: left;
	width: 17px;
	height: 508px;
	background-image:url(../images/index/border_left.jpg);
	background-repeat:no-repeat;

}

#rborder{
	float: right;
	width: 16px;
	height: 508px;
	background-image:url(../images/index/border_right.jpg);
	background-repeat:no-repeat;
}

#bottomborder{
	width: 477px;
	height: 16px;
	background-color:#393;
}

#table{

	background-color:#33CCCC;
	padding-left: 15px;
}

#font_bold{
	background-color:#f0e6cd;
	font-family:"trebuchet MS";
	font-size:16px;
	color:#5c714c;
	padding-left: 15px;
	font-weight:bold;
}

#font{
	background-color:#f0e6cd;
	font-family:"trebuchet MS";
	font-size:11px;
	color:#75706a;
	padding-left: 15px;
	padding-top:8px;
	font-weight:bold;
}

.flyer{
	border:none;
}

.flyer:hover{
	border:none;!important
}

.flyer:visited{
	border:none;!important
}

img{border:0}
a:link { 
	text-decoration:none;
	color:#58585a;
}
a:visited { 	
	text-decoration:none;
	color:#58585a;
}
a:focus { 	
	text-decoration:none;
	color:#58585a;
}
a:hover { 	
	color:#58585a;
	text-decoration:underline;
}
a:active { 	
	text-decoration:none;
	color:#58585a;
}


#bfont{
	padding-left: 50px;
	font-family:"trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	padding-top:4px;
}

