body
	{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #000000;
	}

a {
	color: #000; 
	text-decoration: underline;
	}

p {
	padding: 0 10px 0 10px;
	}

#container
	{
	margin: 1em auto;
	width: 875px;
	text-align: left;
	background: #FFFFFF url(track.png) repeat-y;
	}
	
#header
	{
	background: #000000 url(header_logo.jpg);
	height: 300px;
	}

#navcontainer ul
	{
	padding: .5em 0;
	margin: 0;
	list-style-type: none;
	background-color: #7F7F7F;
	background: #666666 url(nav_bg.png) repeat-x;
	color: #000000;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	}

#sidebar
	{
	width: 125px;
	float: left;
	height: 303px;
	background: url(train.png) no-repeat;
	}
	
#contents	
	{
	width: 710px;
	float: right;
	padding: 20px;
	background-color: #FFFFFF;
	}


#footer	
	{
	clear: both;
	background-color: #7F7F7F;
	height: 15px;
	text-align: right;
	padding: 10px;
	color: #ffffff;
	}

#project 
	{ 
	text-align: center ; 
	}

#project img
	{ 
	margin: 5px 2px 5px 2px; 
	}
	
#project2
	{ 
	text-align: center ; 
	}

#project2 img
	{ 
	margin: 5px 2px 5px 2px; 
	}	

li
	{
	display: inline;
	}

li a
	{
	text-decoration: none;
	background-color: none;
	color: #000000;
	padding: .2em 1em;
	}

li a:hover
	{
	text-decoration: underline;
	color: #FFFFFF;
	}
	

.left { 
	float: left ;
    }

.center 
	{
	display: block;
    margin-left: auto;
    margin-right: auto;
    }
 
.outline {
	float: right;
	margin: 20px;
	padding: 10px;
	border: 2px black solid;
    }


.galleryBox {
	background-color: #fff;
	color: #000;
	padding: 0px;
	text-align: center;
	}


.galleryBox a img 
	{
	border: none;
	}
	

/*---------------- galery boxes news page---------------*/

#news_gallery {
	width: 700px;
	height: 600px;
	margin-left: 60px;
	margin-top: 10px;
	float: left;
	}

	.sm_box {	
	float: left;
	}

	.inside_top {
	padding: 10px 5px 0px 5px; 
	height: 200px;
	}

	.inside_bot {
	width: 200px;
	height: 50px;
	color: #000;
	}

p.center {text-align: center;}


/*----------------- youtube content -----------------*/

#youtubelist {
	display: block;
	margin-left: 13px;
	padding: 0px;
	list-style: none;
	clear: both;
	}

#youtubebox {
	clear: right;
	display: inline;
	padding: 0;
	margin: 2px;
	}

#youtubethumb {
	margin-bottom: 5px;
	width: 90px;
	height: 70px;
	border: 3px solid grey;
	padding: 3px;
	}

#youtubeoverlay {
	background-color: #fff;
	overflow: visible;
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	}

