/*
 * You need to add the following styles in order to make a complete style:
 *
 * body {
 * 	   background-image: url();
 * 	   background-color: #;
 * }
 * 
 * #headerlinks {
 * 	   background: #;
 * }
 * 
 * .sidebox h2 {
 *     border-color: #;
 * }
 *
 * It is recommended that the last two be set to the same color to keep things
 * uniform. All other things can be overwritten if desired.
 */

#container {
	background-image: url('/static/images/trans-white85.png');
	background-repeat: repeat; 
	border-color: #2e3436;
}

#header h1 {
	color: #2e3436;
}

h3 {
	color: #2e4a99;
}

#header {
	color: white;
}

#header a:hover {
	color: white;
}

#headerlinks {
	border-color: #2e3436;
}

.sidebox, .framed {
	background-image: url('/static/images/trans-white80.png');
	background-repeat: repeat;
	border-color: #2e3436;
}

#footer {
	border-color: #2e3436;
}

a {
	color: #2e4a99;
	text-decoration: underline;
}

a:hover {
	color: #ec9e06;
}

th,td {
	border-color: #2e3436;
}

th {
	color: white;
}

table,pre {
	background-image: url('../images/trans-white80.png');
}

