body {
	background: url(images/stripe.png);
	color: #58595a;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 16px;
}

#wrapper {
	margin:0 auto;
	background: url(images/background.png) no-repeat;
	min-height: 1233px;
	position: relative;
}

h3 {
	font-size: 28px;
	color: #3e85c0;
	margin-bottom: 13px;
}

p {
	margin-bottom: 20px;
}

a, a:visited {
	text-decoration: underline;
	color: #58595a;
} 

a:hover {
	text-decoration: none;
}

#logo-wrapper {
		position: absolute;
		top: 8px;
		left: 0;
		width: 311px;
		height: 74px;
}

#logo-wrapper a {
	background: url(images/logo.png) no-repeat -28px 0;
	display: block;
	text-indent: -9999px;
	width: 311px;
	height: 74px;
}

#leftside, #rightside {
	padding-top: 50px;
}

/***HEADER***/

#header #nav {
	background: url(images/navbg.gif) repeat-x;
	height: 37px;
	color: #fff;
	float: right;
	margin-right: 0;
}

#header #nav ul {
	padding: 10px;
}

#header #nav ul li {
	display: inline;
	list-style: none;
	padding: 6px 10px 5px;
	font-size: 19px;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

#header #nav ul li a, #header #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

/***LEFTSIDE***/

#leftside ul {
	float: right;
	margin-top: 73px;
}

#leftside ul li {
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	text-align: right;
	padding: 3px;
	width: 124px;
	margin-top: 10px;
	cursor: pointer
}

#leftside ul li.larger-height {
	line-height: 19px
}

#leftside ul li a, #leftside ul li a:visited {
	background: #fff;
	color: #3e85c0;
	text-decoration: none;
	font-size: 19px;
	padding: 1px 3px;
	cursor: pointer;
	font-weight: 400px;
}

#leftside div#didyouknow {
	margin-top: 20px;
}

/***MAIN CONTENT***/

#main_content_wrapper {
	background: #fff url(images/gradient.jpg) no-repeat 0 231px;
	overflow: hidden;
	padding-bottom: 50px;
}

#conference_button {
	margin: 10px 0 14px;
}

#left_column p, #left_column h3 {
	padding-left: 10px;
}

#right_column p, #right_column h3 {
	padding-right: 10px;
}

#left_column a.read_more_button {
	width: 130px;
	height: 25px;
	background: url(images/readmore.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 10px 10px 20px;
	clear: both;
}

#right_column a.read_more_button {
	width: 130px;
	height: 25px;
	background: url(images/readmore.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 10px 0 20px;
	clear: both;
}

/***SLIDESHOW***/

#slideshow {
	width: 700px;
	height: 260px;
	background-color: #3e85c0;
	margin-top: 15px;
	padding: 0;
	overflow: hidden;
}

#slideshow img {
	margin-left: 10px;
}

/***FOOTER***/

#footer {
	margin-top: 25px;
}

#footer p {
	background: #fff;
	width: 500px;
	font-size: 11px;
	color: #a1a1a2;
	font-weight: 500;
}

#footer p a, #footer p a:visited {
	color: #a1a1a2;
	text-decoration: underline;
}

#footer p a:hover {
	text-decoration: none;
}

/***CONTACT FORM***/

#contact_form {
	width: 100%;
}

#contact_form input {
	margin-left: 30px;
	padding: 2px 5px;
	border: 1px solid #3e85c0;
	background-color: #fff;
}