body {
	background: #FFFFFF  url(../../images/img01.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	color: #757575;
	text-align: center;
}

/* Logo */

#header {
	width: 960px;
	height: 40px;
	padding-bottom: 3px;
	background: url(../../images/img04.jpg) no-repeat left top;
	text-align: center;
}

/* Header */

#menu {
	height: 40px;
	width: 960px;
	background: url(../../images/menu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	text-align: right;
	float: left;
	padding-top: 16px;
	padding-left: 14px;
	padding-right: 14px;
	height: 30px;
	background: url(../../images/img03.gif) no-repeat left 45%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #FFFFFF;
}

#menu a:hover {
	color:#FFFF00;
}

#menu a:selected {
	color:#FFFF00;
}

/* Content */

#content {
	width: 960px;
}

.post .title {
	margin: 0;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: dotted thin #999999;
	text-align: left;
}

.post h1.title {
	padding: 5px 0  0 20px;
	text-align: left;
	height: 40px;
	font-size: 2.4em;
	text-transform: lowercase;
}

.home {
	text-align: left;
	color:#333333;
	padding-right: 20px;
	padding-top: 10px;
	width: 960px;
	font-size: 12px;
	line-height:20px;
	float: left;
	
}

.infoveld {
	text-align:justify;
	color:#333333;
	padding-right: 20px;
	padding-top: 20px;
	width: 300px;
	font-size: 11px;
	line-height: 14px;
	float: left;
	
	
}

img {
border: 0px;
}

.infoveld2 {
	text-align:justify;
	color:#333333;
	padding-right: 20px;
	padding-top: 20px;
	width: 450px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	
}

.border {
	border-bottom: #999999 dotted thin;
}

/* Footer */

#footer {
	clear: both;
	text-align: left;
	width: 960px;
	height: 50px;
	background: #FFFFFF url(../../images/img01.jpg) repeat-x top left;
	padding-top: 10px;
}
