/**
*** 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: auto;
margin: 0;
padding: 0;
margin: 0 auto;
text-align:left;
z-index: 1;
}

#top_shadow {
display: none;
}

#top_a {
display: none;
}

#top_a_left {
display: none;
}

#top_a_right {
display: none;
}

#branding_header {
display: none;
}

#top_nav {
display: none;
}

#top_shelf {
display: none;
}

#top_shelf_left {
display: none;
}

* html body #top_shelf_left {
display: none;
}

#top_shelf_center {
display: none;
}

* html body #top_shelf_center {
display: none;
}

#top_shelf_right {
display: none;
}

* html body #top_shelf_right {
display: none;
}

#top_seperator {
display: none;
}

#content_wrap {
width: 780px;
overflow: visible;
}

#sidebar {
display: none;
}

* html body #sidebar {
display: none;
}

#pathway {
display: none;
}

* html body #pathway {
display: none;
}

#main_content {
float: left;
width: auto;
padding: 10px;
margin-left: 10px;
}

* html body #main_content {
width: auto;
}

#bottom_seperator {
display: none;
}

#footer  {
display: none;
}

#footer_shadow {
display: none;
}
