* {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #000;
	line-height: 19px;
	padding-top: 10px;
	color: #000;
}

p {
	margin-bottom: 10px;
}

h1 {
	color: #5596bf;
	font-size:16px;
	margin: 20px 0px 5px 0px;
}

blockquote {
	margin: 0px 10px 0px 20px;
}

a { color: #19715d; text-decoration: none; }
a:hover { color: #52c19e; text-decoration: none; }
a:active { color: #5596bf; text-decoration: none; }

#container {
	margin: 0px auto 0px auto;
	padding-bottom:30px;
	background: #fff;
	width: 900px;
	min-height: 600px;
	border: 1px solid #19715d;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}

body#home #container {
	background: #fff url(/site_images/bg.jpg) bottom left no-repeat;
	font-size: 16px;
}

body#home a.home { color: #52c19e; }
body#about a.about { color: #52c19e; }
body#programs a.programs { color: #52c19e; }
body#film a.film { color: #52c19e; }
body#seminars a.seminars { color: #52c19e; }
body#plans a.plans { color: #52c19e; }
body#testimonials a.testimonials { color: #52c19e; }
body#resources a.resources { color: #52c19e; }

#header {
	background: #c8c8c8;
	border-bottom: 1px solid #333;
	width: 900px;
	height: 37px;
	text-align:right;
	font-size: 16px;
}

#logo {
	position: absolute;
	margin: 0px 0px 0px 0px;
}

#header ul {
	list-style-type: none;
	padding-top:8px;
}

#header li {
	list-style-type: none;
	display: inline;
	color: #19715d;
	margin: 15px 10px 0px 0px;
	font-size: 13px;
}

#logos {
	width:230px;
	float: left;
	margin:100px 0px 0px 40px;
	font-size:12px;
	font-style: italic;
}

#callout {
	width:230px;
	float: left;
	margin:180px 0px 0px 40px;
	font-size:12px;
	font-style: italic;
}

#content {
	width:540px;
	float:right;
	margin:40px 40px 0px 0px;
}

body#home #content {
	width:460px;
	float:right;
	margin:60px 40px 0px 0px;
}

em {
	font-style: italic;
	font-weight: bold;
	color:#19715d;
}

#content ul {
	margin: 12px 0px 12px 25px;
}

#content li {
	margin: 5px 0px 5px 0px;
}

#footer {
	text-align: center;
	font-size: 12px;
	margin-top:10px;
	color:#333;
}