/* STYLES */
body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #411681;
}
a:link, a:hover {
	color: #411681;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #411681;
}
h2.first {
	margin-top: 0;
}
form.contact label {
	float: left;
	display: block;
	width: 150px;
}
#main ul li {
	list-style-image: url(/images/bullet.gif);
	list-style-type: circle;
}
#main div.sample_left {
	float: left;
	clear: both;
	width: 450px;
	margin-bottom: 40px;
}
#main div.sample_right {
	float: right;
	width: 450px;
	margin-bottom: 40px;
}
#main div.sample_left img, #main div.sample_right img {
	border: 1px solid #2B0F57; /* PURPLE */
}
#main div.sidebar ul {
	margin-left: 0;
	padding-left: 0;
}
#main div.sidebar li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
}
#content_34 textarea {
	width: 630px;
}
/* LAYOUT */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #2B0F57; /* PURPLE */
	background-image: url(/images/layout/bodyback.gif);
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%;
}
div#outer {
}

div#container {
	width: 960px;
	margin: 0 auto;
	background-image: url(/images/layout/bodyback.gif);
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%;
}

div#header {
	margin: 0;
	padding: 0;
}

div#header h1#logo {
	width: 309px;
	height: 139px;
	margin: 0;
	padding: 0;
	float: left;
}

div#header h1#logo a {
	display: block;
	width: 309px;
	height: 139px;
	text-indent: -1000em;
	background-image: url(/images/layout/header_logo.jpg);
	background-repeat: no-repeat;
}

div#header h2 {
	width: 651px;
	height: 139px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	background-image: url(/images/layout/header_text.jpg);
	background-repeat: no-repeat;
	float: right;
}

div#nav {
	height: 37px;
	background-image: url(/images/layout/nav_back.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}

div#nav ul {
	margin: 0;
	padding: 0;
	line-height: 37px;
	text-align: center;
}

div#nav ul li {
	display: inline;
	margin: 0 40px;
	list-style-type: none;
}

div#nav ul li.last {
}

div#nav ul li a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	color: #40177D;
	text-decoration: none;
}

div#main {
	background-image: url(/images/layout/content_top.gif);
	background-repeat: no-repeat;
	padding: 20px 30px;
}

div#content_34 {
	width: 630px;
	float: right;
}

div#content_14 {
	width: 250px;
	float: left;
}

/* UTILITY */

.clearing {
	clear: both;
}
