/*site specific styles*/
@import "site/header.css";
@import "site/footer.css";

#body_container{
	background-image: url('../images/container_shadow_bg.png');
	background-position: top;
	background-repeat: no-repeat;


}

#body{
	padding: 2em 0 1em 0;
	width : 990px;
	margin : 0 auto;
}

.container{
	min-width:990px;
	background-color: white;

}

ul {
    list-style-type: none;
}

h1{
	color : #574685;
	font-size : 22px;
}

html, body{
	height: 100%;
}

/*
574685 - purple

*/
