/* ---------------------------------------------- */
/* --------------- WEBSITE LAYOUT --------------- */
/* ---------------------------------------------- */

BODY		{ margin:0px; padding:0px; background:#FFF; }

DIV.header	{ height:90px; padding:30px; }
DIV.images	{ width:980px; margin:0px auto; }

DIV.logo	{ width:200px; height:65px; background:url(../images/header/logo.png) no-repeat; cursor:pointer; }
* html DIV.logo	{ background-image:none; background:url(../images/header/logo.gif) no-repeat; }

DIV.news	{ margin-left:630px; padding:20px; border:solid 2px #FFF; background:url(../images/back_news.png) no-repeat; background-position:top right; cursor:pointer; }
DIV.news:hover	{ border:solid 2px #CA251F; }
* html DIV.news	{ background-image:none; background:#E6E6E6 url(../images/back_news.gif) no-repeat; background-position:top right; }

DIV.scrolltwo	{ clear:both; width:980px; margin:0px auto; }

DIV.content	{ margin-left:285px; padding-bottom:20px; text-align:justify; }

DIV.footer	{ clear:both; border-top:solid 1px #CACACA; padding-top:5px; padding-bottom:30px; font-size:10px; line-height:10px; text-align:right; color:#CACACA; }
