
#out3 {
	background: transparent url('img/grass.png') bottom left repeat-x;
	height: 100%;
	width: 100%;
}

#out2 {
	background: transparent url('img/left.png') bottom left no-repeat;
	height: 100%;
	width: 100%;
}

#out1 {
	background: transparent url('img/right.png') bottom right no-repeat;
	height: 100%;
	text-align: center;
	width: 100%;
}

.body {
	background: #0c0c0c url('img/msnbc1a.jpg') center center no-repeat;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-top: 20px;
}

#www, #www2, #www3 {
	float: left;
	border: 1px solid #666;
	margin: 20px;
	width: 27%;
	text-align: justify;
	opacity: .7;
	padding: 10px;
	color: #cdc8b1;
	margin-top: 0;
}

#www {
	margin-right: 40px;
}

#www2 {
	float: right;
}

#www3 {
	float: none;
	height: auto;
	margin: 0 auto;
}

#inner {
	text-align: center;
}

#www:hover, #www2:hover, #www3:hover {
	opacity: 1;
}


.green a {
	color: green;
	text-decoration: none;
	border-bottom: 1px dotted green;
}

.green a:hover {
	border-bottom: 1px solid green;
}


.orange a {
	color: orange;
	text-decoration: none;
	border-bottom: 1px dotted orange;
}

.orange a:hover {
	border-bottom: 1px solid orange;
}

h1, h1 a {
	font-family: serif;
	color: #ee9a49;
	text-align: center;
	text-decoration: none;
}

span.bottom a {
	text-align: center;
	position: absolute;
	bottom: 30px;
	font-size: 69%;
	font-weight: bold;
	opacity: 0.8;
	color: #cdc8b1;
	text-decoration: none;
	right: 25%;
	text-indent: -9999px;
	background-image: url('img/btn_contact.png');
	width: 140px;
	height: 26px;
}

span.bottom a:hover {
	opacity: 0.9;
}

#contact {
	width: 600px;
	margin-top: 5px;
}

#contact input,
#contact textarea {
	padding: 5px;
	width: 400px;
	font-size: 21px;
	margin: 0px 0px 8px 0px;
	border: 2px solid #ccc;
	color: #000;
}

#contact textarea {
	height: 120px;
}

#contact textarea:focus,
#contact input:focus {
	border: 2px solid #464540;
}

#contact input.submit-button {
	float: right;
	width: auto;
	margin-right: 43px;
	background: url('img/btn_submit.png') no-repeat top left;
	border: 0;
	width: 194px;
	height: 30px;
	text-indent: -9999px;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	-moz-border-radius: 5px;
}

#contact input.submit-button:focus {
	border: 0;
	margin-right: 41px;
	margin-top: 1px;
	margin-bottom: 7px;
}


label {
	float: left;
	text-align: right;
	margin-right: 8px;
	width: 150px;
	padding-top: 5px;
	font-size: 21px;
	color: #272727;
}

