/* general */
body, html,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, p, blockquote,
form, fieldset, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 1em;
}

body {
	color: #202020;
	font-size: 62.5%;
	background: url('/media/dsg/starcom_bg.jpg') repeat-x top center;
}

body.red {
	background-color: #bf291e;
}
body.grey {
	background-color: #94928f;
}
body.blue {
	background-color: #6c54d1;
}
body.green {
	background-color: #7db12e;
}
body.red #footer_container .wrapper {
	
	border-bottom:1px solid #a02920;
	border-top:1px solid #a02920;
}
body.grey #footer_container .wrapper {
	
	border-bottom:1px solid #7e7a78;
	border-top:1px solid #7e7a78;
}
body.blue #footer_container .wrapper {
	
	border-bottom:1px solid #5e4aac;
	border-top:1px solid #5e4aac;
}
body.green #footer_container .wrapper {
	
	border-bottom:1px solid #6a942b;
	border-top:1px solid #6a942b;
}
img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #fdb60c;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;	
}

p {
	margin-bottom:1em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

.http_error {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
