@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#211816;	
	
}


p {
	width: 95%;
	margin-bottom: 15px;
	
}

/********* Main Heading **********/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	text-align: right;
}

/********* Italic Statement ***********/

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-align: left;
	margin-top: 3px;
	font-style: italic;
}

/********** Heading ************/

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	text-decoration: underline;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 0px;
	font-style: normal;
}

/******* Sub Heading ***********/

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
	font-style: italic;
}



/******* Quotes Font *********/

h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	color:#000000;
	text-align: center;
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 0px;
}

/********* Quote Source *********/

h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
	text-align: center;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}



/************************* Classes *************************/

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}




/*************************  Pseudo classes *************************/

a:link {
	color:#6699CC;
	text-decoration: none;
	font-weight: normal;
}

li :link {
	color: #6699CC;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #6699CC;
	text-decoration: none;
	font-weight: normal;
}

li :visited {
	color: #6699CC;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

li :hover {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;	
}
  
a:active {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
} 


/****************************  Menu  **********************************/
#menu {
	position: absolute;
	z-index: 100;
	width: 478px;
	height: 79px;
	margin-top: 60px;
	margin-left: 457px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	color:#CCCCCC;
	left: 35px;
	top: -2px;
}

#menu li {display:inline;}

#menu li a {
	padding:0em 1em;
	color:#FFFFFF;
	font-style: normal;
	text-decoration:none;
	float:center;
}

#menu li a:hover {
	color:#FFFFFF;
	text-decoration:underline
}



/*************************  main document *************************/

#page {
	position: relative;	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

#pictures {
	Position: absolute;
	z-index: 100;
	margin-top: 80px;
	margin-left: 0px;
	height: 435px;
	width: 335px;
	border-right: 1px solid #CCCCCC;
	background-color: #DFDFDF;
	overflow: hidden;
}

#main {
	Position: absolute;
	z-index: 100;
	margin-top: 80px;
	margin-left: 340px;
	height: 405px;
	width: 600px;
	padding: 10px 10px 20px 20px;
	background-color:#DFDFDF;
	overflow: auto;
}

#main a {
	padding:0em 0em;
	color:#990000;
	font-style: normal;
	text-decoration:none;
	float:center;
}

#main a:hover {
	color:#990000;
	text-decoration:underline
}

#birdie {
	position: absolute;
	z-index: 100;
	height: 76px;
	width: 1px;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}
	

#pie {
	Position: absolute;
	z-index: 100;
	margin-top: 30px;
	margin-left: 802px;
	width: 205px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#CCCCCC;
}

#contact {
	Position:fixed;
	z-index: 10;
	width: 960px;
	margin-top: 520px;
	margin-left: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#6699CC;
	text-align: left;
	font-style: normal;
	}
