@import url( 'header.css' );
@import url( 'footer.css' );
@import url( 'sidebar.css' );

html {
}
a, img {
	border:none;
}
a {
	font-weight:bold;
	color:#3b5998;
	text-decoration:none;
}
a:hover {
	background-color:#3b5998;
	color:#fff;
}
body {
	background:url(/images/layout/background-beige.jpg) repeat-x top center #f6f5f3;
	margin:0;
	padding:0;
/*	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; */
	font-family:Georgia,"Times New Roman",Times,serif;
}
form {
	padding:0;
	margin:0;
}
.side-swirls {
	margin:0 auto;
	background:transparent url(/images/layout/content-background-beige.jpg) no-repeat top center;
}
div#content {
	position:relative;
	margin:0 auto;
	padding:0;
}
div#container {
  position:relative;
	width:960px;
	min-height:500px;
	margin:0 auto;
	clear:both;
	padding:0;
	background-color:#fbfaf8;
	padding:0 20px;
	padding-bottom:2em;
}
div#two-column {
	position:relative;
}
div#container-left {
	float:left;
	width:661px;
}
div#container-left h3 {
	font-size:1em;
	color:#000;
	margin-bottom:0;
	padding-bottom:0;
}
div#container-left p {
	padding-top:0;
	margin-top:0;
}

div#container-right {
	float:right;
	width:280px;
}
.clear {
	clear:both;
}
#container h1 {
	margin:0;
	padding-bottom:0;
}
#container p.subtitle {
	padding-top:0;
	margin-top:0;
	margin-bottom:2em;
	color:#999;
}
.video {
	cursor:pointer;
}
div#rotating-image {
	margin:0 auto;
	width:515px;
	height:310px;
	border:0;
}
