html {
    min-height: 100%;
    height: auto;
}
body {
    margin:0px;
    padding:0px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
    color: #ffffff;
	background: url('background.jpg') center repeat-y #333333;
	text-align: left;
}
a                                       { outline:none; color:#ffffff; }
a:hover                                 { color:#888888; }
a img 									{ border: none; }
#title 									{margin: 0;padding:0}
#title a img 							{border: 0; float: right; border:none; }

#header                                 { display:inline-block; width:850px; margin:0px 10px 0px 130px; border-bottom:2px solid #333333;}
#header h1                              { float:right; padding:0px; margin:0px; }
#header div.fill                        { height:10px; width:100%; float:left; font-size:12px; margin-top:10px; padding-left:0px; }

#left                                   { float:left; display:inline; width:0px; margin:10px 0 0 0; padding:0px; background-color:#666666 }
#left ul.menu                           { list-style:none; margin:0 0 0 10px; padding:0px; width:250px; }
#left ul.menu li                        { width:auto; height:30px; border-bottom:2px solid #232323;  }
#left ul.menu li a                      { text-decoration:none; color:#ffffff; }
#left ul.menu li a:hover				{ text-decoration:none; color:#888888; }
#content                                { width:780px; margin:0px 10px 10px 0px; padding:0px; float:right; }
#content h1                             { display:none; }
#content div.page_welkom                { float:left; width:350px; height:450px; }
#content div.page_welkom a				{ color:#ffffff; text-decoration:none; padding:12px 0px; }
#content div.page_welkom a:hover		{ color:#CCCCCC; text-decoration:underline; }
#content div.photoright                 { float:right; width:400px; margin:12px 0 30px 0px; font-weight:bold; }
#content div.photoright img             { border:none; }
#content div.photoright a               { color:#ffffff; text-decoration:none; padding:12px 0px; }
#content div.photoright a:hover         { color:#888888; }
#wrapper                                { width:990px; margin:0px auto; padding:0px; }
#items .gallery {
										padding: 0 0.5em;
    									border-right: #333333 2px solid;
										font-size:11px; }
#content #items, #content #items li {
										padding: 0; margin: 0;
    									list-style-type: none;
    									list-style-image: none; }

#content #items li {

	width: 410;
	float: left;
	margin: 12px 0;
}
#content #items li a { text-decoration: none; }
#content a { text-decoration: none; }
#items .disactive { color:#999999; }
#content div.mostpopular { background: url('background_most.jpg'); width:440px; }
