/*	-------------------------------------------------------------
	CSS - Yazyk.net/index.html
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		main.css
	Date:			Dec 10, 2007
	Author:			Paul - http://bc.chamillionaire.ru/
	-------------------------------------------------------------	*/
	
body{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#body_bg{
	background-color: #919191;
}
.clr{
	clear: both;
}

/* CUSTOM STYLING
--------------------------------------------------------- */
div#wrapper{
	background: url(wrapper_bg.gif);
	background-repeat: repeat-y;
	width: 960px;
}
div#wrapperfooter{
	background: url(wrapper_footer_bg.gif);
	background-repeat: no-repeat;
	width: 960px;
	height: 30px;
}

/* HEADER
--------------------------------------------------------- */
div#header{
	width: 920px;
	height: 60px;
	position: relative;
}
div.header_bg{
	background-image: url(logo.gif);
	background-repeat: repeat-x;
}


/* FOOTER
--------------------------------------------------------- */
div#footerlinks{
	margin: 20px 0px 20px 0px;
}
div.footerlinks{
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
}
div.footerlinks a:link, div.footerlinks a:visited{
	color: #ee7805;
	text-decoration: none;
}
div.footerlinks a:hover{
	color: #00578e;
	text-decoration: underline;
}
div#footer{
	background-color: #ebebeb;
	height: 120px;
	width: 920px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
}
