/* CSS Document */
body {
	color: #505150;
	background-color: #E1E1E1;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center left;
	font-family: Rockwell, Arial, sans-serif;	
	background-image: url(../images/background.png);
}

.whole {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}
#wrapper {
	background: url(../images/pattern2.png) repeat top;
}

#outertopbar {
	background: #44749d;
	border: 0px solid;
}

#sitename a, a:focus, a:hover, a:visited{
	color: #ebe7e0;
}

#beforecontent hr {
	border: solid 1px #EAEAEA;
	border-width: 0 0 1px 0;
}

#header, #outerbeforecontent, #main {
	color: #505150;
	background-color: #fff;
}

#header, #outerbeforecontent, #main, #outerfootertop {
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

#content-container {
	margin: 45px 20px 45px 20px;
}

#footer-top hr
{
	border-top: 1px solid #bdb8ad;
	border-left: 0px solid;
	border-right: 0px solid;
}

#outerfootertop {
	background-color: #ebe7e0;
}

#outerfooterbottom {
	background-color: #bdb8ad;	
}

h1, h2, h3, h4 {
	color: #444;
}

.sidebar {
	background: url(../images/sidebar_bg.png);	
}

.sidebar-element {
	background: url(../images/sidebar_header_bg.png) no-repeat;	
}	


