html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
a {color: #ffffff; border:none}
a:hover {color: #c70067;}

img {
border: none;
}

.style2 {
color: #c70067;}

body {
	height:100%;
	font: normal 100% Arial, Helvetica, sans-serif;
background: #18121f url(img/backgroundbt.jpg) no-repeat center top;
	margin: 0 auto; 
	padding-left: 1px;
	text-align: center; 
	color: #000000;
}

input {
	color: #ffffff;
	font: normal 100% Arial, Helvetica, sans-serif;
	width: 200px;
}
p,cite,code,ul {
	font-size: 1.2em;
}

h1 {
	color: #ffffff;
	font-size:20px;
	letter-spacing: -2px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.wrapper {
	background: #18121f url(img/bgrepeat.jpg) repeat-y center;
	margin: 0 auto;
	width: 1000px;
}

/* header */
.header {
	width:1000px;
	float:left;
	height:320px;
	}



.container {
width: 1000px;
padding-top: 12px;


}

.content {
	float: left;
	width: 660px;
	padding-left: 16px;
	padding-top:0;

}

.content h1 {
	color: #c70067;
	font-size: 20pt;
	
}

.content p {
padding: 12px 0px;
color:#ffffff;
font-size:12px;
text-align: left;
}


/* rightbox */
.rightbox {
	float: right;
	width: 300px;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	}
	

.rightbox p{
padding: 5px;
}
	
	.leftbox {
	float: left;
	width: 661px;
	}


/* footer */
.footer {
	background-color: #18121f;
	color: #FFF;
	margin: 0 auto;
	height: 60px;
	width: 1000px;
	font-size: 11px;
}

.footer a {color: #ffffff;}
.footer a:hover {color: #aaaaaa;}
.footer .left {padding: 0 16px; text-align:left }
.footer .right {padding: 0 16px; text-align: right }

/* floats */
.left {float: left;}
.right {float: right;}

.nav {
width: 1000px;
margin: 0 auto;
}

.apply {
float:right;
width: 300px;
}

/* navigation */
.navigation {	
	width:700px;
	float: left;
	background-color: #241e2a;
	height: 40px;
	line-height: 40px;
}

.navigation a {
	background-color: #241e2a;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding: 0 12px;
	text-decoration: none;
}
.navigation a:hover {cursor: default; color: #ffffff; background-color: #45404a;}

.current a { background-color: #c70067; color:#FFFFFF; cursor: default;}
.current a:hover{ background-color: #c70067; color:#FFFFFF; cursor: default;}
	
.formbox {
font-size: 12px;
background: #8c2157;
border: 1px solid #de3e94;
color: #ffffff;
}

.content ul { color:#ffffff; padding-left: 16px;}

.content li {
font-size:12px;
text-align:left;
list-style-type: disc;
list-style-position:outside;
color: #c70067;
}

.whitetext {
color:#FFFFFF;
}

.form {
	color:#FFFFFF;
	text-align:left;
	border:none;
	}
	
table {
font-size:12px;
color:#FFFFFF;
}

.downing {
border-bottom: 1px dashed #ffffff;
color: #ffffff;
text-decoration:none;
}

.downing a:hover {
color: #aaaaaa;
}

.gallery .pic {
margin-right:6px;
margin-bottom: 6px;
float:left;
}

.gallery a {
border: 4px #3f3051 solid;
height: 91px;
}

.gallery a:hover {
border: 4px #c70067 solid;
height: 91px;
}

.layout li{	
	width:155px;
	float: left;
	background-color: #241e2a;
	height: 20px;
	text-transform:uppercase;
	line-height: 20px;
	list-style: none;
	margin-right: 5px;
	text-align:center;
	color:#FFFFFF;
	display: block;
}

.layout li a {
	width:155px;
	display:block;
	background-color: #241e2a;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration: none;
}
.layout li a:hover {cursor: default; color: #ffffff; background-color: #c70067;}
