html, body {
	background-color:#FFFFFF;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	}

div#left {
	float: left;
	width: 200px;
	background-image:url(images/background_left.jpg);
	background-repeat:no-repeat;
	}

div#menu1 {
	}

div#right {
	float: right;
	width: 119px;
	background-image:url(images/background_right.jpg);
	background-repeat:no-repeat;
	background-position:0px 290px;
	}
		
div#central {
	}
	

/*
	
div#newsletter {
	width:174px;
	margin-left:10px;
	}
div#newsletter_top {
	background-image:url(images/newsletter_top.gif);
	background-repeat:no-repeat;
	height:16px;
	}
div#newsletter_bottom {
	background-image:url(images/newsletter_bottom.gif);
	background-repeat:no-repeat;
	height:20px;
	}
div#newsletter_content {
	background-image:url(images/newsletter_slice.gif);
	background-repeat:repeat-y;
/*	width:174px;*/
/*	padding-top:11px;
	padding-bottom:11px;
	padding-left:28px;
	padding-right:8px;
	}
*/
/*div#footer {
	clear:both;
	}*/

div#middle {
	clear:both;
	/*background-color:#CC9999;*/
	width:879px;
	
	/*padding-top:10px;margin-top:10px;*/
	}

div#header {
	/*height:175px;*/
	background-image:url(images/background_header_strip.gif);
	background-repeat:repeat-x;
		}	
/*div#header_menu {
	float:right;
	width:100%;
	background-color:#D26400; 
	font-size:1.2em; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align:right; color:#FFFFFF; 
	margin-top:4px;
}	*/



.center {margin-left:auto; margin-right:auto; display:block; text-align:center;} 
.nobr {white-space:nowrap; }



div.galleryRow{float:left; clear:both; width:100%; margin: 0px 0px 22px 0px; }
div.galleryImgLeft{float:left; margin:0px 10px 0px 0px;}
div.galleryImgMiddle{float:left; margin:0px 10px 0px 0px;}
div.galleryImgRight{float:left;}


#twitter {
    width: 158px;
    margin-top: 20px;
    padding: 0 0 0 32px;
    color: #2F2F2F;
}
    #twitter p.title a {
        display: block;
/*        font-size: 14px;*/
        color: #394ca0;
        height: 41px;
        margin-bottom: 10px;
        padding: 0 0 0 56px;
        background: transparent url('images/twitter.jpg') no-repeat 0 0;
        font-weight: bold;
    }
    #twitter p.title a:hover {
        color: #EC2436;
    }
    #twitter div.twitterStatus {
        margin-bottom: 10px;
        font-size: 12px;
    }
        #twitter div.twitterStatus span {
            color: #EF4930;
            font-size: 11px;
        }
    
#facebook {
    margin-top: 12px;
    padding: 0 0 0 32px;
    color: #2F2F2F;
}
