/*GLOBAL*/
body {
background: #593e00;
}
.clear {clear: both;}
a {color: #fff200;}
/* resets */
h1, h2, h3, h4 {margin: 0;}
/*main wrap*/
#wrap {width: 1020px;margin: 0 auto 0 auto;}



/* head */
#logo {background: url(images/logo.png);height: 150px; width: 410px;}

/* content */
#content {width: 1020px;}
#top-content {width: 1020px; height: 30px; background: url(images/head_top.png);}
#content-wrap {width: 1020px; background: url(images/content_bg.png);}
#content-body {padding: 0 60px 0 60px;}

#content-body-wrap {width: 500px; color: white; float: left;font-family: Tahoma;}
#content-body-wrap p {text-align: center;}


#sidebar-wrap {width: 300px; color: white; float: right; font-family: Tahoma; font-size: 16pt;}
#sidebar-wrap img {border-color: #fff200; border-width: 1px; border-style: solid;}

#foot-content {width: 1020px; height: 30px; background: url(images/bottom_foot.png);}