body {
	background-color: #000;
	background-image: url(img/background.jpg);
	background-repeat:  no-repeat;
	color: #b9b9b9;
}

#header {
	margin-bottom: 100px;
}

#bd {
	padding-top: 20px;
	padding-bottom: 16em;
}

#zen {
	text-align: left;
	font-size: 174%;
	vertical-align: middle;
	padding-top: 5px;
}

#logo h1 {
	font-size: 174%;
	letter-spacing: 0.08em;
	text-align: justify;
}

#logo h1 a {
	color: #afafaf;
	text-decoration: none;
}

#logo h1 a:hover,
#logo h1 a:active {
	color: white;	
}

#menu {
	font-size: 123.1%;
	letter-spacing: 0.05em;
}

#menu ul {
	margin-top: 56px;	
}

#menu ul li {
	margin-bottom: 1.6em;
}

#menu ul li a {
	text-decoration: none;
	color: #afafaf;
}

#menu ul li a:hover {	
	color: white;
	border-bottom: 1px dotted #8f8f8f;
}

#menu ul li.active a {
	color: white;	
}

#footer {
	color: #505050;
	font-size: 93%;
}

#footer #tagline p {
	text-align: justify;
	line-height: 1.6em;
	word-spacing: 0.4em;
}

#footer a {
	color: #7f7f7f;
	text-decoration: none;
}

#footer a:hover {
	color: #afafaf;
	border-bottom: 1px dotted #8f8f8f;
}

#footer #footer_contact ul li{
	margin-bottom: 0.5em;
}

#footer div {
	vertical-align: middle;
}

#footer div p, #footer div ul {

}

#content {
	color: #8f8f8f;
	font-size: 108%;
}

#content a {
	color: #c0c0c0;
	text-decoration: none;
	border-bottom: 1px dotted #6f6f6f;
}

#content a:hover {
	color: whitesmoke;
	border-bottom: 1px dotted white;
}

#content p {
	margin-bottom: 1.2em;
	text-align: justify;
	letter-spacing: 0.0em;
	word-spacing: 1pt;
	line-height: 140%;
}

#content h2 {
	font-size: 146.5%;
	margin-bottom: 30px;
}

#content h3 {
	clear: both;
	font-size: 116%;
	color: whitesmoke;
	margin-bottom: 0.4em;
}

#content ul {
	
}
#content ul li {
	margin-bottom: 0.8em;
}

#content a.img_right, 
#content a:hover.img_right {
	border: none;
	vertical-align: top;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content a.img_left,
#content a:hover.img_left {
	border: none;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content ul.list1 {
	margin-left: 0;
}

#content ul.list2 {
	margin-top: 0.4em;	
}

#content ul.list2 li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 1.6em;
	margin-bottom: 0.2em;
}
