/*
==========================================================================
Design by Vanth Webdesign
Author: Thomas Vankerkhove
http://www.vanth.be
==========================================================================
*/

body {
	margin: 20px;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0099FF;
	font-weight: lighter;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #BBE9FF;
}
/*
==========================================================================
Header
==========================================================================
*/
#header {
	width: 1000px;
	height: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*
==========================================================================
Menu
==========================================================================
*/
#info {
	width: 1000px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*
==========================================================================
Content
==========================================================================
*/
#content {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	float: left;
	width: 170px;
	height: 300px;
	padding-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #0099FF;
}

#menu li {
	display: inline;
	color: #0099FF;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 26px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 10px;
}

#menu a:hover, #menu .active a {
	color: #666666;
}

/*
#nav {
	float: left;
	width: 170px;
	height: 440px;
}
*/

#foto {
	height: 145px;
	width: 170px;
	float: left;
	background-repeat: no-repeat;
}
#textcol {
	float: right;
	width: 730px;
	padding: 20px;
	background-image: url(image/bg_camera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
}






/*
==========================================================================
Footer
==========================================================================
*/
#copyright {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 50px;
	color: #0099FF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#footer {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 50px;
	text-align: center;
	color: #0099FF;
	padding-top: 10px;
	font-size: 9px;
}
