@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background-color:#280000;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFCC33;
}

.bgr1{
background-image:url(images/layout/bgr1.jpg);
background-repeat:repeat-x;
}

.bgr2{
background-image:url(images/layout/bgr2.jpg);
background-repeat:repeat-x;
}

h1{
font-size:16px;
font-weight:bold;
padding:10px 0;
}

h2{
font-size:14px;
font-weight:bold;
padding:10px 0;
}

p{
text-align:justify;
padding:10px 0;
}

.centre{
text-align:center;
}

#container{
width:960px;
height:auto;
margin:0 auto;
}

#title{
width:960px;
height:270px;
background-image:url(images/layout/title.jpg);
background-repeat:no-repeat;
position:relative;
}

.nav{
width:900px;
height:auto;
position:absolute;
top:251px;
left:35px;
}

.nav li{
display:inline;
padding:10px;
}

#content{
width:900px;
height:auto;
padding:10px 30px;
background-image:url(images/layout/contentBgr.jpg);
background-repeat:repeat-y;
}

.formHolder{
width:860px;
height:auto;
padding:20px;
background-image:url(images/layout/formBgr.jpg);
background-repeat:no-repeat;
color:#FFFFFF !important;
font-weight:bold !important;
}

#footer{
width:900px;
height:100px;
padding:20px 30px 0 30px;
text-align:center;
background-image:url(images/layout/footer.jpg);
background-repeat:no-repeat;
}

#intro{
width:510px;
height:237px;
position:absolute;
left:225px;
top:0;
}

#introTextArea{
width:800px;
height:auto;
padding:0 80px;
}

#introTextArea h1{
letter-spacing:4px;
}

#introTextArea li{
display:inline;
padding:10px;
}

.bold{
font-weight:bold;
}

.picFloatRight{
float:right;
margin:0 0 0 10px;
}

.formBox{
width:390px;
}

.clear{
clear:both;
height:0;
font-size:0;
overflow:hidden;
}

:link, :visited {
	color: #FFCC33;
	text-decoration: none;
	font-weight:bold;
}
:link:hover, :visited:hover {
	color: #FFFFFF;
	list-style-image: url(images/bullet2.jpg);
}
:link:active, :visited:active {
	color: #FFCC33;
}


#core{
width:960px;
height:100px;
margin:20px auto;
text-align:center;
color:#392222;
}

#core :link, #core :visited {
	color: #392222;
	text-decoration: none;
}
#core :link:hover, #core :visited:hover {
	color: #FFFFFF;
	list-style-image: url(images/bullet2.jpg);
}
#core :link:active, #core :visited:active {
	color: #392222;
}
