/* CSS by Davide Permunian 

Color scheme:

#C40008: main red
#D47928: main orange

*/
html {background: #D47928; }
body { font-family:Verdana, sans-serif; font-size: small; color: #fff; margin: 0; padding:0; background:url(../images/body_bg.gif) top left repeat-x;}
body a { width:auto; outline:none;}
img { border:none; vertical-align: middle; }
form, input, select, textarea { margin: 0; padding: 0; }

#wrapper { width: 960px; margin: 0 auto; padding: 0; }
#header_top { width: 960px; height: 180px; background: url(../images/header_top_bg.gif) top left repeat-x; }
#header_bottom { width: 960px; height: 90px; clear: both; background: url(../images/header_bottom_bg.gif) top left repeat-x; }

#index_img { width: 248px; height: 240px; clear:both; float:left; background:url(../images/index_img.gif) top left no-repeat;}
#index_content { width: 712px; height: 240px; float:left; background: #fff url(../images/index_content.gif) top left no-repeat;}

#navigation { text-align: right; padding-top: 195px; color: #FFFFFF; font-size: 160%;}
#navigation a { color: #fff; text-decoration:none; }
#navigation a:hover { text-decoration:underline;}

#footer { width: 960px; height: 258px; clear: both; background: url(../images/footer_bg.gif) top left repeat-x; }