body {
	text-align: center;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

body, img {
	margin:0;
	padding:0;
	border:none;
}

body, a {
	color: #625; /* dark purple */
}
body, a, select, input {
	font-family: Trebuchet MS, Verdana;
	font-size: 10pt;
}

a {
	outline: none;
}

#container, #top, #middle, #bottom {
	width: 968px;
}

#container {
	text-align: left;
	margin: 0 auto;
	background-color: #dbd;
	border-width: 0px 1px;
	border-color: #464;
	border-style: solid;
}

#top {
	height: 55px;
	clear: both;
}

#top, #logo {
	float: left; 
	border-width: 0px;
	width: 968px;
}

#logo {
	height: 168px;
	background-image:url(/images/header.jpg);
	margin-bottom: 4px;
}

#middle {
	float: right;
	text-align: left;
	width: 760px;
	margin: 0 auto;
}

#menu {
	float: left;
	display: inline;
	width: 200px;
	background-color: #dbd;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}

	#menu table { 
		margin: 0 auto; 
		width: 160px;
	}
	#menu select, input.field { 
		width: 100px; 
		background-color: #dbd;
	}

	#menu #zoeken {
		margin-top: 40px;
		height: 140px;
	}
	
	#menu #searchname {
		height: 80px;
	}	
	
	#menu #dailymodel {
		height: 120px;
		text-align: center;
		font-size: 14px;
	}
	#menu a {
		color: #f9e615;
	}	
			
.model {
	display:inline;
	float:left;
	overflow:hidden;
	width:150px;
	height:160px;
	text-align:center;
	padding-top: 15px;
	margin-top: 0px;
	background-image: url(images/cambg.png);
	background-repeat: no-repeat;
}	
	.model a {
		text-decoration: none;
		color: #f9e615;
	}
	.model .thumb {
		height:100px; vertical-align:middle;
	}

.modelinfo {
	margin: 0 auto;
	width: 600px;
}

/* small picture gallery */
#nobreakpics {
	background-color:#000;
	padding-top:20px;
	height:145px; 
	background: url(/images/filmstrip.jpg) repeat-x;
}

#smallpics {
	overflow:hidden;
	width:440px;
}

.smallpic {
	width:125px;
	text-align:center;
	display:inline;
}

#bottom {
	height: 16px;
	clear: both;
	/*border-width: 0px;*/
}

/* entire menu is 64px from the left */


/* left column is 193px wide */
.cathead, .linkhead, .catlist, .linklist, .adbanner {
	width: 193px;
}

/* right column is 607px wide and 47 px from the right */
.moviehead, .movielist {
	width: 607px;
	float: right;
	display: inline;
	margin: 0 47px 0 0;
}

/* headings are 42px high */
.cathead, .linkhead, .moviehead {
	height: 42px;
}

.cathead {
	background-image:url(/images/stout_10.png);
}

.catlist, .linklist, .adbanner {
	background-image:url(/images/stout_12.png);
	background-repeat:repeat-y;
}

.adbanner {
	text-align: center;
}

.linkhead {
	background-image:url(/images/stout_15.png);
}

.moviehead {
	background-image:url(/images/stout_11.png);
}

.movielist {
	background-image:url(/images/stout_13.png);
}

/* a little space around the heading titles */
.title {
	padding: 5px 5px;
}


.movielist a {
	color: #770077;
	text-decoration: none;
}

.movielist a:hover {
	text-decoration: underline;
}

.dialbox, .movie {
	display: inline;
	float: left;
}

.dialbox {
	width: 200px;
	text-align: center;
}

.movie {
	width: 400px;
}

.dialbanner {
	width: 190px;
	height: 90px;
	background-image:url(/images/dialbg.png);
	background-repeat:no-repeat;
	text-align: center;
}

.dialbanner .c {
	padding-top: 10px;
	margin: 0px 8px;
	vertical-align: middle;
}

.titleimg {
	clear: both;
	text-align: center;
}

h1 {
	font-size: 14pt;
	margin: 5px;
}

h2 {
	font-size: 12pt;
}

