/* type: element selectors */
body {
	margin: 10px;
	background: black;
	color: #E6E6CC;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	}
 img {
	border: 0px none;
	}
h1 {
	font-size: 1em;
	text-align:left;
	color:#CDC673;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 0.8em;
	text-align:left;
	color:#CDC673;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
h3 {
	font-size: 0.75em;
	text-align:left;
	color:#CDC673;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
h4 {	
	font-size:0.7em;
	text-align:left;
	color:#CDC673;
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* type: id = "selector-elements" should be used only once within each page presentation to validate */
#container {
	border-top: 1px solid #658788;
	border-left: 1px solid #658788;
	border-right: 1px solid #658788;
	margin: auto;
	background: black;
	text-align: left;
	width: 775px;
	}
	
#hdr {
	background: transparent;
	padding: 0px;
	}

#bar {
	background: black url(/templates/images/bar.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin:0px;
    height: 45px;
	\margin-top:90px;
	}

.links {
	padding-left: 85px;
	padding-top: 17px;
	margin:0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #658788;
	}

#cont {
	background: black url(/templates/images/content.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	height: 513px;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
	
	div.mainback {
	background: white url(/templates/images/textback.png) repeat;
}

	.maintext {
	margin-top: 0px;
	padding-top:0px;
	padding-right: 0px;
	padding-left: 20px;
	background: transparent;
	width: 350px;
}

.maintext p{
	padding-top: 20px;
	padding-right: 12px;
	margin-top:0px;
	margin-bottom:0px;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: white;
}

img.word{
	float:left;
	padding-top:0px;
}

#ftr {
	background: black url(/templates/images/footer.jpg) no-repeat;
	margin:0px;
	padding: 0px 0px 0px 10px;
	color: #658788;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px solid #658788;
	}	
	
	#ftr span{
	padding-left: 270px;
}
	
/* class = "pseudo-classes" */
a:link {
	color: black;
	text-decoration:none;
	} 
a:visited {
	color: black;
	text-decoration:none;
	} 
a:hover {
	color: white;
	text-decoration:underline;
	} 
a:active {
	color: black;
	text-decoration:none;
	}
	
#ftr a:link {
	color: #658788;
	text-decoration:none;
	} 
#ftr a:visited {
	color: #658788;
	text-decoration:none;
	} 
#ftr a:hover {
	color: white;
	text-decoration:underline;
	} 
#ftr a:active {
	color: #658788;
	text-decoration:none;
	}
