body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	color: #1D1D1D;
}

/* container - holds the entire content */
#container
	{
	width:575px;
	margin-top:20px;
	line-height: 1.2em;
	padding:0px 0px 20px;
	margin-bottom: 0px;
	}
	

/* contentbox - the main content */
#contentbox
	{
	background: #000000;
	width:575px;
	}

#topgrey
	{
	background: #141414;
	}

.headerpadding
	{
	margin-left:20px;
	margin-top:10px;
	}
	
/* Couldn't add a right margin because the navigation and title are in a table, and adding margin-right would fudge the table for IE */
.navtitlepadding
	{
	margin-top:10px;
	}

/* container for video and text description */
#videocontainer
{
	margin-top:20px;
	width:330px;
	text-align:left;
	padding: 0px;
}

.videodescription
{
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;

}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
.videoborder {
	border: 1px solid #282828;
	padding: 0px;
	margin: 4px 0px 0px;
	text-align: center;
	vertical-align: middle;
}

.newsdate {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;

}
.newstext {
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana;
	font-size: 14px;
	font-style: normal;
	color: #CCCCCC;
}
/* container for contact page and text description */
#contactcontainer
{
	margin-top:20px;
	width:320px;
	text-align:left;
	padding: 0px;
}
