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

#wrapper{
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: url('../slices/bg_repeat.png') repeat-y;
}

/*---------Header-----------*/
#header{
	height: 146px;
	background: url('../slices/header.png') no-repeat;
}

#top{
background: url('../slices/top.png') no-repeat;
height:14px;

}
/*---------Nav-----------*/
#header ul{
	height: 20px;
	margin-left: 240px;;
	padding: 115px 0 0 0;
	text-align: center;
}
#header  li{
	margin: 0;
	padding: 0 25px;
	font-size: .9em;
	display: inline;
}
#header  a:link, #header  a:active, #header  a:visited{
	color: #ffffff;
	text-decoration: none;
}
#header  .last{
	border: none;
}
#header  a:hover{
	color: #e44210;
}



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

#leftrail{
width:570px;
padding-right:5px;
float:left;
}
#rightrail{
width:375px;
height:100%;
padding-left:5px;
float:right;
}

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

#content{
	background: url('../slices/bg_repeat_2.png') repeat-y;
	width: 1024px;
	height: 100%;
	font-family: Verdana, sans-serif;
	padding-bottom: 10px;
	color:#FFFFFF;
	padding: 0 0 0 20px;
}
#content a{
	font-size: .9em;
}

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

.clear{ clear:both;}