@charset "UTF-8";
/* CSS Document */

body {
	/*background-color: #000e4d;*/
	/*background-color: #0d004d;*/
	/*background-color: #ffffff;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-weight: 100;
	font-size: 13px;
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
}

#image {
	width: 900px;
	height: 600px;
	margin-top: 0px;
	margin-left: 0px;
}

#title {
	font-size: 37px;
	width: 400px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: -18px;
	color: #ffffff;
}

#contact {
	width: 400px;
	float: left;
	color: #ffffff;
	display: none;
	margin-top: 30px;
	margin-left: 20px;
	line-height: 15px;
	position: relative;
}

#post {
	width: 250px;
	float: left;
	margin-top: -15px;
	margin-left: 45px;
	line-height: 15px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#facebook {
	width: 300px;
	height: 40px;
	float: left;
	margin-top: -22px;
	border: 0;
	outline: none;
	
}

#bio {
	width: 335px;
	float: left;
	color: #ffffff;
	display: none;
	margin-top: 30px;
	margin-left: 20px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: relative;
}

/* -------------------------- */

.hmenu {
	width: 400px;
	height: 225px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 70px;
	font-weight:100;
	font-style: normal;
	padding: 0px 0 0 0;
	border: 0;
}

.hmenu ul{
	height: 50px;
	width: 375px;
	text-decoration: none;
	float: left;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
	z-index: 1;
	padding: 0px 0 0 0;
	border: 0;
}

.hmenu ul li{
	height: 50px;
	display: block;
	text-decoration: none;
	border: none;
	z-index:1;
	position: absolute;
	padding: 0px 0 0 0;
	border: 0;
}

.hmenu ul li a{
	height: 30px;
	color:#ffffff; /*text color*/
	text-decoration: none;
	z-index:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 0;
	outline: none;
}

.hmenu ul li a:visited{
	color:#ffffff;
	text-decoration: none;
	z-index: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 0;
	outline: none;
}

.hmenu ul li a:hover, .hmenu ul li a:focus{
	color:#ffffff; /*text color of selected and active item*/
	text-decoration: none;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	border: 0;
	outline: none;
	-moz-outline-style: none;
}

.hmenu ul li a.selected {
	color:#ffffff; /*text color of selected and active item*/
	text-decoration: none;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	border: 0;
	outline: none;
	-moz-outline-style: none;
}
/*--------------------------*/

h1 {
	margin-top: -250px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-right: 0px;
	line-height: 25px;
	color:#ff0000;
	font-size: 18px;
	/*text-align:justify;*/
}

p {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	line-height: 15px;
	color:#ffffff;
	/*text-align:justify;*/
}

p a{
	color:#ffffff; /*text color*/
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

p a:visited{
	color:#ffffff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

p a:hover{
	color:#ffffff; /*text color of selected and active item*/
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}


/* -------------------------- */

