/*import stylesheets \*/
@import url("reset.css");
@import url("ie.css");
/* end import/hide*/

body {
	background: #000000;
	text-align: center;

}

/* website - make sure it center aligns to adjust to page width*/
#wrap {
	margin: auto auto;
	padding: 0 0 0 0;
	width: 62.5em;
	border: 2px;
	border-color:  white;
}

/* Main section - displays within /wrap/ on left hand side*/
#main {
	float:left;
	width: 70%;
  background:#7f00000;
  border: 2px;
  border-color: white;
	}

/* Photo section - displays within /wrap/ on right hand side*/
#secondary{
	float:right;
	text-align: center;
	width:30%;	
	border: 2px;
	height:30em;
	border-color:white;
	background-color:#7f0000 ;
}


/* Photo section - displays within /wrap/ on right hand side*/
#feature {
	width: 600px;
	text-align: left;
	margin-left:auto; margin-right: auto}

/* Photo section - displays within /wrap/ on right hand side*/
#text1 {
	width: 560px;
	margin-left:auto; margin-right:auto;

}

#text2 {
	width: 560px;
	margin-left:auto; margin-right:auto;

}

#text3 {
	width: 560px;
	margin-left:auto; margin-right:auto;

}

#text4 {
	width: 560px;
	margin-left:auto; margin-right:auto;

}

/* Table Section - gives the different pieces of information*/
table.links {
	width:600px;
	text-align: center;
	margin-left:auto; margin-right:auto;
}

ul {
	list-style: disc outside;
/*  list-style-image:url('images/BLACKBIRD_bird_only_icon.gif');*/
}


p.list {
	color: white;
}

h6 {
	color: white;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}


p.linksresult {
	position: static;
	width: 50%;
	color: white;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}


/* Footer Section - displays on bottom of page outside of left and right columns*/
#footer {
	clear:both;
	background: #7f0000;
	color: #FFF;
	text-align: center;
	font-size: large;
	padding: 4px 4px;
}

p.footer {
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}








.group:after {
	content: ".";
	display:  block;
	height: 0;
	clear:both;
	visibility: hidden;
}
