/* ~~~ General Properties ~~~ */

* {
	padding: 0;
	margin: 0;
	}

body { 
	background-color: rgb(100,8, 00);
	color: rgb(255,255,255);
	}

a:link {
	text-decoration: none;
	border-bottom: 1px solid #BEB9AA;
	color: #968C5A;
	}

a:visited {
	text-decoration: none;
	border-bottom: 1px solid #BEB9AA;
	color: #B3AE94;
	}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #AAA08C;
	color: #AA7846;
	}

a:active {
	text-decoration: none;
	border-bottom: 1px solid #AAA08C;
	color: #8C7846;
	}

/* ~~~ Text Properties ~~~ */

.headtext {padding: 20px 0px 0px 0px; font-family: Monotype Corsiva; font-size: 20pt;color: #000000;  position:relative;text-align:center; letter-spacing:6pt;}
.smalltext1   { padding: 2px; font-family: Arial; font-size: 8pt;color: #000000; position:relative; text-align:center; top:0; letter-spacing:2pt  }
.smalltext2   { padding: 10px; font-family: Arial; font-size: 8pt;color: #000000; position:relative; text-align:center; top:20; letter-spacing:2pt  }
.smalltext   { padding:2px; font-family: Arial; font-size: 8pt;  }
.entertext { padding:2; font-family: Arial; font-size: 12pt;color: #8c7846; position:relative; text-align:center; top: 200px;left: 300px width: 300px; height: 50px; letter-spacing:2pt  }



/* ~~~ Div Properties ~~~ */

#container { 
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}


#pageHeader { 
	background:  white no-repeat right; 
	position: relative;
	width: 900px;
	height: 100px;
	top: 10px;
	left: 0px;
	}
	
#pageMain {
	background:  url(paintedskybackground1.jpg) no-repeat; 
	position: relative;
	width: 900px;
	height: 510px;
	top: 20px;
	left: 0px;}
	
#textMain {
	background:  white no-repeat; 
	position: relative;
	width: 900px;
	height: 455px;
	top: 20px;
	left: 0px;}
	
#textMain h3{
	font: 14pt Lucida Calligraphy;
	color: black;
	font-weight: bold;
	text-align: justify;
	padding: 10px 10px 0px 10px;
	}	

#textMain h4{
	font: 10pt arial;
	color: black;
	font-weight: normal;
	text-align: justify;
	padding: 10px 10px 0px 10px;
	}	
	
#pageMain a{ position: absolute; width: 900px; height: 455px;font-family:Arial; font-size:14 pt; COLOR: rgb(40,40,40);letter-spacing: 2px}
#pageMain a span{display:  
			ptext-indent: 0;
		text-align:center;
		vertical-align: top;
		 		font-weight: normal;
		position: absolute;
		top: 30%;
		left: 400px;		
		}
#pageMain a:hover{position: absolute;}

#pageMain a:hover span{ display: block;
	font-family:Arial; font-size:14 pt; text-indent: 0;
	text-indent: 0;
	vertical-align: top;
	position: absolute;
	top: 30%;
	left: 400px;
			}
			
#col1 {
	position: absolute;
	width: 33%;
	height:100%;
	top;
	left;
	border-right: thin solid #c0c0c0;
	}

#col2 {
	position: absolute;
	width: 33%;
	height: 100%;
	top;
	left: 33%;
	border-right: thin solid #c0c0c0;
	}
	
#col3 {
	position: absolute;
	width: 33%;
	left: 66%;
	top;
	height: 100%;
	}	

#menubar {
	position: relative;
	width: 900px;
	height: 8px;
	top: 10px;
	left: 0px;
	}
	
#awmAnchor-menu {position:absolute; left: -100px;  top 1px; }
	
#subText {	position: relative;
	width: 900px;
	height: 10px;
	top: 20px;
	}