/**

*** 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 {

background-color: #71C6D5;

text-align: center;

margin: 0;

margin-top: 0px;

}



#wrapper {

position: relative;

width: 760px;

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: 760px;

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;

}






* html body #top_shelf_right {

width: 246px;

}



#content_wrap {

width: 760px;

overflow: auto;

}



#sidebar {

float: left;

width: 190px;

margin-left: 10px;

padding: 0 5px 5px 5px;

margin-top: -7px;

display: inline;

}



* html body #sidebar {

width: 200px;

}



#pathway {

float: left;

width: 538px;

margin-left: 11px;

padding: 5px;

}



* html body #pathway {

width: 749px;

}



#main_content {

float: left;

width: 735px;

padding: 10px;

margin-left: 5px;

}



* html body #main_content {

width: 550px;

}




#footer   { text-align: center; margin: 0 auto; padding-top: 11px; width: 760px; height: 40px; clear: both }



#footer_shadow {

background: url(../images/footer_shadow_bg.jpg) repeat-y;

height: 20px;

width: 760px;

text-align: center;

text-indent: 3px;

}