﻿/*Begin style*/

body,
html {
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-color: #FFFFFF;
	
}

/*site wrap*/

#wrap {
	width:1000px;
	margin:0 auto;
	background:#ffffff;
}

/*header*/

#header {
	height: 200px;
	background-repeat: no-repeat;
	background-image: url('../images/logo.png');
}

/*navigation bar*/

/*menu bar*/

#nav {
	font-family: times new roman, verdana, arial;
	padding: 5px 10px;
	text-align: center;
	height: 25px;
	background-repeat: repeat;
	background-color: blue;
	background-image: url('../images/bar-b.gif');
	clear: both;
}

#nav ul{
	margin: auto;
	padding:0;
	list-style:none;
}

#nav li{
	display: inline;
	margin:0;
	padding:0;
	color: #142f49;
}

/*main content*/

#content {
	font-family: times new roman, verdana, arial ;
	clear: both;
	text-align: center;
	width: 950px;
	padding: 15px;
	background: #ffffff;
}
h2{
margin:0;

}
h3{
color: #ff0019;
}
/*news*/
#news{
	width: 50 px;
	text-align: center;
	border-style: ridge;
	border-width: 7.5px;
	border-style: ridge;
	border-width: 7.5px;
	border-color: #00ff00;
	font-family: times new roman, verdana, arial;
	padding: 5px 5px;

}


/*footer menu*/

#footer {
	font-family: times new roman, verdana, arial ;
	font-size: 20px;
	text-align: center;
	color: #00923f;
	clear: both;
	padding: 2px;
	height: 55px;
	background-repeat: repeat;
	background-image: url('../images/footer.gif')
}



/*Link styles*/

/*Navigation Bar*/

#nav a {
	display: inline;
	text-align:center;
	padding:10px;
	margin: 0 5px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: times new roman, verdana, arial;
	font-size: 16px;
	color: #00ff00;
	
}

#nav a:hover {
	margin: 0 5px 0 0;
	padding:10px;
	color: #00923f;
}

#nav .current_page_item a {
	background: none;
	margin: 0 5px 0 0;
	padding:10px;
	color: #FFFFFF;
}



/*End Links*/

/*google search*/
@import url(http://www.google.com/cse/api/branding.css);
/*<![CDATA[*/
 img.c1 {border:0;width:88px;height:31px}
/*]]>*/
/*End Style*/
