* {	margin: 0;
	padding: 0;
	}

a {color: #4891dc;
text-decoration:none;}

a:hover {
	color: #4891dc;
	text-decoration:underline;
	}

body {
	background: #d6d2ed url(img_wide/bg.jpg);
	color: #624d7d;
	font: normal 11px  Verdana, Geneva, sans-serif;
	margin: 0;
	line-height:20px;

	}

p,blockquote,ul {
	margin-bottom: 1.2em;
	margin-top:1.2em;
}

h1 {font: normal 14px  Georgia, "Times New Roman", Times, serif;}

h2 {font: bold 12px Verdana, Geneva, sans-serif;
}

blockquote {
	background: url(img_wide/quote.gif) no-repeat;
	color: #555;
	font: normal 12px  Georgia, "Times New Roman", Times, serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 5px 0;}
img.right {margin: 0 0 5px 18px;
clear:both;}

.divider {
	background: url(img_wide/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(img_wide/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 936px;
	}

.gfx {
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	
	float: left;
	text-align: center;
	width: 832px;
}

.header {
	background: #d6d2ed url(img_wide/header.jpg) no-repeat;
	color: #ffecdb;
	height: 232px;
	padding-right: 450px;
}

.header h1 {
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #d6d2ed url(img_wide/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0}

.navigation a {
	color: #422e5d;
	font: normal 16px  Georgia, "Times New Roman", Times, serif;
	margin:0 40px 0 0 ;
	text-decoration: none;

}
.navigation a:hover{
	color: #4891dc;
	text-decoration:underline;
}

/* content */
.content {
	
	clear: both;
	font-size: 12px;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 25px;
}

/* content item */
.item {clear: both;}

.item img {border: solid #624d7d 1px;
padding:3px;

}

.item .title {
	color: #624d7d;
	font: normal 16px  Georgia, "Times New Roman", Times, serif;
	padding-top:45px;
	padding-bottom:5px;
}



.item .body {
	clear: both;
}

/* footer */
.footer {
	color: #624d7d;
	font-size: 11px;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 832px;
}

.footer a {
	color: #422e5d;
	text-decoration: underline;
}

.footer a:hover {
	color: #4891dc;
	text-decoration: underline;
}
	

	
.body ul{margin:0 5px 16px 300px;}

