/* General Styles */

body {
	margin:0;
	padding:0;
	font-family:georgia, serif;
	text-align:center;
	background-color:#fff;
	background-image:url(/images/purplebg.gif);
	color:#444;
}

p {
	font:16px/22px georgia, serif;
	color:#444;
}

li {
	font:16px/20px georgia, serif;
	color:#444;
}

h2 {
	font:20px georgia, serif;
}

h3 {
	font:18px georgia, serif;
}

h3 {
	font:16px georgia, serif;
}

h1, h2, h3, h4 {
	margin:0;
	padding:3px;
	color:#FF5A00;
	font-weight:bold;
	display:inline;
}

img {
	border:none;
}

th {
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	color:#444;
}

td {
	color:#444;
}

a:link, a:visited {
	color:#f0f;
}

a:hover {
	color:#06f;
}

/* Layout Divs */

#container {
	position:relative;
	width:720px;
	margin:0 auto;
	background-color:#fff;
	text-align:left;
	padding:0 20px;
	background-image:url(/images/purplebg.jpg);
	border:#ccc solid 1px;
}

#head {
	width:760px;
	height:186px;
	margin:0 -20px;
}

#content {
}

#nav {
	margin:10px auto;
	width:724px;
	height:40px;
	background-image:url(/images/navbg.gif);
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
	font:14px/16px georgia, serif;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	background-color:#f0f;
	color:#fff;
}

#nav a:hover {
	background-color:#06f;
}

#nav a:link.top, #nav a:visited.top {
	padding:0;
}

#nav a:hover.top {
	padding:0;
	
}

#nav a:link.sub, #nav a:visited.sub {
	padding:5px;
	border:#F79239 outset 1px;
}

#laugh {
	padding:4px; 
	width:120px; 
	float:left;
}

#movie {
	float:right;
	margin-left:10px;
	clear:right;
}

#foot {
	margin:0 -20px;
	text-align:right;
}

#foot p {
	font:10px/14px verdana, sans-serif;
	padding:0 20px;
}

/* Classes */

img.border {
	background-color:#fff;
	border:1px solid #ccc;
	padding:4px;
}

a:link.button, a:visited.button {
	padding:8px 20px;
	border:#f0f outset 2px;
	background-color:#f0f;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a:hover.button {
	border:#f0f inset 2px;
	background-color:#fff;
	color:#f0f;
}

.filetype {
	font:10px/14px verdana, sans-serif;
}

.menulist, .menulist ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menulist ul {
	visibility:hidden;
	position:absolute;
	top:34px; 
	left:0;
	width:150px;
}

.menulist ul ul {
	top:0;
	left:155px;
}

.menulist li {
	float:left;
	position:relative;
	margin-right:-1px;
}

.menulist ul li {
	float:none;
	margin-right:0;
	margin-bottom:-1px;
}

.menulist ul>li:last-child {
	margin-bottom:1px;
}

.menulist a {
	display:block;
	color:#000;
}

.menulist a .subind {
	display:none;
}

.menulist ul a .subind {
	display:block;
	float:right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

#tag {
	display:none;
}