* {
	padding: 0px;
	margin: 0px;	
}

div {
	text-align: left;
}

div#container {
	position: relative;
	margin: auto auto;
	width: 1000px;
	height: 970px;
}

img {
	border: none;
}

a {
	color: #bbb5c3;
}

a:hover {
	
}

ul {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
	clear: both;
}

h1 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0.60em;
	background: url("../images/line.gif") left bottom repeat-x;
	float:left;
	padding-bottom: 0.5em;
}

br.clear {
	clear: both;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}

div#navigation li {
	display: block;
	width: 200px;
	text-align: center;
	margin-bottom: 2px;
}

div#navigation li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

li.active a {
	color: #e4e2e9;
}
