@charset "utf-8";
/* CSS Document */

/*Sticky Footer Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

html, body {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5e3989;
	color: #FFFFFF;
	font-weight: bold;
}

#wrap {
	min-height:100%;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	width: 976px;
	background-image: url(../images/stripe.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#main {
	overflow: auto;
	padding-bottom: 127px;
}

#content {
	overflow: hidden;
	visibility: visible;
}

#leftcolumn {
	width: 543px;
	float: left;
	font-size: 17px;
}

#rightcolumn {
	width: 433px;
	float: right;
}

#footer {
	position: relative;
	margin-top: -107px;
	height: 167px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #49286d;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
}

#footer_text {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.box {
	width: 317px;
	float: right;
	background-color: #49286d;
	border: 2px solid #FFFFFF;
	padding: 30px;
	text-align: center;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

.yellow {
	color: #f3e466;
}

h1 {
	font-size: 23px;
	color: #DABAFF;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
}

h3 {
	font-size: 25px;
	margin-bottom: 0px;
}
