
/* Layout Styles */

body {
	background-image:url(images/left.jpg);
	background-repeat:repeat;
	margin-right:auto;margin-left:auto;width:760px;
	background-color: #CCCCCC;

}

#mainwrap {
text-align:center;
width:760px;
background-image:url(images/bodybg.gif);
background-repeat: repeat-y; 
}
#bodywrap {

}
#leftwrap {
position: relative;
float:left;
width: 200px; 
z-index: 4; 
font-size:11px;
}

#header {
    position: relative;
	width: 760px;
	height: 66px;
	z-index: 1;
 }
 
#image {
position: relative; width: 760px; height: 238px; z-index: 2;
}
 
#topnav {
position: relative; 
width: 760px; 
height: 25px; 
z-index: 3; 
background-image:url(images/topnav.gif);
background-repeat:no-repeat;
font-size:14px;
color:#ffffff;
text-align:center;
}

#location {
position: relative; 
float:left;
width: 650px; 
height: 20px; 
background-image:url(images/locationbg.gif);
text-align:left;
padding-left:10px;
padding-top:5px;

}
#print {
position:relative;
float:left;
width:90px;
height: 20px; 
background-image:url(images/locationbg.gif);
background-position:right;
text-align:right;
padding-top:5px;
padding-right:10px;

}
 
.tx-macinasearchbox-pi1 {
padding-left:10px;
padding-top:12px;
padding-right:10px;
padding-bottom:5px;
position: relative;
width: 180px; 
text-align:left;
} 
 
#leftnav {
padding-left:10px;
padding-right:10px;
position: relative;
width: 180px; 
text-align:left;
} 

#bodyleft {
padding-left:10px;
padding-right:10px;
position: relative;
text-align:left;
width: 180px; 
}
#donate {
padding-left:10px;
padding-top:13px;
padding-right:10px;
padding-bottom:7px;
position: relative;
text-align:left;
width: 180px; 
}

#body {
	position: relative;
	float:left;
	width: 540px;
	z-index: 5;	
	text-align:left;
	font-size: 13px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	
	
}

#clear {
clear:both;
}
 
#bottomnav {
 position: relative; 
 width: 760px;
 height: 26px; 
 z-index: 6; 
 background-image:url(images/bottomnav.gif);
background-repeat:no-repeat;
}

#footer {
	padding-top:7px;
	position: relative; 
	width: 760px; 
	height: 50px; 
	z-index: 7; 	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666666;
	text-align: center;
	background-image:url(images/left.jpg);
	background-repeat:repeat;
}