/*----------------Document----------------*/
body{
	font-family: Verdana, sans-serif;
	background: #183152;
	padding: 0;
	margin: 0 0 0 0;
}

.wrapper{
	width: 1048px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: url('../slices/bg_repeat.png') repeat-y;
}
#bgrepeat{
	width: 100%;
	height: 123px;
	background: url('../slices/header_rpt.png') repeat-x;
}
/*---------Header-----------*/
#header{
	height: 123px;
	background: url('../slices/header.jpg') no-repeat;

}

#top{

}
/*---------Nav-----------*/

/*-----------Bottom--------------*/
#bottom{height:43px; background: url('../slices/footer.png') no-repeat;}

#leftrail{
width:246px;
padding-right:5px;
float:left;
}
#rightrail{
width:600px;
height:100%;
padding-left:5px;
padding-right:150px;
float:right;
}

/*-----------Content--------------*/

#content{
	width: 1048px;
	height: 100%;
	font-family: Verdana, sans-serif;
	padding-bottom: 10px;
	color:#000000;
	padding: 0 0 0 20px;
	min-height:500px
}
#content a{
	font-size: .9em;
}

#leftrail li{
	margin: 0;
	font-size: 1.2em;
	padding-bottom:10px;
	list-style:none;
}
#rightrail li{
margin:0;
font-size:.8em;

}
#content a:link, #content a:active, #content a:visited{
	color: #000000;
	text-decoration: none;
}
#content a:hover{
	color: #ffffff;
}
#content h4{
	font-family: Palatino LInotype, serif;
}
#content h3{
	font-family: Palatino Linotype, serif;
}
#content p{
width:600px;
	font-size: .8em;
	line-height: 1em;
}
#content h5{
	text-decoration: none;
}
#container{
	margin: 0 10px 0 10px;
}
#content dd{
	font-size: .8em;
	line-height: 1.3em;
}

.clear{ clear:both;}