body {
    margin: 0px;
    padding: 0px;
    background-image: url("./images/mc_back.png");
    background-repeat: repeat-both;
}

* {
	padding: 0px;
	margin: 0px;
	font-family: "Arial", Sans-Serif;
}

#header_back {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 200px;
    background-image: url("./images/mc_header_back.png");
    background-repeat: repeat-x;
    z-index: -1;
}

#header {
    width: 100%;
	min-width: 950px;
    height: 200px;
    background-image: url("./images/mc_top_standard.jpg");
    background-repeat: no-repeat;
}

#wrapper {
    width: 100%;
    min-height: 600px;
    min-width: 950px;
}

#content {
	float: right;
	margin: 10px 25px 0px 210px;
	min-width: 640px;
	min-height: 590px;
}

#sidebar {
    position: absolute;
    left: 0px;
    width: 200px;
    height: 600px;
}

#navimage {
	border: none;
}

#footer {
	height: 5%;
    min-width: 950px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	background-color: #985; /* TEMPORARY */
}

/* -- -- -- -- -- -- -- -- -- -- */

a {
	color: #061F70;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #00F;
}

h1 {
	text-align: center;
	font-size: 40px;
    padding-bottom: 20px;
}

h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
    padding-bottom: 15px;
}

p {
	text-align: center;
	font-size: 15px;
    padding-bottom: 10px;
}

.temp_center { /* TEMPORARY */
    margin-left: 300px;
}