* {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

body, html {
	background-color: #c4c5b7;
	height: 100%;
}

/*
	structure
*/
#container {
	background: #c4c5b7 url('/img/shadow.png') repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 946px;
}

#container[id]{
	overflow: auto;
}

#header {
	background: #dc002e url('/img/header.gif') no-repeat;
	height: 118px;
	margin: 0 auto;
	width: 920px;
}

#shoutoutloud {
	position: relative;
	top: 40px;
	width: 100%;
}

#shoutoutloud p {
	color: #fff;
	float: right;
	font-size: 18px;
	padding-right: 39px;
}

#nav {
	border-top: 1px solid #fff;
	position: relative;
	top: 95px;
	width: 100%;
}

.spacer {
	width: 100%;
}

.fiftyfive {
	height: 55px;
}

.twentyfive {
	float: left;
	height: 25px;
}

#sidebar {
	float: left;
	left: 40px;
	position: relative;
	width: 225px;
}

#box {
	float: left;
	left: 40px;
	padding-bottom: 10px;
	position: relative;
	width: 455px;
}

#logo {
	background-color: #ff7;
	background: #fff url('/img/logo.png') no-repeat;
	float: left;
	height: 44px;
	left: 63px;
	position: relative;
	width: 150px;
}

#language {
	color: #999;
	float: right;
	font-size: 10px;
	position: relative;
	right: 52px;
	/*margin-right: 52px;*/
}

#language a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

#language a.active {
	text-decoration: line-through;
}

/*
	navigation top
*/		
#nav_top {
	color: #fff;
	font-size: 10px;
	height: 16px;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 5px;
	width: 550px;
}

#nav_top li {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

.border_right {
	border-right: 1px solid #fff;	
}

.noborder {
	border-right: 0px solid #fff;
}

#nav a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

.float_right {
	float: right;
}

a.contact {
	left: -39px;
	position: relative;
	top: -16px;
}

/*
	sidebar-list
*/
#sidebar ul {
	list-style-type: none;
	padding-top: 75px;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li a {
	background: #fff url('/img/arrow_small.png') no-repeat 0px 3px;
	color: #000;
	font-size: 11px;
	letter-spacing: -1px;
	padding-left: 10px;
	text-decoration: none;
}

/*
	box
*/
#box h1 {
	color: #dc002e;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 47px;
}

#content .item {
	float: left;
}

h2 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 2px;
}

h2.impress {
	color: #dc002e;
	font-size: 18px;
	font-weight: normal;
	padding: 25px 0 25px 0;
}

h2.single {
	padding-bottom: 18px;
}


#content p {
	float: left;
}

#content p input, #content input, #content img p, #content img {
	float: left;
	margin: 0 13px 0 0;
	border: 0;
}

#content .item p, #content {
	line-height: 16px;
	letter-spacing: 0.2px;
}

a.more, #content p a, #content a {
	color: #dc002e;
	text-decoration: none;
}

#content a.small {
	color: #dc002e;
	font-size: 9px;
	text-decoration: none;
	letter-spacing: -0.5px;
}
