@import url("reset.css");
@import url("content.css");

html, body {
	height: 100%;
}

/* Header */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -146px; 
	position: relative;
	width:1000px;
	background:url(../images/left_corner.gif) no-repeat 0% 100%
}
.top_bg {
	width: 1000px;
	margin:0 auto;
	background:url(../images/header_bg.jpg) no-repeat 0% 0%
}
.header {
	width:1000px;
	height:151px;
	position:relative
}
.header h1 {
	position:absolute;
	right:0;
	padding-right:62px !important;
}
/* Footer */
.footer, .push {
	height: 146px; 
}
.footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background:url(../images/right_corner.gif) no-repeat 100% 100%
}
.footer_wrap {
	width: 1000px;
	margin: 0 auto;
}
.copy {
padding:72px 0 0 230px;
color:#C0C0C0;
line-height:18px;
}
.copy strong{
font-weight:bold;
color:#90578A;
}

/* -------- Misc ---------- */

.clear {
	line-height:0%;
	font-size:0%;
	clear:both;
	height:0%
}
a {
	color:#774664;
	text-decoration:none;
}
p {
	margin:0 0 13px 0
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.align-center {
text-align: center;
}

.align-justify {
text-align: justify;
}

a:hover {
	color:#774664;
	text-decoration:underline;
}
