#wrapper
{
	width: 958px;
	margin: 0 auto;
	border: 1px solid #9CB0CB;
	background: url(../Images/bg.jpg) no-repeat;
	position: relative;
}

#header
{
	height: 193px;
	text-align: right;
}

#contentBox
{
	width: 434px;
	background: url(../Images/bg_content_default.gif) repeat-y;
}

#contentBoxContent
{
    padding: 10px 10px 10px 20px;
}

#contentBoxContent h3
{
    font-style: italic;
    font-size: 150%;
    margin: 10px 0 10px 0;
}

#contentBoxContent ul
{
    margin: 0;
    padding: 0 0 0 30px;
}

#metaBox
{
	float: right;
	margin: 0 12px 10px 0;
	width: 290px;
}

.bigWhite
{
	font-size: 190%;
	color: white;
	line-height: 30px;
	margin-bottom: 5px;
	display: block;
}

#homeContent
{
    width: 380px;
    padding: 10px;
    border: 1px solid black;
}

#slideshow
{
	margin: 0 0 20px 0;
    height:  224px;  
    width:   298px;    
} 
 
#slideshow img { 
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  296px; 
    height: 222px; 
    top:  0; 
    left: 0 
}

.title
{
    position: absolute;
    top: 193px;
    left: 230px;
	color: #0050C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 124%;
} 