@import url("overlay.css");

/*body*/ 
body {
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #5a5a5a;
        background-color: #FFF;
}
 
a, ol, ul, p, img, h1, h2, h3, h4, h5, h6, form, input, td, dd, dl {
        margin: 0;
        padding: 0;
        border: 0;
}
 
a, object:focus {
        outline: none;
}
table {
        border-collapse: collapse;
        border-spacing:0;
}              
/* end global reset */
#wrapper{
	width:1228px;
	margin:0 auto;
}
a,p{
	color:#261c09;
	font-size:11px;
	font-family:Helvetica,Arial;
}
a{
	text-decoration:underline;
}
body{
	background:url(../images/main_bg.jpg) repeat-x scroll 0 0;
	background-color:#f2eee6;
	font-family: Helvetica,Arial;
}
.clear{
	clear:both;
}
.extender{
	background:url(../images/separator_white.gif) no-repeat top left;
	height:121px;
	width:1px;	
}
.extendertwo{
	background:url(../images/separator_white.gif) no-repeat top left;
	height:169px;
	width:1px;	
}
.extenderthree{
	background:url(../images/separator_white.gif) no-repeat top left;
	height:650px;
	width:1px;	
}
.extenderfour{
	background:url(../images/separator_gray.gif) no-repeat top left;
	height:53px;
	width:1px;	
}
.extenderfive{
	background:url(../images/separator_white.gif) no-repeat top left;
	height:90px;
	width:1px;
	float:left;	
}


/**/
.right-sidebar{
	float:left;
	width:226px;
}

/** Tools **/
#site-tools{
	clear:both;
	margin-right:5px;
	padding-bottom:10px;
	height:22px;
}

#site-tools a{
	float:right;
	display:block;
	height:21px;
	margin-left:2px;
}

#site-tools a span{
	display: none;
}

#site-tools a.email{
	background:url(../images/tools/mail.png) no-repeat bottom;
	width:22px;
}

#site-tools a.print{
	background:url(../images/tools/print.png) no-repeat bottom;
	width:21px;
	margin-left:3px;
}

#site-tools a.reduce-text-size{
	background:url(../images/tools/reduce-size.png)  no-repeat bottom;
	width:16px;
}

#site-tools a.increase-text-size{
	background:url(../images/tools/increase-size.png) no-repeat bottom;
	width:23px;
}
/***/
