/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file manages the asthetic layout,
dimensions etc***/

body {
text-align: center;
margin: 0;
margin-top: 0px;
}

#wrapper {
position: relative;
width: 840px;
margin: 0;
padding: 0;
margin: 0 auto;
margin-top:10px;
text-align:left;
z-index: 5;
border:1px solid silver;
}

#top_shadow {
position: absolute;
right: -28px;
top: 25px;
width: 900px;
height: 120px;
z-index: -5;
}

#top_a {
height: 25px;
width: 840px;
padding: 0;
margin: 0;
line-height: 25px;
}

#top_a_left {
float: left;
margin-left: 10px;
display: inline;
}

#top_a_right {
float: right;
margin-right: 20px;
}

#branding_header {
width: 840px;
height: 120px;
margin: 0;
padding: 0;
}

#top_nav {
height: 25px;
width: 840px;
margin: 0;
padding: 0;
}

#top_shelf {
width: 840px;
margin: 0;
padding: 0;
height:10px;
}

#content_wrap {
width: 840px;
overflow: hidden;
}

#sidebar {
float: left;
width: 190px;
margin-left: 10px;
padding: 0 5px 5px 5px;
margin-top: -7px;
display: inline;
overflow:hidden;
}

* html body #sidebar {
width: 200px;
overflow:hidden;
}

#main_content {
float: left;
width: 610px;
margin-left: 10px; 
display:inline;
height:600px;
overflow:auto;
}

* html body #main_content {
width: 550px;
}

#bottom_seperator {
background: #fff url(../images/bottom_seperator_bg.gif) no-repeat;
width: 840px;
height: 6px;
}

#bottom {
float: left;
padding: 10px;
margin-left: 110px;
}

#footer  {
background: #33993A;
width: 840px;
height: 20px;
margin: 0 auto;
clear:both;
padding-top: 5px;
}

#footer_shadow {
background: #ffffff;
height: 20px;
width: 840px;
margin: 0;
padding: 0;
}