/* GLOBAL STYLES */

body {
background-image: url(../images/template/background.gif);
margin: 0px;

font-family: "Arial", "Helvetica", sans-serif;
	color: #000000;
	font-size: 12px;
}

a {
color: #990033;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}

.normal {
font-size: 12px;
}

.footer {
font-size: 10px;
}

/* END GLOBAL STYLES */


/* HEADING STYLES */

#heading {
position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 51px;
background-image: url(../images/template/topBack.gif);	
}

#title {
position: absolute;
	top: 0px;
	left: 400px;
	width: 333px;
	height: 49px;
}

/* END HEADING STYLES */


/* NAVIGATION STYLES */

#navigation {
position: absolute;
	top: 51px;
	left: 0px;
	width: 100%;
	height: 20px;
background-image: url(../images/home/navBack.gif);
}

#navRolls {
visibility: hidden;
}

/* END NAVIGATION STYLES */


/* CONTENT STYLES */

#pageTitle {
position: absolute;
	top: 80px;
	left: 0px;
	width: 26px;
	height: 300px;
}

#contentBox {
position: absolute;
	top: 80px;
	left: 50px;
	width: 650px;
}
