/* ___________________________________________________________________
   
                  xgbdesign.css ~ "German Sports Car"
    XGB Web and Software Design ~ www.xgbdesign.com ~ rev. 2009.08.26
   ___________________________________________________________________
*/
	
/* Main styles: ___________________________________________________________________________________ */

body {
	color: White;
	background-color: #303030;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 20px;
}

h1#banner {
	color: Silver;
	background-color: #B22222;
	font-style: italic;
	font-variant: small-caps;
	letter-spacing: 8px;
	margin: 0 0 1.5em 0;
}

p#description {
	color: White;
	background-color: #404040;
	font-size: 90%;
	width: 50%;
	margin-bottom: 3.0em;
	border: solid #B22222;
	border-width: 2px 7px 2px 7px;
	padding: 1.0em;
}

h2, h3 { 
	font-variant: small-caps; 
}

div#footer {
	color: Silver;
	background-color: #303030;
	font-size: small;
	font-style: italic;
	border-top: 1px solid #B22222;
	padding-top: 1.2em;
	margin: 3.0em 15% 1.3em 15%;
}

div#host {
	color: White;
	background-color: #303030;
	font-size: small;
	font-style: italic;
	margin-top: 1.5em;
	margin-bottom: 2.0em;
}

select#nav {
	color: Black;
	background-color: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* Link styles: ___________________________________________________________________________________ */

div.linkwrapper { 
	font-size: inherit; 
	margin-bottom: 1.0em; 
}

a { 
	display: inline; 
	text-decoration: none; 
}

a#mailto { 
	display: inline; 
	font-size: small; 
	font-style: italic; 
}

a:link, a:visited, a:active, a#mailto:link, a#mailto:visited, a#mailto:active { 
	color: #B22222; 
	background-color: #303030; 
}

a:hover, a#mailto:hover { 
	color: White; 
	background-color: #303030; 
	font-weight: bold; 
}


