@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700);

body {
	/*
	background: #000000 none repeat scroll 0 0;
	*/
	background-color: #202429;
	color: #c0c0c0;
	text-shadow: 1px 1px rgba(32, 32, 32, 0.5), -1px 1px rgba(64, 64, 64, 0.5);
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

h1 {
	margin: 0.0em 0 0 0;
	color: white;
	font-size: 2em;
	font-weight: normal;
}


.header {
/*
 * background: #004b67 url("new_header_lighter.png") no-repeat scroll right center;
*/
	background:  url("feh_030592_000001_webimg.png") no-repeat scroll right center #004B67;
	color: #F8DEC7;
	font-weight: normal;
	padding: 1em 0 1em 2em;
	margin-right: 0;
}

.header p{
	font-size: 0.9em;
	color: #F8DEC7;
}


#card {
	background-color: rgba(179, 202, 230, 0.125);
	width: 34em;
	margin: 0em 0em 0em 0em;
	padding: 1em 0 1em 2em;
	/* float: left; */
}


#card p,
#card h1
{
	color: white;
	margin: 0 0 0em 0 ;
	text-align: left;
}

.header #subtitle {
	font-size: 1.2em;
	margin: 0 0 1.0em 0;
	color: #F8DEC7;
}


#card #ital {
	font-size: 1.0em;
	margin: 0 0 1.0em 0;
	font-weight: normal;
	font-style: italic;
}


a {
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #202429;
	color:  #b3cae6;
	margin-left: 0.25em;
	margin-right: 0.25em;
    }

a:hover {
	border-bottom-color: #b3cae6;
	color: white;
}

#linkpage {
	clear: both;
	color: white;
	margin: 0 1em 0em 1em;
	padding: 1em;
	text-decoration: none;
	font-weight: normal;
}

#linkpage p {
	font-size: 1.2em;
	color: #aaa;
}

#longtext {
	clear: both;
	color: white;
	margin: 0 2em 0 2em ;
	text-decoration: none;
	font-weight: normal;
}

#longtext p {
	font-size: 1.2em;
	color: #ddd;
}

#longtext a {
	color: #F8DEC7;
	font-weight: normal;
	border-bottom: 0.25em solid #1a1a1a;
	margin-right: 0.0em;
}
#longtext a:hover {
	color: white;
	border-color: #006990;
}



