/* CSS Document */
body {
	background-color:#000000;
	background-image: url(images/bg1.jpg);
	
  }

/*Layout styles*/

#container {
	margin: 0 auto;
	width:760px;
	height:900px;
	text-align: left;
	background-color: #999999;
	background-repeat: repeat;
	overflow: visible;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
  }
#header {
	height:221px;
	background-color:#ffffff;
	width: 760px;
}
#leftnav {
	width:180px;
	float:left;
	height:649px;
	background-color:#FFFFFF;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: auto;
	background-repeat: no-repeat;
}
#content{
	width:580px;
	float:right;
	height:649px;
	background-color:#FFFFFF;
	overflow: visible;


}
#footer{
width:760px;
float:left;
height:30px;
background-color:#FEFFFF
}


/*text styles*/

h1 {
color: #CCCC99 ;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:large;
}

h2 {
color: #CCCC99 ;
font-family:Arial, Helvetica, sans-serif;
font-style:normal; font-size:small; text-align:center;



}

p {
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
text-align: left ;
margin:15px;
}


/*Link styles*/


a {
	font-size: small;
	
	
}
a:link {
	text-decoration: none; color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #666666 ;
	
}
a:hover {
	text-decoration: none; color: #00FF00;
	text-decoration:blink;
	
	
}
a:active {
	text-decoration: none;
}
