BODY {
	background-color: #ffffff;
	color: #333366;
	font-family: Verdana, Garamond, Arial;
	font-size: 9pt
}

H1 {
	color: #6666cc;
	font-family: Verdana, Garamond, Arial
	text-transform: capitalize
}

H2 {
	color: #6666cc;
	font-family: Verdana, Garamond, Arial
	text-transform: capitalize
}

H3 {
	color: #6666cc;
	font-family: Verdana, Garamond, Arial
	text-transform: capitalize
}

H4 {
	color: #6666cc;
	font-family: Verdana, Garamond, Arial
	text-transform: capitalize
}

H5 {
	color: #6666cc;
	font-family: Verdana, Garamond, Arial
	text-transform: capitalize
}

H6 {
	color: #6666cc;
	font-family: Verdana, Garamond, Arial
	text-transform: capitalize
}

TH {
	color: #6060cc;
	font-size: 10pt
}

#main_wrap {
	clear: both;
	width: 1024px;
	background: #FFFFFF url(../pictures/header.jpg) repeat-x;
}

/* Header */

#header {
	height: 150px;
	margin: 0 auto;
}

.header .title {
	padding: 105px 300px;
}

/* Content */

#content {
	clear: both;
	width: 1024px;
	height: 600px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: left;
	width: 874;
	height: 600;
}

.post .title {
	margin-left: 20px;
	margin-top: 5px;
}

.post .meta {
	padding: 10px 20px;
	background: url(../pictures/content_post_meta.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	margin-top: 10px;
	margin-left: 20px;
	line-height: 120%;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	height: 600px;
	background: url(../pictures/navigatie2.jpg) no-repeat;
	padding: 75 10
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
}

.boxed h2 {
	padding-left: 10px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: none;
}

.boxed a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 50px;
	padding: 40px;
	align: left;
	background-repeat: repeat-x;
	background-color: white
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #000000;
}

