/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
/*CENTER PAGE TITLES*/
/*center page titles*/
.custom div.headline_area h1 {text-align:center;}


/*CUSTOM BACKGROUND IMAGES*/
body.custom {  background: url('images/webbkgrd.png'); background-repeat:repeat-xy; }
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
	padding: 5px;
    background: #A9A99C;
    border: 4px solid #BBBBAF;
}


