/* ===================================================================== */
/* =======================       CSS RESET       ======================= */
/* ===================================================================== */
* { padding: 0; margin: 0; }
img { border: none; }
a { text-decoration: none; color: #ff6600; }
a:hover { text-decoration: underline; color: #ff9900; }
.clearall { clear: both; }
.alignLeft { float: left; }
.alignRight { float: right; }
.alignCenter { text-align: center; }
/* ===================================================================== */
/* ===================================================================== */
/* ===================================================================== */

body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}

#wrapper {
	width: 750px;
	height: 350px;
	background: url(images/curve.jpg) no-repeat #FFFFFF 70px 0;
	margin: 30px auto 0 auto;
	border: 1px solid #9c9c9c;
}

#footer {
	width: 750px;
	height: 350px;
	margin: 5px auto 0 auto;
	text-align: center;
}

#logo {
	float: right;
	width: 400px; 
	height: 150px;
	margin: 75px 150px 0 0;
}

* html #logo { margin: 75px 75px 0 0; }

h1 { text-align: right; font-weight: normal; color: #FF6600; font-size: 3.5em; letter-spacing: 7px; }
h2 { text-align: right; font-size: 1.3em; color: #666666; letter-spacing: 4px; }
h3 { text-align: right; font-weight: normal; font-size: 1.9em; color:#FF6600; margin: 40px 0 0 0; }