@charset "UTF-8";
body{
	background: #000000 url(images/background.jpg) repeat-x;
	background-attachment: fixed;
	font-family: times;	
}
.style2 {
	font-size: large;
}

.image_index {
	margin-left: 165px;
}
#logo_index {
	align: center;
	margin-left: 300px;
}
#logo_small {
	margin-top: 50px;
	margin-left: 50px;
}
#content_index {
	width: 800px;
	height: 800px;
	margin-top: 30px;
	text-decoration: none;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#content_index p {
	font-family: times;
	font-size: small;
	color: #cccccc;
}
#content_index a {
	color: #FFFFFF;
	text-decoration: none;
}
/*#content_index a:hover {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}*/
#requirements {
	width: 400px;
	margin-left: 200px;
}
#requirements a:hover {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
#content_bio .portrait {
	float: right;
	height: 250px;
	width: 250px;
	background-image: url(images/portrait.jpg);
	margin: 55px 0 0 20px;
	border: 10px solid #eeeeee;
}
#content_bio {
	font-family: times;	
	/*min-width: 680px;*/
	margin: 50px 0 0 100px;
	width: 800px;
	height: 500px;
	font-size: small;
	text-align: justify;
	color: #AAAA99;
	position: absolute;
	margin-left: 50px;
	margin-top: 20px;
} 
#content_bio a {
	color: white;
	text-decoration: none;
}
#text {
	width: 520px;
}
.bio_item {
	color: white;
	font-weight: bold;
}
#content_bio a:hover {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#content_contact {
	font-family: times;
	margin: 50px 0 0 100px;
	width: 800px;
	height: 500px;
	font-size: small;
	text-align: justify;
	color: #AAAA99;
	position: absolute;
	margin-left: 50px;
	margin-top: 20px;
	}
#content_contact a {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
#content_contact a:hover {
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#content_links {
	font-family: times;	
	/*min-width: 680px;*/
	margin: 50px 0 0 100px;
	width: 800px;
	height: 500px;
	font-size: small;
	text-align: justify;
	color: #AAAA99;
	position: absolute;
	margin-left: 50px;
	margin-top: 50px;
}
#content_links a {
	font-family: arial;
	color: #aaaaaa;
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: medium;
}
#content_links a:hover {
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
ul#network_items li {
display: inline;
padding-right: 30px;
}
ul#network_items {
padding-left: 0px;
list-style: none;
}
#content_links .network a:hover {
border: none;
}
input, textarea {
	background-color: #999999;
	border: 1px solid #cccccc;
	color: #333333;
}
input[ type=submit] {
	color: #333333;
	background-color: #999999;
}
#flashcontent {
	width: 800px;
	height: 600px;
	position: relative;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-bottom: 2px;
	text-align: center;
	color: #CCCCCC;
	font-family: verdana;
	font-size: small;
}
#foot {
	font-family: verdana;
	font-size: x-small;
	text-align: center;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #aaaaaa;
	/*border-bottom: 1px solid #cccccc;*/
	color: #aaaaaa;
	width: 800px;
	position: absolute;
}
	
