/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

a { text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;

}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

body {
  background-color: #000000;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;  
  padding:0px;
  margin:0px;
}

#header { position: relative; 
	width: 100%;
	border-bottom: solid 2px #FFFFFF;
	top: 0px;
	height: 107px;
	

}


#header #nav1 {
	margin: 0;
	padding: 10px;
	padding-top: 10px;
	list-style: none;
	right: 240px;
	top: 0px;
	position: absolute;
	width: 220px;
	height: 137px;
	border-right: 2px solid #FFFFFF; text-align: right;
	
}


#header #nav2 {
	margin: 0;
	padding: 10px;
	padding-top: 10px;
	list-style: none;
	right: 2px;
	top: 0px;
	position: absolute;
	width: 220px;
	height: 137px;
	
}


#main1 {
	position: relative; 
	clear: both;
}



#main1 #content1 {
	background: #FFFFFF;
	color: #000000;
	margin-right: 240px;
	padding: 15px 20px 15px 20px;
	min-height: 150px;

}

#main1 #content1 li {
	padding-bottom: 10px;
}

#main1 #content1 h1 {
	font-size: 18px;
	font-weight:bold;
}

#main1 #content1 a {
	text-decoration: underline;
	color: #000000;
}

#main1 #content2 1:link {
	text-decoration: underline;
	color: #000000;
	
}


#main1 #sidephoto {
	margin: 0;
	padding: 0;
	right: 0px;
	top: 0px;
	position: absolute;

	
}

#main1 #div1 {
	right: 0px;
	top: 0px;
	position: absolute;
	width: 240px;
	border-left: 2px solid #FFFFFF;
	height: 100%;
	width: 2px;
	
}

#main1 #content2 {
	margin-right: 240px;
	position: relative;
	
}

#main1 #content2 a {
	text-decoration: underline;
	color: #000000;
}

#main1 #content2 a:link {
	text-decoration: underline;
	color: #000000;
	
}

#main1 #content2 .heading { 
	padding: 3px 20px 3px 20px;
	background: #666666;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold; 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#main1 #content2 .copy {
	padding: 10px 20px 5px 20px;
	background: #CCCCB3;
	color: #000000;
	border-left: 1px solid #000000;
}

#main1 #content2 .pic {
	padding: 0px 12px 5px 0px; 
	border: 0;
}


#footer {
	width: 100%;
	border-top: solid 2px #FFFFFF;
	clear: both;
	padding: 0;

}

#footer #contents {
	right: 0px;
	position: absolute;
	width: 220px;
	border-left: 2px solid #FFFFFF;
	padding: 10px;
	font-size: 10px; 
	text-decoration: none;	
}

#footer #contents a {
	text-decoration: underline;
}

#footer #contents a:link {
	text-decoration: underline;
}
