* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	/*background: url(images/stripe.png) repeat;*/
	color: black;
	text-align: center;
}

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

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#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;
	resize: none;
}

#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;
}

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

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

.makeblue {
	color: #00acee;
	font-weight: bold;
}

a {
	color: #00acee;
}

a:hover {
	color: #00acee;
}

ul#address{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 2em;
	color: white;
}

ul#address .left {
	float: left;
	margin-right: 20px;
	font-size: 0.8em;
}

ul#address .leftsmall {
	font-size: 0.8em;
	float: left;
}
ul#address .leftmargin {
	margin-right: 20px;
}

ul#address #addressname {
	font: bold 2em 'nueva std', serif;
	margin-bottom: 0;
}
li {
	font-weight: normal;
	font-style: normal;
}
ul li span {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
}