﻿@import url("formats.css");

#wrapper{min-width:770px;max-width: 880px;margin: 0 auto;position:relative;
	top: 0px;
	left: 0px;
}
#everythang{
	background-color:#fff;
	height:auto;
	width: 880px;
}
/*--- Container ---*/
#container {
   position: relative;
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#fff;  		
   width: 880px;
}

#logo_head{
	height:135px;
	background-image:url('../images/head.jpg');
	background-repeat: no-repeat;
	background-position: right;	
	text-align: right;
	font-size:small;
}
#logo_head img{
	float:left;
}
#logo_head p{
	text-align: right;
	padding-bottom: 0px;
}

#top_image{
	width:100%;
	height: 200px;
	font-size: medium;
	line-height: 25px;
	/*background-image:url('../images/pic+text.jpg');*/
	background-repeat: no-repeat;
	background-position:left;
	color:#fff;	
}
#top_image img{
		border: 0px;
}
#text{
	position: relative;
}
#text a{
	color:#fff;
}
#text a:hover{
	color: yellow;
	text-decoration: none;
}
#left_nav{
	width:200px;
	float: left;
	height:auto;
	background-color:#fff;
}

#content{
	width: 675px;
    padding-right:5px;
    padding-left:0px;
    left:175px;
    background-color:#fff;
    float:right;
}

#content li{
	text-align: justify;
	list-style: square;
	font-size:10pt;
}

#footer {color:#000;background: #efefef url("images/sprites.gif") repeat-x 0 -1500px;padding: 6px; text-align:right;float:right;position:relative;width: 670px}
/*#footer{
	width:100%;
	text-align: right;
	font-size: x-small;
	position:relative;
	
}*/
