BODY
	{
		background-color: #484848;
		margin: 0px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #A4A4A4;
	}

A
	{
		color: #FFFFFF;
		text-decoration:none;
	}

A:hover
	{
		color: #FFFFFF;
		text-decoration:none;
	}

#title
	{
		background-color: #000000;	
		min-height: 100px;

	}

	#title .logo
		{
			float:left;
		}

	#title .logo img
		{
			border: 0px;
		}



	#title .nav
		{
			float: right;
			text-align: right;
			padding-top: 43px;
			padding-right: 43px;
			height: 57px;
		}

	#title .nav A
	{
		color: #C8C8C8;
		border-left: 1px solid #C35C21;
		padding-left: 5px;

	}

	#title .nav A:hover
	{
		color: #FFFFFF;
		border-left: 1px solid #C35C21;
		padding-left: 5px;
		text-decoration:none;
	}

#container
	{
		width: 100%;
		background-color: #5B5B5B;	
	}


#view_area
	{
		width: 640px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
 		line-height: 1.75em;
	}


#video
	{
		width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

#video_info
	{
		width: 640px;
		margin-left: auto;
		margin-right: auto;

	}

h1 {color: #FFFFFF;	font-size:1.5em;  font-weight: normal;  margin:0px 0px 10px 0px;}
h2 {color: #FFFFFF;	font-size:1.2em;  font-weight: normal;  margin:0px 0px 10px 0px;}
h3 {color: #FFFFFF;	font-size:1.1em;  font-weight: normal;  margin:0px 0px 2px 0px;}

.views
{
	float: right;
}

.description
{
	float: left;
}

#clear
{
	clear:both;
}
#main_area
	{
		width: 640px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 40px;
 		line-height: 1.75em;
	}

#bottom_main_area
	{
		position: relative;
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
		padding-top: 20px;
		padding-bottom: 80px;
		line-height: 1.75em;
	}

#crumb
	{
		position : relative;
		font-size: 10px;
		margin-bottom: 10px;
	}

#crumb a:link, #crumb a:visited
	{
		color: #868686;
		font-size: 10px;
	}
#crumb a:hover
	{
		color: #111111;
		font-size: 10px;
	}