﻿@import url("formats.css");

/*--- Container ---*/
#container {
   position: relative;
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#fff;  		
   width: 880px;
   height:auto;	
}

#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;
}
#content{
	width: 675px;
	height:auto;
	float: right;
    padding-right:5px;
}

#footer{
	width:100%;
	text-align: right;
	font-size: x-small;
}