HTML {
	min-height:100%;
	margin-bottom:1px;
	}
BODY {
	margin:0;
	padding:0;
	text-align:center;
	background-color:rgb(255,253,253);
	}
#page {
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	}
#header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:140px;
	background:url(images/header.jpg) no-repeat;
	}
#header H2 {
	position:absolute;
	top:80px;
	margin:0 0 0 145px;
	font-size:large;
	text-transform:none;
	}
#main {
	position:absolute;
	left:0;
	top:140px;
	width:100%;
	background:url(images/background.gif) repeat-y;
	}
#content {
	margin:20px 0 20px 145px;
	}
#content A {
	border-bottom:1px solid rgb(201,201,201);
	}
#content A:hover {
	border:none;
	}
#content A:visited:hover {
	border:none;
	}
#menu {
	position:absolute;
	left:0;
	top:0;
	width:122px;
	background:url(images/background.gif) repeat-y;
	}
#menu H3 {
	display:none;
	}
#menu A {
	white-space:normal;
	color:white;
	}
#menu UL {
	line-height:120%;
	list-style:none;
	margin:17px 0 20px 0;
	padding:0;
	}
#menu UL LI {
	margin:0 1px 0 1px;
	padding:5px 0 5px 10px;
	}
#menu UL UL {
	display:none;
	}
#menu .me {
	color:white;
	background:url(images/me.gif) no-repeat;
	}
#menu .md {
	display:none;
	}
#trailer {
	display:none;
	}
