* {
	margin: 0;
	padding: 0;
}
a { 
	color: #112594;
	text-decoration: none; 
}
a:hover { text-decoration: underline; }

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	font: 62.5% 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #432804;
	background-color: #e5ae65;
	background-image: url(images/body-bg.jpg);
	}
	
ul {
	list-style: none;
	text-align: left;
}
ul li {;
	margin-bottom: 10px;
}

#under_construction {
	width:700px;
	height:600px;
	margin:0px auto;
	text-align:left;
	background: url(images/background.png) no-repeat center;
}
			
#Content {
	width:700px;
	height:600px;
	margin:0px auto;
	text-align:left;
	background: url(images/background.png) no-repeat center;
	position: relative;
	}
	#Info {
		position: absolute;
		top: 59px;
		left: 61px;
		width: 254px;
		height: 234px;
		padding: 10px;
		}
	#Contact {
		position: absolute;
		top: 59px;
		left: 397px;
		width: 223px;
		height: 188px;
		padding: 10px;
		}
		#Contact input {
			width: 98%;
			margin-bottom: 3px;
			border: 3px solid;
			border-color: #643a03;
			background: none;
			font: 62.5% 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: #432804;
			}
		#Contact textarea {
			width: 98%;
			border: 3px solid;
			border-color: #643a03;
			height: 105px;
			background: none;
			margin-bottom: 3px;
			font: 62.5% 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: #432804;
			}
	#Twitter {
		position: absolute;
		top: 355px;
		left: 62px;
		width: 304px;
		height: 177px;
		padding: 10px;
		overflow: auto;
		}
		#Twitter ul {
			list-style: none;
			text-align: left;
			}
			#Twitter ul li {
				font-size: 12px;
				margin-bottom: 10px;
			}

		
	#Links {
		position: absolute;
		top: 310px;
		left: 497px;
		width: 123px;
		height: 171px;
		padding: 10px;
		font-size:10px;
		}

