/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container{
	width: 800px;
	margin: auto;
	background-color: #b6b6b7;
	border-left: 1px solid #af0600;
}
#header{
	width:800px;
	height: 90px;
	background-color: #c6000e;
	background-image: url(../images/header.gif);
	display: block;
	background-position: center;
	background-repeat: no-repeat;	
}
#navi{
	height: 21px;
	background-color: red;
}
#sidebar{
	width: 198px;
	background-color: #b6b6b7;
	float: left;
}
#content{
	width: 600px;
	min-height: 300px;
	background-color: #d2d4d8;
	float: right;
	border-right: 1px solid #af0600;
}
* html #content{
	height: 300px;
}
#footer{
	height: 30px;
	background-color: #c6000e;
	clear: both;
	border: 1px solid #af0600;
	font-size: 10px;
}
a, a:visited, a:active{
	text-decoration: underline;
	color: #000000;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
a.home{
	background-image: url(../images/btn_home.gif);
	height: 21px;
	width: 96px;
	display: block;
}
a.home:hover{
	background-image: url(../images/btn_home_over.gif);
	height: 21px;
	width: 96px;
	display: block;
}
a.about{
	background-image: url(../images/btn_about.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.about:hover{
	background-image: url(../images/btn_about_over.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.female{
	background-image: url(../images/btn_female.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.female:hover{
	background-image: url(../images/btn_female_over.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.male{
	background-image: url(../images/btn_male.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.male:hover{
	background-image: url(../images/btn_male_over.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.kids{
	background-image: url(../images/btn_kids.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.kids:hover{
	background-image: url(../images/btn_kids_over.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.marriage{
	background-image: url(../images/btn_marriage.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.marriage:hover{
	background-image: url(../images/btn_marriage_over.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.events{
	background-image: url(../images/btn_events.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.events:hover{
	background-image: url(../images/btn_events_over.gif);
	height: 21px;
	width: 100px;
	display: block;
}
a.contact{
	background-image: url(../images/btn_contact.gif);
	height: 21px;
	width: 104px;
	display: block;
}
a.contact:hover{
	background-image: url(../images/btn_contact_over.gif);
	height: 21px;
	width: 104px;
	display: block;
}
.subnavi a, .subnave a:active, .subnavi a:visited{
	display: block;
	text-decoration: none;
	width: 199px;
	background-color: #9fa4a9;
	height: 25px;
	padding-top: 8px;
	text-align: center;
	border-bottom: 1px solid #333333;
	color: #333333;
}
.subnavi a:hover{
	background-color: #8b9096;
	color: #333333;
}
input, select, textarea{
	background-color: #b6b6b7;
	border: 1px solid black;
}
.news{
	font-size:11px;
}
img{
	border: 0px;
}
.error{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:red;
}
.header_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.news_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

a.btnadmin , a.btnadmin:active, a.btnadmin:visited{
	display: block;
	text-decoration: none;
	width: 199px;
	background-color: #9fa4a9;
	height: 25px;
	padding-top: 8px;
	text-align: center;
	border: 1px solid #333333;
	color: #333333;
}
a.btnadmin:hover{
	background-color: #8b9096;
	color: #333333;
}
