* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: #000;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border: 8px solid #ccc;
}

#page-wrap2 {
	width: 680px;
	background: #000;
	padding: 20px 10px 10px 50px;
	margin: 0px auto;
	height: auto !important;
	height: 500px;
}


#page-wrap3 {
	width: 680px;
	background: #000;
	padding: 0px 0px 10px 50px;
	margin: 0px auto;
	height: auto !important;
	height: 500px;
}



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

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.pg_form {
color: #333;
font-family:"Arial Narrow", Arial;
}

#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align: right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 90px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#menu
{
padding:15px 0px 0px 0px;
margin:0px;
font-family: "Arial Narrow";
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
white-space:nowrap;
list-style-type:none;
letter-spacing:1px;
float: right;
}
#menu li {display:inline;}
#menu li a
{
padding:0 0px 0px 30px;
color: #fff;;
text-decoration:none;
float:left;

}
#menu li a:hover
{
	color:#0066CC;
	text-decoration: underline;
	}
	
	#link a
{
padding:0px;
color: #fff;;
text-decoration:none;

}
