@import "reset.css";
@import "admin.css";

body {
	font-family:Helvetica,Arial;
}

#main-wrapper {
	width:900px;
	margin:auto;
	background:url("../images/header.jpg") no-repeat;
	padding-top:270px;
	position:relative;
	border:2px solid black;
	overflow:hidden;
}

#link_1 {
	position:absolute;
	left:477px;
	top:15px;
	color:red;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
}

#link_2 {
	position:absolute;
	left:585px;
	top:15px;
	color:red;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
}

#link_3 {
	position:absolute;
	left:693px;
	top:15px;
	color:red;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
}

#link_4 {
	position:absolute;
	right:60px;
	top:15px;
	color:red;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
}

#left_content {
	float:left;
	width:410px;
	padding-bottom:40px;
	padding-top:10px;
}

#right_content {
	float:right;
	width:430px;
	padding-right:40px;
	padding-bottom:40px;
	padding-top:10px;
}

#footer {
	clear:both;
	width:100%;
	float:left;
	height:39px;
	background:url("../images/footer.jpg") repeat-x;
	position:relative;
}

#footer p {
	position:absolute;
	font-size:10px;
	top:10px;
	left:40px;
	color:white;
}

.input-wrapper {
	float:left;
	width:100%;
	padding:5px 0px;
}

.input-wrapper label {
	width:150px;
	float:left;
}

.input-wrapper input , .input-wrapper  textarea {
	float:left;
	width:300px;
}

#contact_form {
	border-spacing:10px;
	border-collapse:separate;
	font-size:12px;
	width:400px;
}

#contact_form td {
	width:200px;
}
