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

#wrapper{
width:850px;
margin-left:auto;
margin-right:auto;
margin-top:-10px;
}

#content{
background-image:url(bg_slice.jpg);
background-repeat:repeat
}

#header{
background-image:url(24_header.jpg);
background-repeat:no-repeat;
height:204px;
}

#footer{
background-image:url(24_bottom.jpg);
background-repeat:no-repeat;
height:200px;
margin-top:-12px;
}

p{
font-family:Arial;
font-size:12px;
line-height:20px;
color:#3e3e3e;
}

.submenu{
display: block;
height: 19px;
margin-left: 38px;
padding-top: 2px;
padding-left: 7px;
font-family:Arial;
font-size:12px;
color: #3e3e3e;
text-decoration:none
}

.hide{
display: none;
}

.show{
display: block;
}

.image_left {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

.image_right {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
}

.image_left_2 {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}


