html {
	background: #130d10 url("../images/red/bg-html.jpg") repeat; 
	}
body {
	background: url("../images/red/bg-body.jpg") top repeat-x;
	}

a:link,a:visited, a:hover,a:active	{ color:#660000; }

input, textarea, select { 
	background-color:#cc9999 !important; /* to prevent highlighting by Google Toolbar */
	}

#wrapper {
	background: url("../images/red/wrap.jpg") repeat-y;
	}

#header {
	background: url("../images/red/header.jpg") top no-repeat;
	}
	
	#header p, #header h1 {color: #663333;}
	#header a:link, #header a:visited, #header h1 a:hover, #header h1 a:active {color: #663333;}
	
#masthead {
	background: url("../images/red/flash-bg.jpg") no-repeat;
	}

#navigation-container-lower {background: url("../images/red/nav-wrap.jpg") repeat-y;}
#main-navigation {
	background: url("../images/red/nav-top.jpg") top no-repeat;
	}

#main {
	background: url("../images/red/main-bottom.jpg") bottom no-repeat;
	}

#right a {
	background: url("../images/red/bullet.jpg") 0px 6px no-repeat;
	padding-left: 10px;
	}
	
#right h2, #right h3 {
	border-bottom: 1px solid #993333;
	}

#footer {
	background: url("../images/red/bg-html.jpg") repeat; 
	}
	
	