/*********************************
	Stylesheet Galerie-inbeeld
	Door Joël Cox voor Citysites
	(C) 2008 - 2009
/********************************/

body{
	background: #333;
	color: white;
	font-family: Verdana, Arial;
	font-size: 11px;
	
	scrollbar-base-color: #434343;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #EEE;
	scrollbar-darkshadow-color: #DEDEDE;
	scrollbar-face-color: #434343;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-track-color: #EEEEEE;
}	

#wrapper{
	background: #333;
	border: thin solid #535353;
	margin: 0px auto;
	width: 800px;
	height: 488px;
	margin-top: 40px;
}

#content{
	height: 480px;
	width: 500px;
	margin-left: 15px;
	padding: 10px;
	padding-top: 25px;
	float: left;
}

#menu{
	height: 468px;
	padding-right: 20px;
	float: right;
}


ul{padding-top: 295px;}

li{
	list-style: none;
	margin-left: -36px;
	font-size: 16px;
}

/******* Links *****/

a img{
	border: none;
}

#menu a{
	text-decoration: none;
	color: white;
}

#menu a:hover{
	color: #470DDB;
}


#content a{
	text-decoration: none;
	color: white;
}