/*

GdRMedia.nl
info@gdrmedia.nl

*/

body, html{
	width 					: 100%;
	height					: 100%;
	margin					: 0px;
	
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	color					: #FFFFFF;
	text-align 				: center;
	
	background-color		: #000000;
	background-repeat		: repeat-x;
	background-position		: bottom;
}
h1{
	font-size 				: 13px;
}

a:link {
	color					: #FFFFFF;
	text-decoration			: none;
}
a:visited {
	text-decoration			: none;
	color					: #FFFFFF;
}
a:hover {
	text-decoration			: none;
	color					: #272727;
}
a:active {
	text-decoration			: none;
	color					: #FFFFFF;
}

#container{
	width	 				: 920px;
	min-height 				: 500px;
	margin					: auto;
	border-left				: 1px solid #151515;
	border-right			: 1px solid #151515;
	background-color 		: #000000;
	text-align 				: left;
}
#header{
	height					: 80px;
	padding-top 			: 20px;
	border-bottom			: 1px solid #151515;
	text-align 				: center;
}
#header a:link{
	border					: 0px;
}

/* Content holders */
#leftContent{
	width 					: 440px;
	min-height 				: 500px;
	text-align 				: right;
	margin	 				: 25px 10px;
	line-height				: 18px;
}
#rightContent{
	width					: 440px;
	min-height 				: 500px;
	float 					: right;
	text-align 				: left;
	margin	 				: 25px 10px;
}

#galleryContent{
	width					: 900px;
	min-height 				: 650px;
	text-align 				: left;
	padding-left			: 5px;
	padding-right 			: 5px;
	margin	 				: 25px 10px;
}
.galleryMenuContent{
	width					: 195px;
	min-height 				: 450px;
	text-align 				: center;
	padding-top 			: 5px;
	padding-left			: 5px;
	padding-right 			: 5px;
	margin	 				: 25px 10px;
	background-color 		: #151515;
}
.gallery{
	text-align				: left;
}
/* Menu */
.menu{
	color 					: #272727;
	text-align 				: left;
	font-size				: 10px;
	width 					: 900px;
	margin	 				: 15px 10px 0px 10px;
}
.menu a:link{
	color 					: #FFFFFF;
	text-decoration 		: none;
}
.menu a:active{
	color 					: #FFFFFF;
	text-decoration 		: none;
}
.menu a:visited{
	color 					: #FFFFFF;
	text-decoration 		: none;
}
.menu a:hover{
	color 					: #272727;
	text-decoration 		: none;
}

/* Footer */
.footer{
	width 					: 920px;
	font-size 				: 10px;
	padding-top 			: 4px;
	height					: 20px;
}
.footerLeft{
	padding-left			: 10px;
	float					: left;
	text-align				: left;
}
.footerRight{
	padding-right 			: 10px;
	float					: right;
	text-align				: right;
}	