table {
min-height:100%;
}

body {  
	margin: 20px 0;
	padding: 0;
        background-repeat: repeat-y
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
        height:100%;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#slave-div {
     min-height:100%; 
}

#breadcrumbs {
padding-left: 20px;
}

.breadcrumbs a{
background: transparent no-repeat center right;
text-decoration: none;
padding-right: 5 px; /*adjust bullet image padding*/
color: navy;
}

/*.breadcrumbs a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumbs a:hover{
text-decoration: underline;
}*/
.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent no-repeat center right;
text-decoration: none;
padding-right: 5 px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}




#wrapper-for-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/images/background-left.jpg) repeat-y;
    min-height:100%;
/*    height: auto !important;*/
   
}
#wrapper-for-right { 

    left:0px;
    background: url(/images/background-right.jpg) repeat-y;
    background-position: right;
    min-height:100%;    
   /* height: auto !important;
    height:100%;*/
}
#content-wrapper {
   min-height: 100%;
 
}

#right {
    height:auto;
    width:240px;
}
#left {
    height:auto;
    width:325px;
}

#menu   {
	position: relative;
     	top:10px;
	background: url(/images/img055.gif);
	background-repeat: no-repeat;
	width: 650px;
	height: 55px;
}

#menu li{
	display: inline;
        margin-right: 40px;
}

#menu a {
        margin-left: 0px;
	margin-right: 40px;
	float: left;
        position:relative;
        bottom:11px;
}

#menu a:hover {
	background: transparent;
}

/* Logo */

#logo {
	height: 160px;
	
	background: url(/images/img02.gif) no-repeat;
}

img#logo{
	width: auto;
	height: auto;
	padding-top: 30px;
	padding-left: 55px; 
}

#logo h1 {
	padding: 50px 0 0 20px;
	letter-spacing: -.05em;
	font-size: 4em;
}

#logo h2 {
	font-size: 1.8em;
}

#logo a {
	text-decoration: none;
	color: #3399FF;
}

/* Sidebar */

#sidebar {
	width: auto;
	height: auto`;
}

/* Boxed */

#sidebar .boxed {
    
	width: 240px;
	padding: 0 0 3em 0;
	background: #FFCC00 url(/images/img04.gif) no-repeat left bottom;
}

#sidebar .boxed h2 {
	height: 40px;
	padding: 10px 0 0 30px;
	background: url(/images/img03.gif) no-repeat;
	font-size: 2em;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	color: #FFFFFF;
	text-align: center;
}

#sidebar .boxed ul {
}

#sidebar .boxed li {
}

#sidebar .boxed a {
	text-decoration: none;
	color: #3399FF;
}

#sidebar .boxed a:hover {
	color: #FF9900;
}


#footer {
    bottom: 0px;
    clear: both;
}

