

#wrapper_out 
{
	width: 1000px;
	height:620px;
	padding: 20px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border:  1px solid #E1E9F0;
}

#wrapper_in
{
	height: 620px;
	width: 1000px;
	background: url(../img/background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
}

#header 
{
	height: 109px;
	width:100%;
	
	background: url(../img/header.jpg);	
}

#wrapper_content
{
	position: absolute;
	top: 170px;
	right: 30px;
	
}

#content
{

	width: 735px;
	height: 425px;
	overflow: auto;
}

.box 
{
	font-size: 10px;
	position: absolute;
	left: 0;
	
	padding: 10px;
	padding-bottom: 22px;
	
	width: 175px;
	height: 140px;
	background: url('../img/box.jpg');
	background-repeat: no-repeat;	
	
	color: white;
}

#box_top
{
	top: 170px;
}

#box_bottom
{
	top: 375px;	
}

.boxtitle
{
	text-align:center;
	font-size: 16px;
	font-family: Helvetica;
	
	letter-spacing: 2px;
	font-variant: small-caps;	
	
	margin-top: 5px;
	margin-bottom:7px;
	
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

#menuFirst ul
{
	padding-left: 200px;
	list-style: none;
}

#menuFirst ul li
{
	float: left;
	margin-right: 45px;
	font-size: 23px;
	font-variant: small-caps;
}
#menuFirst ul li a
{
	color: #336699;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
}

#menuFirst li a:hover
{
	color: #6699CC;
}

#footer {
	text-align:center;
	color: #777777;
	font-size: 9px;	
}

#footer a,
#footer a:visited {
	color:#777777;	
}