body {
	margin:0 auto 0 auto;
	//position:absolute;
	min-width:1000px;
	width:100%;
	//height:100%;
	//text-align:top;
	background-color:#333333;
	//background-image:url('../images/cb-texture.gif');
	//background-repeat:repeat;
	//background-attachment:fixed;
}

html {
	font-family:Helvetica;
	font-style:normal;
}

#container {
	left: 0;
	width:100%;
	height: 100%;
	background-color:#1e1e1e;
	padding:45px 0 50px 0;
	//margin:0 auto 0 auto;
	float:left;
}

#mainContent {
	//background-color:#eeeeee;
	margin:0 auto 0 auto;
	width:960px;
	height: 100%;
}

#header {
	background-color:#333333;
	//overflow: hidden;
	color:#666666;
	width:100%;
	margin:0 auto 0 auto;
}

#headerbox {
	//background-color:#eeeeee;
	padding:30px 0 25px 10px;
	width:950px;
	margin:0 auto 0 auto;
	overflow: hidden;
}

#logo {
	//background-color:#cccccc;
	float:left;
	border:none;
	padding:none;
	margin:none;
	vertical-align:bottom;
}

#mainNavigation {
	//background-color:#cccccc;
	float:right;
	//overflow: hidden;
	font-size:15px;
	text-align:right;
	padding:27px 17px 0 0;
	width:680px;
}

#fb_box {
	//background-color:#555555;
	width:150px;
	height:20px;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

li {
	display:inline;
	padding:0 0 0 20px;
}

img {
	border-style: none; 
	outline:none;
}

a {
	color:#888888;
	text-decoration:none;
	font-style:normal;
	border:none;
	padding:none;
	margin:none;

	transition:color 0.3s;
	-moz-transition:color 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s; /* Opera */
}

a:hover {
	color:#ffffff;
	text-decoration:none;
	border:none;
	padding:none;
	margin:none;
}

#footer {
	//background-color:#333333;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:100%;
	overflow: hidden;
	z-index:1000;
}

#copyright {
	//background-color:#555555;
	margin:0 auto 0 auto;
	color:#666666;
	font-size:11px;
	font-family:Helvetica;
	font-style:normal;
	line-height:140%;
	overflow: hidden;
	height:250px;
	padding:20px 0 0 10px;
	width:950px;
}

#info {
	//background-color:#555555;
	width:930px;
	//overflow: hidden;
	padding:0 0 40px 0;
	text-decoration:none;
	font-size:16px;
	color:#666666;
	line-height:150%;
	border-bottom-style:solid;
	border-width:1px;	
	border-color:#333333;
	margin:0 10px 0 10px;
}

#info img {
	float: left;
	border-color: #252525;
	border-style: solid;
    border-width: 5px;
	margin: 0 30px 0 0;
	width: 140px;
	height: 140px;
}

#represented {
	//background-color:#555555;
	width:170px;
	//overflow: hidden;
	padding:20px 0 10px 0;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	line-height:140%;
	width:930px;
	margin:10px;
}

#represented r {
	text-decoration:none;
	font-size:20px;
	color:#666666;
	line-height:100%;
}

#address {
	//background-color:#555555;
	width:170px;
	overflow: hidden;
	padding:0 30px 0 0;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	float:left;
	line-height:140%;
}

#addressbox {
	//background-color:#555555;
	width:930px;
	overflow: hidden;
	padding:0 0 40px 0;
	border-bottom-style:solid;
	border-width:1px;	
	border-color:#333333;
	margin:10px;
}

#downloadbox {
	//background-color:#555555;
	padding:20px 0 0 0;
	width:930px;
	//overflow: hidden;
	margin:10px;
}

#download {
	text-decoration:none;
	font-size:12px;
	color:#666666;
	line-height:140%;
}

#credit {
	//background-color:#555555;
	font-size:11px;
	color:#666666;
	font-family:Helvetica;
	font-style:normal;
	text-align:right;
	position:relative;
	bottom:-40px;
}

#cbvideos {
	font-size:14px;
	color:#666666;
	font-family:Helvetica;
	font-style:normal;
	background-color:#252525;
	border:solid 1px #252525;	
	padding:10px;
	margin:0 10px 30px 10px;
	width:910px;
}
