body {
	background-color: #FFFFFF;
	background: url(carbo.png) ;
 font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}

a {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: transparent;
	color: #000066;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}

        
#header {
	background: url(had99.jpg) no-repeat;
	height: 120px;
	text-align: center;
	width: 100%;
	-webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        behavior: url(border-radius.htc);
	-webkit-box-shadow: 2px 3px 8px 4px #9999FF;
        -moz-box-shadow: 2px 3px 8px 4px #006699;
         box-shadow: 2px 3px 8px 4px #6666FF;



}

#header h1 {
	font-size: 2.2em;
	position: relative;
	left: 260px;
	top: 10px;
}

#header a {
	background-color: transparent;
	color: #ffffff;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #999999;
}
#h2      {
          font-size:2em; color: #FFFF00;
}


#logo    {
        float: left;
        background: url(logo/logo37.png) no-repeat;
        padding-top:  150px;
        margin-left: 0px;
        margin-top: 20px;
        margin-right: 0px;

}
#sidebar {
        position: fixed;
	float: left;
        background-color: #FFFFFF;
         background: url(perch24.jpg);
	margin-top: 30px;
	width: 180px;
	height: 100%;
	-webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        behavior: url(border-radius.htc);
	-webkit-box-shadow: 2px 3px 8px 3px #9999FF;
        -moz-box-shadow: 2px 3px 8px 3px #006699;
         box-shadow: 2px 3px 8px 3px #6666FF;
}


#sidebar ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 5px;
}

#sidebar a {

        background-color: #99FFFF;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: #66FFFF;
	display: block;
	font-family: verdana;
	font-size: 11px;
	
	
	margin: 0;
	padding: 5px 0px;
	border: none;
	background: url(but77.png) repeat-x right bottom;
	width: 120px;

}

#sidebar a:hover {
	background-color: #3399FF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FF9900;
}

#content {
        background-color: #FFFFFF;
        background: url(misc100.jpg) ;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
       -webkit-box-shadow: 2px 2px 6px 3px #BABABA;
        -moz-box-shadow: 2px 2px 6px 3px #BABABA;
        box-shadow: 2px 2px 6px 3px #BABABA;
        float: right;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 30px;
	width: 670px;
}


#footer {
	background-color: #FFFFFF;
	background: url(misc100.jpg) ;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: right;
	width: 100%;
}

#footer a {
	border-bottom: 4px dotted #6633FF;
}

#footer a:hover {
	text-decoration: none;	
}
