*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background:transparent url(images/background.jpg);
	background-color:#256f8b;
	background-position:center top; 
	background-repeat:no-repeat;
}


#bodywrap
{
	width:964px;
	margin: 0 auto;
}

#topLeft
{
	float:left;
	height:228px;
	width:482px;
	background:url(images/topleft.jpg);
}

#topRight
{
	float:right;
	height:228px;
	width:482px;
	background:url(images/topright.jpg) no-repeat;
}

#middleLeft
{
	background:url(images/middleleft.jpg) ;
	width:231px;
	min-height:822px;
	float:left;
}

#middleRight
{
	background:url(images/middleright.jpg) no-repeat;
	width:733px;
	min-height:822px;
	float:left;
}

 #repeater
{
	width: 964px;
	min-height:3px;
	background:	transparent url(images/repeater.jpg) repeat-y;
	float:left;
} 
.divWidth
{
	width:964px;
}

#menu
{
	padding-left:27px;
}

#logo
{
	padding-left:29px; padding-top:10px;
}

#content
{
	width:700px; 
}

#copyright
{
	float:right;
	margin-top:50px;
	margin-right:20px;
}

.copyright
{ 
	font-size:8pt;
    color:#43b9da;
    font-family:Arial;
}

#bottom
{
	background:url(images/bottom.png) no-repeat;
	width:964px;
	height:132px;
	float:right;
}

div.branding
{
	text-align: center;
	padding: 25px 0 15px 0;
}

div.branding img
{
	border: 0 !important;
}
 