@charset "utf-8";
/* CSS Document */

html, body
{
	padding:0px;
	margin:0px;
}

body { 
	background-color:#f4f2f1; 
	background-image:url(../images/b_body_bg.jpg);
	background-repeat:repeat-x;
}

img {border:0px;}

#mainframe
{
	width:960px;
}

#logo
{
	width:916px;
	height:87px;
	
	padding-top:18px;
	
	text-align:right;
}

#topNavigation
{
	width:648px;
	height:52px;
	
	padding-left:32px;
	padding-top:4px;
}

#shadowTop
{
	height:5px;
	width:705px;
	
	background-image:url(../images/b_shadow_top.jpg);
	background-repeat:repeat-x;
}

#middle
{
	width:707px;
	
	background-image:url(../images/b_middle_bg.jpg);
	background-repeat:repeat-y;
	
	float:left;
}

#pictureText
{
	width:32px;
	height:600px;
	
	float:left;
}

#leftPicture
{
	width:146px;
	height:480px;
	
	float:left;
}

#content
{
	width:519px;
	height:600;
	
	background-image:url(../images/b_content_bg.gif);
	background-repeat:no-repeat;
	
	padding-right:5px;
	
	float:left;
}

#rightSide
{
	width:248px;
	height:600px;
	
	float:left;
}

#subNavigation
{
	width:248px;
	height:162px;
	
	padding-left:3px;
}

.box_header
{
	height:23px;
	width:250px;
	
	text-align:right;
	
	padding:0px;
	margin:0px;
	
	margin-top:15px;
}
.box_header img
{
	display:block;
}

.box_body
{
	height:147px;
	width:230px;
	
	background-image:url(../images/b_box_body.jpg);
	background-repeat:no-repeat;
	
	padding-top:5px;
	padding-left:10px;	
	padding-right:10px;
}

.clear { clear:left; }

#headline
{
	position:absolute;
	
	left:509px;
	top:87px;

	height:79px;
	width:270px;
}
