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

body{
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	background:url(img/bg.jpg);
	vertical-align:middle;
}

#title{
width:inherit;
min-height: 100px;
color:#FFFFFF;
padding-top:50px;
clear:both;
}

#line1{
height:20px;
width:inherit;
background:url(img/bgline1.jpg) bottom;
clear:both;
}

#line2{
height:20px;
width:inherit;
background:url(img/bgline2.jpg) top;
clear:both;
}

#title a {
color:#FFFFFF; font-weight:bold; font-size:16px; text-transform:uppercase; text-shadow: 3px 3px 3px #000000; text-decoration:none}

#title a:hover {color:#5DC9E2}

#bag{
width:100%;
margin:0;
background-color:#FFFFFF;
height:inherit;
position:relative;
vertical-align:middle;
}

#wrap{
	margin:0 auto;
	text-align:justify;
	width: 660px;
	padding:20px;
}

#footer {
	min-height:100px;
	color:#ffffff;
	text-align:center;
}

#footer a { color:#ffffff;}
#footer a:hover {color:#000000}

#footerlinks{
padding:20px;
width:660px;
margin:0 auto;

}

a {font-weight:bold;
color:#5DC9E2;
text-decoration:none}

a:hover{color:#000000}

h2 {color:5F2C0F; text-transform:uppercase; font-weight:bolder; font-size:16px}
