body {
	margin: 120px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #356AA0;
}

h4 {
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

p, ul {
	line-height: 18px;
	font-size: 11px;
}

a:link {
	color: #356AA0;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;
	background: #CDEB8B url(images/img1kop.gif) no-repeat;
}

#header h1 a {
	text-decoration: none;
	color: #ffffff;
}

#header h2 {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #1B9EF1 url(images/img2kop.gif) repeat-x;
	border: 2px solid #40B0F7;
	text-align: center; 
	letter-spacing: normal;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 5px;
	background: #ffffff url(images/img2kop.gif) repeat-x left center;
	border: 2px solid #40B0F7;    
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 760px;
	height:540px;
	margin: 0 auto;
	background: #FFFFFF url(images/img.gif);
}

#colOne {
	float: left;
	width: 559px;
	height:520px;
}

#colTwo {
	float: right;
	width: 155px;
	height:495px;
	padding: 20px;
	background: url(images/img2kop2.gif) repeat-x;
	border: 2px solid #40B0F7;
}
#colTwo1 {
	float: center;
	width: 760px;
	height:68px;
	padding: 20px;
	border: 2px solid #40B0F7;
}

#colTwo2 {
	float: center;
	margin-top:auto;
	width: 400px;
	height:180px;
	border: 0px solid #40B0F7;
}

#colTwo3 {
	width: 400px;
	height:180px;
	border: 0px solid #40B0F7;
}

#colTwo h4 {
	color: #ffffff;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

#footer {
	background-image: url(images/footer.gif);
	border: 2px solid #40B0F7;
	}


