@charset "utf-8";
/* CSS Document */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-position:top;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(http://maxmorgandesign.com/branding/test/SITEBG_05.jpg);
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
a { color:#CCC; text-decoration:none; outline:none; }
a:hover { color:#999; }
div#container {
	background-color:#000;
}
div#bg {
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	color:#999;
	line-height:18px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	vertical-align:middle;
	font-weight:normal;
	white-space:pre;
	height:100%;
	width:100%;
	overflow:hidden;
}
div#bg div {
	display:block;
	float:left;
	width:34px;
	text-align:right;
	background-color:#333;
	padding-right:6px;
	color:#CCC;
	margin-right:4px;
}
div#bg div:hover {
	background-color:#000;
}
div#maincontent_holder {
	z-index: 10;
	position:absolute;
	border:#F00;
	min-height:100%;
	width:100%;
	background:none;
	min-width:750px;
}

label {
	font-size:120%;
	display:block;
	font-weight:normal;
}
input, textarea {
	width:250px;
}


div.form-thing {
	padding:5px;
	margin:0 0 0 0;
}

h3 {
	font-size:22px;
	margin:0 0 0 0;
	padding:10px 5px; 
}


div#contact_message {
	color:#F00;
	padding:10px 5px;
}


div.r-l {
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
}
