@charset "UTF-8";
*		{ margin:0; padding:0; border:5;
		font-family:Verdana, Geneva, sans-serif;
		}
		
		
body	{background-color:#000}

.white {color:#FFF;}
.yellow {color:#FF0;}
.green  {color:#090;}

a:link			{ color:#FF0;	}
a:visited		{ color:#FF0;	}
a:active		{ color:#909;	}
a:hover			{ color:#FFF;	}
a:focus			{ color:#00F;	}

a		{text-decoration:none;}


#wrapper {
	
	width: 	1000px;
	margin: 20px auto 10px	auto;
	border: medium double #000;
	background-color:#360;
	background:rgba(50, 50, 50, 0.7);
}


#header	{
	height:	210px;
	width:	1000px;
	padding:0 auto 0 auto;

	position:relative;	
}
	
#logo	{
width:900px;
padding: 5px, auto, 5px, auto;	
}

#title1	{width:200px;	
		float:right;
		margin:10px 10px 10px 10px;}	





ul li		{ list-style-type:none;	display:inline;	}

#nav	{	width:1000px;
			margin:10px auto 5px auto;
			border:outset;
			padding:5px 0;
			
			}

#insert	{
	width: 1000px;
	margin: 10px	auto;
	padding: 5px;
	position: relative;
	overflow: hidden;
	color: #FF0;
	font-style: italic;
}

.boxed {
	width:450px;
	height:400px;

}


.boxed2 {
	width:400px;
	height:450px;
float:right;
}

.boxed3 {
	width:400px;
	height:450px;
float:left;
}


#about1	{	padding:0 0 0 10px }
#about2	{ 	line-height:150%;
			padding-top:25px; }

#footer	{
	width:900px;
	height:250px;
	margin: 10px auto 25px	auto;
	padding:0 30px;
	border: medium double #000;
	background:rgba(50, 50, 50, 0.7);

}

#footer_left {
	width:300px;
	float:left;
	margin:0 5px;
	padding-top:5px;
}
#footer_right {
	width:300px;
	float:right;
	margin:0 20px;
}
#footer_bottom {
	position:relative;
}

#tpcfooter	{
	width:800px;
	height:100px;
	margin: 10px auto 25px	auto;
	padding:0 30px;

}
