body {
	color: #CCCCCC;
	align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	background-color: #333333;
	position: relative;
	background-attachment: fixed;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	}

h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
}
p { 
	margin-top: 0; 
	}
	
img { 
	border-width: 0; 
	}

/* Classes and IDs */


#header {
align: center;
	height: 800px;
	width: 600px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#title {
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	color: #AECDCD;
	font-weight: lighter;
}
#brand {
	height: 65px;
	width: 160px;
	left: 415px;
	top: 50px;
	position: absolute;
}
#main {
	text-align: justify;
	position: absolute;
	top: 120px;
	left: 15px;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#worklist {
	position: absolute;
	padding-bottom: 15px;
	padding-top: 30px;
}

#worklistimage {
	margin-bottom: 14px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	width: 550px;
	background-position: center;
	text-align: justify;
	float: none;
}
#vidcredits {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	font-size: 11px;
	line-height: 10px;
	color: #74bf44;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#copyright {
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Grande Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	width: 550px;
	height: 60px;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	line-height: 12px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

/* Default links */

a:link { color: #9f9f9f; text-decoration: none; }
a:visited { color: #9f9f9f; text-decoration: none; }
a:hover {
	color: #333333;
	background-color: #AECDCD;
}
/* Other links */
a.nounderline:hover { background-color: transparent; } 

/* Unordered List Settings for Menu */
 
#menu ul {
	list-style: none;
	margin:5px 0 5px 0;
	padding:0;
	} 
	 
#menu li {
	display:inline;
	margin:0 5px 0 0;
	padding:0;
	line-height:200%;
	}
