body
{
	/* Layout */
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	/* Text */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link, a:visited, a:hover, a:active
{
	color: #555555;
}
img
{
	border: 0px;
}
/* Title DIV's */
#content > div
{
	padding: 12px;
	padding-top: 32px;
}
#news_and_updates
{
	background: url(http://me.compuspace.nl/images/website/title_news_and_updates.png) no-repeat left top;
	width: 350px;
    float: left;
    margin-top: 25px;
}
#follow_me
{
	background: url(http://me.compuspace.nl/images/website/title_follow_me.png) no-repeat left top;
	width: 250px;
    float: right;
    margin-right: 0px;
}
#follow_me img
{
	margin-right: 6px;
    margin-bottom: 6px;
}
#music
{
	background: url(http://me.compuspace.nl/images/website/title_music.png) no-repeat left top;
	width: 350px;
    float: left;
    margin-top: 25px;
}
#services
{
	background: url(http://me.compuspace.nl/images/website/title_services.png) no-repeat left top;
	width: 350px;
    float: left;
    margin-top: 25px;
}
#projects
{
	background: url(http://me.compuspace.nl/images/website/title_projects.png) no-repeat left top;
	width: 350px;
    float: left;
    margin-top: 25px;
}
#about
{
	background: url(http://me.compuspace.nl/images/website/title_about.png) no-repeat left top;
	width: 350px;
    float: left;
    margin-top: 25px;
}
#contact
{
	background: url(http://me.compuspace.nl/images/website/title_contact.png) no-repeat left top;
	width: 350px;
    float: left;
    margin-top: 25px;
}
/* Special DIV's */
#main
{
	width: 800px;
}
#logo
{
	width: 324px;
	background: url(http://me.compuspace.nl/images/website/logo.png) no-repeat;
}
#content
{
	width: 661px;
	background: url(http://me.compuspace.nl/images/website/content.png) no-repeat;
}
/* Group DIV's */
#header > div
{
	float: left;
	height: 101px;
}
#buttons > div, #buttons_content > div
{
	float: left;
	height: 108px;
}
#main > div
{
	float: left;
	height: 499px;
}
#bottom
{
	float: left;
	height: 92px;
}
#buttons, #main, #bottom
{
	clear: both;
}
#buttons_content > div
{
	cursor: pointer;
	cursor: hand;
}
/* Button DIV's */
#button_home
{
	width: 60px;
	background: url(http://me.compuspace.nl/images/website/home.png) no-repeat;
}
#button_music
{
	width: 55px;
	background: url(http://me.compuspace.nl/images/website/music.png) no-repeat;
}
#button_services
{
	width: 76px;
	background: url(http://me.compuspace.nl/images/website/services.png) no-repeat;
}
#button_projects
{
	width: 84px;
	background: url(http://me.compuspace.nl/images/website/projects.png) no-repeat;
}
#button_aboutme
{
	width: 75px;
	background: url(http://me.compuspace.nl/images/website/aboutme.png) no-repeat;
}
#button_contact
{
	width: 71px;
	background: url(http://me.compuspace.nl/images/website/contact.png) no-repeat;
}
/* Image DIV's */
#header_left
{
	width: 310px;
	background: url(http://me.compuspace.nl/images/website/header_left.png) no-repeat;
}
#header_right
{
	width: 166px;
	background: url(http://me.compuspace.nl/images/website/header_right.png) no-repeat;
}
#buttons_left
{
	width: 119px;
	background: url(http://me.compuspace.nl/images/website/buttons_left.png) no-repeat;
}
#buttons_right
{
	width: 260px;
	background: url(http://me.compuspace.nl/images/website/buttons_right.png) no-repeat;
}
#content_left
{
	width: 45px;
	background: url(http://me.compuspace.nl/images/website/content_left.png) no-repeat;
}
#content_right
{
	width: 94px;
	background: url(http://me.compuspace.nl/images/website/content_right.png) no-repeat;
}
#bottom
{
	width: 800px;
	background: url(http://me.compuspace.nl/images/website/bottom.png) no-repeat;
}
/* Message DIV */
.message > div
{
	float: left;
}
.message_text
{
	padding: 2px;
	padding-left: 10px;
	width: 290px;
}
.message
{
	clear: both;
	float: left;
	margin-bottom: 15px;
}
.message_time
{
	font-size: 10px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	color: #DDDDDD;
}
.message_html
{
	height: 15px;
	overflow: hidden;
}
input, .contactmessage
{
	border: 1px solid #CCCCCC;
    padding: 5px;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555555;
}
.sendbutton
{
	background-color: #DDDDDD;
    margin-top: 5px;
}
