@charset "utf-8";
/* CSS Document */

body {
	background:#330033 url(../images/bg.jpg) no-repeat center top;
	border-top: 5px solid #330033;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 982px;
	margin: 0 auto;
	position: relative;
	background: url(../images/wrapper-bg.png) no-repeat center 490px;
	padding: 0 35px;
}

a {
	outline: none;
}

.logo {
	position: absolute;
	top: 160px;
	left: 65px;
}

.photo {
	position: absolute;
	right: 45px;
	top: 0;
}

.clear {
	clear: both;
	float: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* --------------- Content Area Styles -------------------- */
#content {
	padding: 0;
	margin: 0;
	padding-top: 480px;
}

.content-top {
	background:url(../images/content-top.jpg) no-repeat left top;
}

.navigation {
	background:url(../images/nav-bg.jpg) repeat-x left 10px;
	height: 55px;
	padding:45px;
	padding-bottom: 0;
}

.navigation a {
	font-family: Swis721 Cn BT;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	margin-right: 40px;
}

.navigation a.last {
	position:absolute;
	right: 45px;
}

.first-box,
.middle-box,
.last-box {
	float:left;
	margin: 20px 0 30px 30px;
	line-height: 18px;
	margin-top: 20px;
	padding-right: 40px;
}

.first-box,
.middle-box {
	background:url(../images/sep.png) repeat-y right top;
}

.first-box {
	width: 298px;
	margin-left: 20px;
}

.first-box p {
	margin-left: 25px;
}

.middle-box {
	width: 230px;
	margin-top: 40px;
}

.last-box {
	width: 240px;
}

.first-box a,
.middle-box a,
.last-box a {
	text-decoration: none;
	color: #8F357A;
}

h1 {
	font-family: Swis721 Cn BT;
	font-size: 26px;
	padding: 0 45px;
}

.contact {
	margin-top: 0;
}

/* -------------- Footer Styles ------------ */
#footer {
	padding: 15px 45px;
	color: #7D7D7D;
}

#footer a {
	color: #DDDDDD;
}