/* CSS Document */

body
{
	background-color:#ccc;
/*	background-image:url(../images/background.jpg); */
	background-repeat:repeat-y;
	background-position:top center;
}

#wrapper
{
	width:800px;
	min-height:500px;
	margin: 0 auto;	
	background-color:#fff;

}

#logo
{
	width:200px;
	height:70px;
	float:left;	
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

#nav
{
	width:590px;
	margin:0 auto;
	float:right;
	padding-top:20px;
}

#main
{
	clear:both; 
        padding-top:20px;
	padding-right:75;
	
}

#breadcrumb
{
	padding-left:20px;
	font-size:.7em;	
}

#maintext
{
	width:400px;
        font-family: "Segoe UI", sans-serif;
	font-size:.9em;
	line-height:1.6em;
	padding:20px;	
	float:left;
}
#maintexthome
{
	width:700px;
        font-family: "Segoe UI", sans-serif;
	font-size:.9em;
	line-height:1.6em;
	padding:20px;	
	float:left;
}


#sidebar
{
	width:275px;
	height:400px;
	float:right;	
	margin-right:55px;
}
#sidebarWMBE
{
	width:175px;
	height:175px;
	float:right;	
	margin-right:55px;
}



#footer
{
	clear:both;
	padding:5px;
	width:500px;
	margin:0 auto;	
}

#footer p
{
	font-size:.7em;
	text-align:center;
}

ul.multiline li
{
	padding-top:10px;	
}

ul.contact
{
	font-size:1.em;
	font-family: "Segoe UI", sans-serif;
        font-weight:bold;
	list-style:none;
}

ul.contact li
{
	padding-top:10px;	
}

h1
{
	padding-left:0px;
        font-family: "Segoe UI", sans-serif;	
}

