/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */


* {margin:0; padding:0}
body 		{background: url(images/bg.jpg) repeat; text-align:center; font:normal .8em verdana;}
#hdr-cont	{background: url(images/hdr-bg.jpg) repeat-x;}
#header		{width:1020px; background: url(images/header.jpg) no-repeat; margin:0 auto;}
#menu		{padding-top:200px; height:24px; margin-left:57px;}
#container	{width:900px; text-align:left; margin:0 auto; background: url(images/content-bg.jpg) repeat-y;}

#content	{margin:5px 50px 40px 50px;}

#footer		{font-size:80%; background:#333; padding:20px 0; text-align:center; color:#777; text-decoration:none;}
#footer a, a:visited    {color:#777}
