body
{
	margin: 0px;
	padding: 0px;
	background-image: url(site/grad_back.jpg);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	font-family: helvetica, sans-serif;
	font-size: 11px;
}

div#container
{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(site/container_back.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

div#contentContainer
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 60px;
}

div#topMenuLeft
{
	height: 50px;
	top: 0px;
	left: 0px;
	float:left;
}

div#topMenuRight
{
	height: 50px;
	top: 0px;
	left: 0px;
	float:right;
}

p {
	color: #767676;
}

ul {
	margin-top:0px;
	color: #767676;	
}

li {
	line-height:1.5em;
	margin-top:0px;	
}

.itemContainer
{
	position:relative;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	border-right: none;
	border-left: none;
	background-color:#F5F5F5;
	margin-bottom:30px;
	margin-top:30px;
	padding:5px;
}

.imageContainer
{
	position:relative;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:385px;
	float:left;
}

.vidContainer
{
	position:relative;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:770px;
	float:left;
}

h1
{
	font-size: 14px;
	color: #666;
}

h2
{
	font-size:13px;
	color: #666;
}

div.spacer
{
	clear: both;
	width: 0px;
	height: 0px;
}
a:link
{
	color: inherit;
	text-decoration: underline;
	cursor: hand;
}
a:visited
{
	color: inherit;
	text-decoration: underline;
	cursor: hand;
}
a:active
{
	color: #inherit;
	text-decoration: underline;
	cursor: hand;
}
a:hover {
	color: #F33;
	text-decoration: underline;
	cursor: hand;	
}
