@charset "utf-8";
/* CSS Document */
body{
background-image:url(../images/bg-body.gif);
background-repeat:repeat-x;
background-color:#d9d6cc;
margin:0;
padding:0;
padding-bottom:20px;
}
.float_killer{
clear:both;
font-size:0px;
line-height:0px;
height:0px;
margin:0;
padding:0;
}
h1{
font-family:'trebuchet ms';
font-size:16px;
margin:0;
padding:0;
line-height:16px;
}
h2{
color:#454c46;
font-size:10px;
font-family:verdana;
margin:0;
padding:0;
line-height:20px;
}
h3{
font-size:11px;
font-family:verdana;
font-size:9.5px;
line-height:15px;
margin-bottom:0;
margin-top:10px;
}
p{
font-family:tahoma;
font-size:11px;
padding:5px 0;
margin:0;
}
a, a:visited{
text-decoration:none;
color:#174679;
font-weight:bold;
}
a:hover{
text-decoration:underline;
}
#wrap{
margin:25px auto;
width:555px;
height:auto;
}
#wrap_top{
background-image:url(../images/bg-wrap-top.png);
background-position:right;
background-repeat:no-repeat;
height:25px;
width:555px;
}
#wrap_bottom{
background-image:url(../images/bg-wrap-bottom.jpg);
background-repeat:no-repeat;
background-position:right;
width:555px;
height:163px;
text-align:center;
}
#copyright{
width:555px;
text-align:left;
position:relative;
top:120px;
left:45px;
font-family:verdana;
font-size:9px;
}
#copyright a{
text-decoration:none;
color:#282C51;
font-weight:bold;
}
#copyright a:hover{
text-decoration:underline;
}
#wrap_bottom img{
position:relative;
top:100px;
left:40px;
}
#wrap_middle{
background-image:url(../images/bg-wrap-middle.gif);
background-repeat:repeat-y;
background-position:right;
width:555px;
height:auto;
}
#navbar{
width:31px;
height:auto;
float:left;
}
#navbar a img{
border:none;
margin-bottom:3px;
}
#content{
float:left;
width:494px;
height:auto;
padding:15px;
}
#page_name{
	font-family:'trebuchet ms';
	font-size:30px;
	letter-spacing:-1px;
	color:#89917B;
	float:left;
	margin:10px 0 0 20px;
}
#logo{
margin-right:30px;
text-align:right;
float:right;
}