* {
 padding: 0;
 margin: 0;
}
body {
	font: 10px 'Trebuchet MS', Lucida, Verdana;
	background: url("img/index_backgr.jpg") #F2F2F2 no-repeat top;
	color: #5C5C5C;
	text-align: center;
}
#wrapper {
 background: transparent no-repeat top;
 width: 700px;
 margin: 0 auto;
 height: auto;
 }
#header {
 	background: transparent;
	margin: 0px 0px 0px 0px;
 	width: 600px;
	height: 191px;
	padding: 0px 0px;
	text-align: center;
}
#navbar {
height: 70px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
/*#navbar a img, #content_left a img, #content_content_right a */

#content_left { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 20px;
/* padding: 4px;
*/ display: inline; /* IE Hack */
width: 450px;
 float: left;
 /*border: 1px solid #ccc;*/
/* background-color: #DAC8BF;*/

 padding-right: 5px;
}
* html #content_left {height:300px}  /*IE Min-Height Hack  */

#content_right {
 margin: 0px 0px 0px 20px;
 display: inline; /* IE Hack */
/* padding: 4px;*/
width: 190px;
 float: left;
/* background-color: #DAC8BF;
*/
 text-align: left;
/* padding-left: 15px;
*/
  }
/* html #content_right {height:0px}  IE Min-Height Hack  
*/
#footer {
width: 600px;
 margin: 20px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 98.8%}
/*credits websites*/
/*INFO*/
#web {
z-index: 1;
width: 50px;
height: 28px;
}
#web a{
display: block;
width: 50px;
height: 28px;
background: url("img/website_by.gif") no-repeat;
 }
#web a:hover,
#web a:focus,
#web a:active {
background-image: url("img/website_by_over.gif");
}
#web a span{
position: relative;
z-index: -50;
}
strong{
	font-weight: bolder;
}
/**/