body.body_bg {
	font: 12px/1.7em "Helvetica",Arial,Sans-serif;
	background: #0a101e url("../images/top_bar.png") top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6b5b52;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}

#header {
	padding:0;
	margin: 35px 0 0 0;
	background:transparent url("../images/mycodespark_logo.png") no-repeat center top;
	width:100%;
	height:280px;
	overflow:hidden;
}

#nav {
	padding:1px;
	margin:0;
	width:100%;
	height:137px;
	background:transparent url("../images/nav.png") no-repeat;
}

/* --------------------------------- NAV ELEMENTS -----*/

#nav ul {
	list-style-type:none;
	font:13px Helvetica,Arial,Sans-serif;
	padding:10px 15px;
	margin:0;
}

#nav li {
	float:left;
	padding-right:48px;
}

#nav a {
	color:#f5f4f4;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

#nav .blurb {
	border-top:dashed 1px #464f62;
	padding:15px 0;
	margin: 35px 15px;
	font:24px Helvetica,Arial,Sans-serif;
	color:#7e8aa2;
}

#mainContent {
	padding: 20px; 
	background:#FFFFFF;
	overflow:hidden;
}

#col1 {
    width:550px;	
	float:left;
}

#col2 {
	margin:20px 20px 20px 0;
	width:220px;
	float:right;
}

h1.brand {
	text-indent:-9999px;
	height:100px;
	width:320px;
	padding:0;
	margin:50px 10px 20px 0px;
	background:transparent url("../images/mcs_logo.png") no-repeat;
}

#built {
	float:right;
	padding:20px 20px 20px 40px;
}

h2 {
	color:#ff881d;
}

a img {
	border:0;
}

a:link, a:visited {
	color: #ff881d;	
	font-weight: bold;
}

/*--------------------------- FORMS ------*/

form {
	margin:0 0 20px 0;
}

form input.upload {
	background:#fff;
	border:solid 1px #ae9e95;
	margin:5px 0;
	width:548px;
	height:150px;
}

.button {
	width:120px;
	height:38px;
	font-size:12px;
	color:#f7f6f1; 
	font-weight: bold;
	background:url("../images/generate.png");
	border:2px solid #ff881d;
}

.button:active {
	background:url("../images/generate_active.png");
}