@charset "utf-8";
/* CSS Document */

p, h3, h5, ul, form
{
	color:#FFF;
	margin-bottom: 0;
	margin-top:0;
	font-family:Tahoma, Geneva, sans-serif;
}

p
{
	font-size:13px;
}

A:link 
{
	color:#999;
	border:0;
}

img
{
	border-width:0px;
}

A:hover 
{
	text-decoration: underline;
	color: blue;
}

body
{
	background-color:#000;
    margin: 0 0 0 0;
}

#Containor
{
/*	min-width: 800px;
	min-height: 860px;
	max-width:900px;
*/
  	width: 900px ;
  	margin-left: auto ;
  	margin-right: auto ;

}


#Header
{
	min-height:219px;
	min-width:900px;	
}

#Nav
{
	min-height:144px;
	min-width:900px;

}

#Title
{
	min-height:80px;
	min-width:900px;
	background-image:url(images/Title.gif);
	background-repeat:no-repeat;
	padding-left:170px;
	padding-top:40px;
}

#Main
{
	min-width:700px;
	min-height:450px;
	padding-left:100px;
	padding-right:70px;
	background-image:url(images/Main.gif);
	background-repeat:repeat-y;
}

.Box
{
	width:160px;
	float:left;
	margin:10px;
	text-align: center;
}

#Block
{
	min-width:600px;
	min-height:230px;
	background-image:url(images/block.jpg);
	background-repeat:no-repeat;
	margin-left:70px;
}

#subhead
{
	background-image:url(images/Sub_Head.gif);
	background-repeat:no-repeat;
	height:10px;
}

#submain
{
	background-image:url(images/Sub_Main.gif);
	background-repeat:repeat-y;
	color:#000;
}

#subfoot
{
	background-image:url(images/Sub_Footer.gif);
	background-repeat:no-repeat;
	height:12px;
}

#Footer
{
	min-height:171px;
	min-width:900px;
	background-image:url(images/Footer.gif);
	background-repeat:no-repeat;
}

#line
{
	margin-top:30px;
	margin-left:210px;
	background-image:url(images/line.gif);
	background-repeat:no-repeat;
	min-width:300px;
	height:20px;
}
