body {
	margin:0;
	background:#000;
	color:#333;
	font:10px Helvetica, Arial, Tahoma, sans-serif;
}

#wrap {
	width:903px;
	margin:0 auto;
	padding:33px 0;
}
#main {
	background:#000;
}

#page {
	padding:0 10px;
}

#header {
	background:#000;
	min-height:635px;
	padding:0 0px;
}

#content {
	background:#fff;
	min-height:10px;
	font-size:12px;
	padding:10px 100px 26px 56px;
}

#wrapcontent {
	background:#fff;
	min-height:100px;
	font-size:12px;
	padding:0px 0px 0px 0px;
}

#content a:link {
	color:#f60;
	text-decoration:none;
	font-weight: bold;
}

#content a:visited {
	color:#f60;
	text-decoration:none;

}

a {
	color:#900;
	text-decoration:none;
}

h1 {
	font-size:14px;
	color:#333;
	text-decoration:none;
}

/* Start Differences from Master.css */

body {
	font:12px Helvetica, Arial, Tahoma, sans-serif;
}


#wrap {
	width:550px;
}

#content {
	min-height:150px;
	color:#333;
	padding:38px 100px 56px 56px;
}

h1 {
	font-size:18px;
}

#content a:link {
	font-weight: normal;
}

/* End Differences from Master.css */


/* Start Additions to Master.css */

#footer {
	background:#000;
	min-height:5px;
	font-size:12px;
	color:#f60;
	padding:3px 4px 5px 5px;
	text-align:right;
}

/* End Additions to Master.css */

