/* 
** default stylesheet
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #000000;
	text-align: center;
	margin-top: 5em;
}

.page {
	/* Page width: */
	width: 100%;
}

#logo {
	margin: 0 auto;
	text-align: center;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
	padding-left: 0.6em;
	color: #FCC;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #FCC;
}

#logo_2 {
	/* logo color 2: */
	color: #FCC;
}

/* menu: */

#menu {
	margin: 0 auto;
	padding-left: 1.2em;
	text-align: center;
	color: #FCC;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #FCC;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FCC;
	text-decoration: none;
}

#footer {
	margin: 0 auto;
	text-align: right;
	padding-right: 1.2em;
	color: #FCC;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-top: 0.3em;
}

#footer a:link, #footer a:visited {
	color: #FCC;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FCC;
	text-decoration: none;
}

#innerpage {
	/* Background image: */
	height: 30em;
	border-top: solid #AAA 1px;
	border-bottom: solid #AAA 1px;
}
/*
 Styles that apply to the 
 content area:
*/

#content {
	height: 30em;
	padding-top: 8em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
}

#content p {
	font-size: 0.9em;
	color: #FCC;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #FCC;
}

/* link colors */
#content a:link {
	color: #FCC;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #FCC;
	text-decoration: none;
}

#content a:visited {
	color: #FCC;
	text-decoration: none;
}