@charset "utf-8";

/*	Global css definitions  */

body {
	padding: 0px;
	margin: 0px;
	background-color: black;
}

body, p, span, div, td, li, input, a, h1, h2, h3, texarea {
	font-family: Helvetica, Arial;
}

p {
	font-size: 12px;
	color: #575757;
	line-height: 16px;
	margin: 8px 0px 8px 0px;
}

a {
	font-size: 12px;
	color: #b21448;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #8b7cd5;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	background: url(../images/common/h1-bg.jpg) no-repeat bottom;
}

h2 {
	color: #483b85;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}

h3 {
	color: #483b85;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 8px 0px 2px 0px;
}

ul {
	list-style-type: disc;
	margin-top: 10px;
}

li {
	font-size: 12px;
	color: #575757;
	line-height: 16px;
}

label {
	font-size: 12px;
	color: #575757;
}

input {
	background-color: #efeee3;
	border: 1px solid #c3c2b7;
	height: 14px;
	font-size: 12px;
}

/*	Layout  */

#wrapper {
	width: 1002px;
	min-height: 700px;
	margin: 0 auto;
}

#bgphotos-left {
	float: left;
	width: 150px;
	height: 700px;
	background: url(../images/common/bgphoto-left.jpg) no-repeat;
}

#bgphotos-right {
	float: right;
	width: 150px;
	height: 700px;
	background: url(../images/common/bgphoto-right.jpg) no-repeat;
}

#container {
	float: left;
	width: 700px;
	min-height: 700px;
	border: 1px solid #de88e4;
	border-top: none;
	background: url(../images/common/content-bg.png) repeat-y;
}

#content-wrapper {
	min-height: 550px;
	background: url(../images/common/content-bg-bottom.jpg) no-repeat bottom;
}

#content {
	width: 500px;
	padding: 20px 15px 50px 15px;
	float: right;
}

#sidebar {
	width: 150px;
	padding: 10px 10px 25px 10px;
	float: left;
}

#headline {
	width: 700px;
	height: 150px;
}

#footer {
	width: 700px;
	height: 85px;
	margin: 0 auto;
	background: url(../images/common/footerbg.jpg) no-repeat;
	padding: 15px 30px 0px 30px;
	clear: both;
}

/*	Layout-specific classes  */

.clearer {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

#sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#sidebar li {
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 6px 0px;
	border-bottom: 1px solid #82494e;
}

#sidebar a {
	font-size: 11px;
	color: #efecca;
	text-decoration: none;
}

#sidebar a:hover {text-decoration: underline;}

#sidebar .banner {
	width: 120px;
	height: 240px;
	margin: 25px auto;
}

#content .banner {
	width: 468px;
	height: 60px;
	margin: 10px auto 10px auto;
}

#footer p {
	color: #e395ee;
	margin: 0px;
	float: left;
	line-height: normal;
}

#footer ul {
	float: right;
	margin: -4px 0px 0px 0px;
	padding: 0px;
	height: 10px;
	list-style-type: none;
}

#footer li {
	float: left;
	margin: 0px;
	padding: 0px 8px;
	height: 10px;
}

#footer li:last-child {
	padding-right: 0px;
}

#footer a {
	color: #a2b1fe;
}

#footer a:hover {
	color: #a2b1fe;
	text-decoration: none;
}