/* Import shared styles 
-------------------------------------------------- */

@import "common.css";
@import "template_base.css";
@import "navigation.css";

/* Structure
-------------------------------------------------- */

body {
	background: url("/images/bg.gif") repeat-x #353535;
}


div#pageContent,
div#sidePanel {
	float: left;
}

div#pageContent {
	width: 600px;
}

div#sidePanel {
	width: 300px;
	margin-left: 20px;
}

div#sidePanel img {
	padding: 1px;
	border: 1px solid #ccc;
	margin: 9px;
}

