/* Global Elements */

body {
	margin: 100px 0px 0px 0px;
	padding: 0px;
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-align: left;
	line-height: 120%;
}

#contact {
	background: #000 url(../img/bg.jpg) no-repeat;	
	width: 675px;
	height: 404px;
	margin: 0px auto 10px auto;
	position: relative;
	padding: 0px;
	overflow: hidden;
}

#information {
	position: relative;
	left: 440px;
	top: 150px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
	font-size: 100%;
}

address a.email {
	display: block;
	margin-top: 7px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 {
	color: #81b902;
	text-transform: lowercase;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: 0.6ex;
}

h2 {
	color: #717171;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 3px #81b902;
	text-transform: lowercase;
	font-size: 400%;
	padding: 0px 0px 19px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 5px;	
}

ul {
	text-align: center;
	margin: 8px auto 0px auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

li {
	text-transform: lowercase;
	display: inline;
}

li.item1 {
	border-right: solid 1px #fff;
	padding: 0px 15px 0px 15px;
}

li.item2 {
	border-right: solid 1px #fff;
	padding: 0px 15px 0px 15px;	
}

li.item3 {
	padding: 0px 15px 0px 15px;	
	margin-right: 375px;
}

