/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;		
	background-color: black;
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	width: 80%;
}

li {
	list-style-type: none;
	line-height: 150%;
	/****list-style-image: url(../images/arrowSmall.gif);*****/
}


h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #fffff0;
}

img{
	border-style: none;
}

/************************* Classes *************************/





/*************************  Pseudo classes *************************/

:link {
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}
li :link {
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}

:visited { 
color: #00CC00;
text-decoration: underline;
font-weight: bold;
}

li :visited { 
color: #00CC00;
text-decoration: none;
font-weight: bold;
}

/****
:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}


li :hover {
	display: block;
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	
}
****/

:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 


/*************************  ID's *************************/

#holder {
	position: relative;
	z-index: 1;
	/**padding: 0 20% 0 20%; /*top right bottom left*/**/
	margin-left: 10%;
	margin-right: 10%;
	width:auto;
	height:auto;

/*
	border-right: 1px solid #C6EC8C;
	border-left: 1px solid #C6EC8C;
	border-top: 1px solid #C6EC8C;
	border-bottom: 1px solid #C6EC8C;
*/		
}

#navigation {
	position: relative;
	/**padding: .1% 25% .1% 20.1%; /*top right bottom left*/**/ 
	z-index: 1;
	width:850px;
	height: auto;	

/*
	border-right: 1px solid #C6EC8C;
	border-left: 1px solid #C6EC8C;
	border-top: 1px solid #C6EC8C;
	border-bottom: 1px solid #C6EC8C;
*/
}

#banner {
	postion: relative;
	z-index: 1;
	/**padding: 0 25% 0 0; /*top right bottom left*/**/
	width:850px;
	height: auto;
/*
	border-right: 1px solid #C6EC8C;
	border-left: 1px solid #C6EC8C;
	border-top: 1px solid #C6EC8C;
	border-bottom: 1px solid #C6EC8C;
*/
		
}

#content {
	position: relative;
	z-index: 1;
	/**padding: 0% 25% 8% 25%; /*top right bottom left*/**/
	margin-top: 0px;
	width:800px;
	height: auto;
/*
	border-right: 1px solid #C6EC8C;
	border-left: 1px solid #C6EC8C;
	border-top: 1px solid #C6EC8C;
	border-bottom: 1px solid #C6EC8C;
*/		
}

#footer {
	position: relative;
	z-index: 1;
	/**padding: 0 25% 0 25%; /*top right bottom left*/**/
	margin-top: 0px;
	width:800px;
	height:auto;
/*
	border-right: 1px solid #C6EC8C;
	border-left: 1px solid #C6EC8C;
	border-top: 1px solid #C6EC8C;
	border-bottom: 1px solid #C6EC8C;
*/	
}