h1 { 
	color: #666;
}

h2 {
	color: #8B0200;
}

h3 {
	color: #333;
}

body {
	color: #333;
	background: #858585;
}

a {
	color: #1A75BB;
}

body {
	background: url(../images/bg.png) 0 0 repeat-x;
}

#shadow_right {
	background: url(../images/shadow-tr.png) 100% 0 no-repeat;
}

#shadow_left {
	background: url(../images/shadow-tl.png) 0 0 no-repeat;
}

#mainbody {
	background-color: #fff;
}

#header {

}

#logo {
	background: url(../images/logo.jpg) 0 0 no-repeat;
}

#horiz-menu {
	background: url(../images/menu-bg.png) 0 0 repeat-x;
}

#footer {
	background: url(../images/footer-bg.png) 0 0 repeat-x;
	color: #1A75BB;
}