/* GLOBAL
=====================*/

body{
	background-image:url(img/logo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
}

#mainWrapper{
	width:770px;
	margin:0 auto;
	margin-top:225px;
}


/* MENU
=====================*/

#menu{
	float:left;
	width:140px;
	margin-top:-10px;
}

.menuItem{
	color:#303030;
	font-weight:bold;
	line-height:28px;
}

.menuItem a:link, .menuItem a:visited, .menuItem a:hover, .menuItem a:active{
	color:#c0c0c0;
	text-decoration:none;
}


/* CONTENT
=====================*/
ol {
margin: 0px;
padding: 0px 0px 0px 1em;
margin-left:5px;
} 

h1{
	color:#FF0000;
	font-size:25px;
}

hr{
	height:1px;
	color:#FF0000;
	margin-top:15px;
	margin-bottom:15px;
}

#content{
	float:right;
	width:620px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
}

#content img{
	border:#FF0000 3px solid;
	padding:5px;
}

#services{
	float:right;
	display:block;
	height:350px;
	width:600px;
	background-image:url(img/services_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border:#FF0000 3px solid;
	padding-left:15px;
	padding-top:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
}

#partners{
	margin-left:15px;
	float:left;
	width:300px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
}

a:link, a:visited, a:hover{
	color:#0066CC;
	text-decoration:none;
}

#partners img{
	border:0px;
}

#partners a:link, #partners a:hover, #partners a:visited{
	color:#FFFFFF;
}

#gallery{
	background-image:url(img/salebg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:600px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
}


#gallery img{
	float:left;
	border:#FF0000 1px solid;
	margin-right:20px;
	margin-bottom:20px;
}

#actie{
	border:#FF0000 1px solid;
	width:535px;
	padding: 15px;
	margin-top: 15px;
	margin-bottom:15px;
}

/* FOOTER
=====================*/
#footer{
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	width:770px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}