
/***This css file manages the asthetic layout,
dimensions etc***/

body {
text-align: center;
margin: 0;
margin-top: 13px;
}

#wrapper {
position: relative;
width: 780px;
margin: 0;
padding: 0;
margin: 0 auto;
text-align:left;
z-index: 1;
}

#top_shadow {
position: absolute;
right: -7px;
top: 33px;
width: 795px;
height: 120px;
z-index: -1;
}

#top_a {
height: 33px;
width: 780px;
padding: 0;
margin: 0;
line-height: 33px;
}

#top_a_left {
float: left;
margin-left: 10px;
display: inline;
}

#top_a_right {
float: right;
margin-right: 20px;
}

#branding_header {
width: 780px;
height: 120px;
margin: 0;
padding: 0;
}

#top_nav {
height: 33px;
width: 780px;
margin: 0;
padding: 0;
}

#top_seperator {
background-color: #e4e9ab;
width: 780px;
height: 10px;
}

#page-nav {
left: 0px;
right: 0px;
}

#content_wrap {
width: 780px;
overflow: hidden;
/*border: 2px solid #44CCFF;*/
}

#main_content {
/*float: left;*/
/*width: 730px;*/
padding: 10px;
margin-left: 30px;
margin-right: 30px;
/*border: 2px solid #44CCAA;*/
}

* html body #main_content {
width: 750px;
}

#bottom_seperator {
background: #fff url(../images/bottom_seperator_bg.gif) no-repeat;
width: 780px;
height: 6px;
}

#footer  {
background: url(../images/footer_bg.gif) repeat-x;
border-top: 3px solid white;
width: 780px;
height: 33px;
margin: 0 auto;
clear:both;
padding-top: 0px;
}

#footer_shadow {
background: url(../images/footer_shadow_bg.jpg) repeat-x;
height: 52px;
width: 780px;
margin: 0;
padding: 0;
}

