@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}
#holder{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h2{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #007ebf;
	font-size: 25px;
}

ul{
	margin: 0px;
	text-align: left;
	font-size: 15px;
}

li{
	line-height: 28px;
}

p{
	font-size: 17px;
	text-align: left;
	line-height: 22px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img{
	border:0px;
}

#header{
	background-image: url(images/header_bg.jpg);
}

#nav_bg{
	background-image: url(images/nav_bg2.jpg);
	background-repeat: repeat-x;
}
#nav{
	background-image: url(images/nav_bg.jpg);
	height: 49px;
	width: 800px;
	padding-top: 7px;
}
#nav a{
	font-size: 22px;
	text-decoration: none;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #FFF;
}
#nav a:hover{
	color:#2b8ec5;
}

#info_holder{
	width:789px;
}

#left{
	float:left;
	width:368px;
	margin-top:10px;
}

#right{
	float:right;
	width:409px;
	margin-top:10px;
}

#text{
	background-color: #efefef;
	margin-top: 10px;
	border: 1px solid #b2b3b3;
	padding: 5px;
}

#text a{
	text-decoration: none;
	color: #222222;
	text-align: right;
	font-size: 12px;
}

#text a:hover{
	text-decoration:underline;
}

#footer{
	margin-top: 20px;
	background-image: url(images/nav_bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
}

#footer p{
	text-align: center;
	color: #FFF;
	font-size: 14px;
	display: inline;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}


#footer a{
	color: #FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
