body {
	text-align: center;
	background-color: #ff33cc;
}

body, img {
	margin:0;
	padding:0;
	border:none;
}

body, a {
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 10pt;
}

/* total is 911px wide */
#container, #top, #middle, #bottom {
	width: 911px;
}

#container {
	text-align: left;
	margin: 0 auto;
}

#top {
	background-image: url(/images/fapvids_01.png);
	background-repeat: repeat-y;
	height: 55px;
	clear: both;
}

#top, .leftborder, .rightborder, #logo, #middle {
	float: left; 
	border-width: 0px;
}
	
.leftborder {
	background-image: url(/images/stout_02.png);
	background-repeat: repeat-y;
	width: 64px;
}
.rightborder {
	background-image: url(/images/stout_05.png);
	background-repeat: repeat-y;
	width: 47px;
}

.leftborder, .rightborder {
	height: 271px;
}

#middle {
	text-align: left;
	margin: 0 auto;
	background-image: url(/images/stout_18.png);
	background-repeat: repeat-y;
}

#bottom {
	background-image: url(/images/stout_19.png);
	height: 16px;
	clear: both;
	border-width: 0px;
}

/* entire menu is 64px from the left */
.menu {
	float: left;
	display: inline;
	margin: 0 0 0 64px;
}

/* 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: 24pt;
	margin: 5px auto;
}

h2 {
	font-size: 12pt;
}

