	body 
	{ 
		text-align: center; 
		font-family: arial, "arial black", sans-serif;
		color: black;
		font-style: normal;
	}
		
	#content_box
	{
		margin-left: 3%;
		margin-right: 3%;
		text-align: left;
		/*position: absolute;*/
	}
	
	/* navigation start */
	#navigation_box
	{
		border-bottom: solid #800000;
		padding-bottom: 28px;
	}

	#logo
	{
		float:left;
		border-right: thin solid black;
		padding: 5px;
		padding-right: 10px;
	}
	
	#navigation_items 
	{		
		font-size: 1.12em;
		font-weight: bold;
		
		position: relative;
		top: 15px;
		
		border-top: thin solid #C0C0C0;
		border-bottom: thin solid #C0C0C0;
		border-right: thin solid #C0C0C0;

		overflow: hidden;
		width: 85%;
	}
		
	#navigation_items ul li a, a:link, a:visited
	{
		color: #000000;
		text-decoration: none;
		margin-left: 10px;
	}
	
	#navigation_items ul li a:hover
	{
		color: #800000;
	}


	#navigation_items ul
	{
		margin: 0 0 0 0;
	}
	
	#navigation_items ul li
	{
		margin: 0 0 0 0;
		padding: 4px;
		padding-left: 10px;
		float: left;
		list-style-type: none;
	}
	
	#navigation_items ul li #selected
	{
		color: #800000;
	}

#breadcrumb_container
	{
		margin-top: 5px;
		margin-left: 10px;
	}
	
	#breadcrumb_container a, a:visited 
	{
		text-decoration: none;
		color: #000000;
	}
		
	.breadcrumb a, a:visited
	{
			text-decoration: underline;
	}
	
	.breadcrumb:after
	{
		padding-left: 2px;
		content: ">";
	}
	/* navigation end */
	

	/* content start*/
	#content
	{
		position: relative;
		top: 20px; 
		margin-left: 10px;
		margin-right: 10px;

		font-size: 0.8em;
	}
	
	#footer 
	{
    	position: relative;
		min-width: 100%;
    	float: right;

		text-align: center;

		border-top: thin solid black;
		margin-top: 20px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	
	#content a, a:link
	{
		color: blue;
		text-decoration: underline;
		margin: 0;
		padding: 0;
	}
	/* content stop*/

	/* video gallery start*/
	#movies_gallery
	{
		width: 98%;
		margin-left: 2%;
		margin-right: 2%;
		clear: right;
	}
	
	#movie_item
	{
		position: relative;
		float: left;
		width: 47%;
		
		border: thin solid #C0C0C0;
		padding: 10px 5px 5px 10px;
	}
	
	#movie_description
	{
		font-size: 11pt;
	}
	
	#movie
	{
		text-align:center;
	}
	/* video gallery end*/
