/* Template for */
/* Made by DL Studio */
/* Author - Ilia LeeSteR Sidorenko */
/* E-mail - design@studiosdl.com */
/* Web-site - http://stuiosdl.com */

body	{
	font:								76% verdana,sans-serif;
	text-align:							center;
	background:							#CCCCCC;
}
div#header	{
	margin:								0;
	padding:							0;
}
div#container	{
	text-align:							left;
	width:								1000px;
	margin:								0 auto;
	background:							url(../images/container_bg.jpg) top left repeat-y;
}
div#content	{
	float:								left;
	width:								736px;	
}

div#navigation	{
	float:								right;
	width:								264px;
}
div#footer	{
	clear:								both;
	height:								162px;	
	width:								100%;
	background:							url(../images/footer_bg.jpg) left bottom no-repeat;
}