/* tags */

body {
	color: #999999;
	background-color: #272727;
	text-align: center;
	font-size: .9em;
	letter-spacing: 1px;
}

a {
	color: #cccccc;
}
a:hover {
	color: #FFFFFF;
}

input, textarea {
	background-color: #CCCCCC;
}

/* ids */

#page {
	width: 939px;
	text-align: left;
	margin: 0 auto;
}
#header {
	text-transform: uppercase;
	clear: both;
}

#logo {
	float: left;
}
#languages {
	float: right;
	margin-top: 5px;
	margin-bottom: 35px;
	font-size: .7em;
}
#nav {
	float: right;
	clear: right;
	font-size: .8em;
}
#nav a {
	color: #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
}
#teaser {
	clear: both;
	margin-top: 10px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #838381;
	border-bottom-color: #838381;
	float: left;
	width: 100%;
	background: #ededf1;
}
#photo {
	float:left;
}
#flash {
	float: left;
}
#content {
	clear: both;
}
#content h1 {
	color: #f7931d;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0px;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#left {
	background-color: #313131;
	width: 251px;
	height: 370px;
	padding: 10px;
	float: left;
}
#left ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#right {
	background-color: #3a3a3a;
	padding: 10px;
	float: left;
	width: 648px;
	height: 370px;
}
#footer {
	clear: both;
	padding: 10px;
}
#copyright {
	float: left;
	font-size: .8em;
}
#pb {
	float: right;
	font-size: .7em;
	text-transform: uppercase;
}
/* clasess */
.color1 {
	color: #ff4200;
}