* {
	padding: 0px;
	margin: 0px;
	}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
	}
li, dd {
	margin-top: .5em;
	margin-left: 5%;
	}
fieldset {
	padding: .5em;
	}
body {
	color: gray;
	background-color: black;
	line-height: 1.125em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	}
p, li {
	letter-spacing: .05em;
	font-size: .875em;
	}
	
/* =headers */
h1, h2 {
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #cccccc;
	}
h1 {
	font-size: 1.312em;
	
	}
h2 {
	font-size: 1.125em;
	}

/* =links */
a {
	border-bottom: 1px solid;
	text-decoration: none;
	color: #cccccc;
	}
a:visited {
	color: #808080;
	border-bottom: 1px dotted;}
a:hover {
	color: #0099cc;
	}

/* =logo */
#header {
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 50px;
	margin-top: 50px;
	}
#logo {
	position: absolute;
	float: left;
	display: inline;
	}

/* =baner */
#baner {
	margin-left: 14em;
	display: inline;
	}

/* =navigation */
#nav {
	margin-top: 0px;
	margin-left: 5%;
	list-style-type: none;
	width: 10em;
	position: relative;
	float: left;
	font-size: 1.125em;
	}
	#nav li:first-child {
		margin-top: 0px;
		}
	#nav li {
			font-size: 1.13em;
		}
		#nav li em {
			color: white;
			font-style: normal;
			font-weight: normal;
			}
		#nav li a {
			color: #666666;
			text-decoration: none;
			border: none;
			}
			#nav li a:hover {
				color: #0099cc;
				}
	#nav #lang {
		font-family: baskerville, "palatino linotype", "times new roman", cursive;
		font-style: italic;
		margin-top: 2em;
		border-style: none;
		}

/* =content */
#content {
	padding: 0 5%;
	margin-left: 14em;
	}
	#content p img {
		width: 100px;
		float: left;
		padding: 0 20px 5px 0;
		}
#contact .vcard {
	margin: 20px;
	width: 16em;
	float: left;
}
.add2AB {
	font-size: .6em;
	border-width: 1px 2px 2px 1px;
	border-color: #99cc33 #336600 #336600 #99cc33;
	border-style: solid;
	padding: 0 5px 2px 5px;
	text-decoration: none;
	background-color: #669900;
	color: white;
	font-weight: bold;
	}
	.add2AB:hover {
		border-left-color: #33cccc;
		border-bottom-color: #003366;
		border-right-color: #003366;
		border-top-color: #33cccc;
		background-color: #0099cc;
		color: white;
		}
#contact #content br {
	clear: both;
	}

/* =footer */
img {
		border-width: 0;
	}
#footer {
	padding-top: 1em;
	border-color: #333333;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 2em 5%;
	clear: both;
	font-size: .8em;
	text-align: center;
	}