body,
html {
	margin:0;
	padding:0;
	color:#000;
	font-family: Helvetica;
	background: #eaeaea;
}

a {
	border: 0;
}

#header {
	height: 300px;
	background-color: #000;
	width: 100%;
	margin: 0;
}

#header-innerwrap {
	margin:0 auto;
	width: 1000px;
	height: 300px;
}

#header-logo {
	width: 750px;
	height: 300px;
	float:left;
	background: url(images/cd-header.jpg) no-repeat left;
}

#header-twitter {
	float: right;
	width: 250px;
	height:300px;
	background-color: black;
}

#header-twitter-A {
	width: 250px;
	height: 175px;
	padding-top: 20;
}

#header-twitter-A p {
	color: #fffeff;
	padding: 0 25 0 25;
	line-height: 200%;
	font-size: 20px;
	text-align: right;
}

#header-twitter-B {
	width: 250px;
	height: 125px;
	text-align: center;
	padding-top: 70px;
	background: url(images/cd-header-twitter-b.jpg) no-repeat center top;
}

#header-twitter-B img {
	border: 0;
}


#navbar {
	height: 55px;
	width: 100%;
	margin: 0;
	background-color:#eaeaea;
	border-top: 5px solid #a9a9a9;
	border-bottom: 5px solid #a9a9a9;
}

#nav-wrap {
	margin:0 auto;
	width: 1000px;
	height: 55px;
	background: url(images/nav-bg-art.jpg) no-repeat left top;
}

#nav-left {
	width: 750px;
	height: 55px;
	float:left;
}

#nav-right {
	width: 230px;
	height: 55px;
	float: right;
	padding-left: 10;
	padding-right: 10;
	background: #a9a9a9;
}

#nav-right ul {
	margin:0;
	padding:20 0 0 0;
	list-style:none;
	font-family:Helvetica;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}

#nav-right li {
	display:inline;
	margin:0 10 0 0;
	padding:10 10 10 10;
}

#nav-right li:hover {
	display:inline;
	margin:0 10 0 0;
	padding:10 10 10 10;
	background-color: rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav-left ul {
	margin:0;
	padding:20 0 0 0;
	list-style:none;
	font-family:Helvetica;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}

#nav-left li {
	display:inline;
	margin:0 10 0 0;
	padding:10 10 10 10;
}

#nav-left li:hover {
	display:inline;
	margin:0 10 0 0;
	padding:10 10 10 10;
	background-color: rgb(128,128,128);
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav-left a,
#nav-right a {
	text-decoration: none;
	color: #4c3a70;
}

#content-wrap {
	margin:0 auto;
	width: 1000px;
}

#main {
	float: left;
	width: 650px;
	background: url(images/content-bottomcircle.jpg) no-repeat center top;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 50px;
}

#main h2 {
	font-size: 30px;
	padding-left: 20;
	margin-bottom: 0;
}

#main .content {
	line-height: 150%;
	padding:10;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.10);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#main .video {
	padding:10 10 10 10;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.10);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#main p.video:hover {
	padding:10 10 10 10;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#main .quote {
	font-size: 14px;
	line-height: 18px;
	padding:20;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#sidebar {
	float: right;
	width: 250px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background: #a9a9a9;
	margin-bottom: 50px;
	padding-bottom: 20;
}

#sidebar h2 {
	font-size: 18px;
	padding: 0 20 0 20;
}

#sidebar p {
	font-size: 14px;
	line-height: 140%;
	padding: 0 20 0 20;
}

#sidebar img {
	margin: 0 20 20 20;
}

#footer-wrap {
	border-top: 5px solid #a9a9a9;
	clear:both;
	width: 100%;
	background:#000;
	height: 100px;
}

#footer-wrap-inner {
	width: 1000px;
	margin:0 auto;
}

#footer-left {
	width: 750px;
	height: 100px;
	float: left;
	background: url(images/footer-bg.jpg) no-repeat center top;
}

#footer-right {
	width: 250px;
	float: right;
	background-color: #000;
}

#footer-left p {
	color: rgb(255, 255, 255);
	font-size: 10px;
	line-height: 150%;
	padding:10 0 0 0;
	text-align: center;
}

#footer-left p {
	color: rgb(255, 255, 255);
	font-size: 10px;
	line-height: 150%;
	padding:10 0 0 0;
	text-align: center;
}

#footer-left a {
	color: #7058a8;
}

#footer-left a:hover {
	color: #ffffff;
}