/* Styling */

body {
	background: url(../images/bg.png) repeat-x top;
	background-color: #E5F1CE;
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	font: 0.9em Arial, Helvetica, Verdane, sans-serif;
	color:#333;
	}

img {
	border: 0;
	}

p {
	text-align: left;
	}

h1 {
	color: #336633;
	font-size: 1.75em;
	margin-bottom: 0px;
	}

h2 {
	color: #336633;
	font-size: 1.5em;
	margin-bottom: 0px;
	}
	
h3 {
	color: #336633;
	margin-bottom: 0px;
	}

h4 {
	margin-bottom: 0px;
	}

strong {
	font-weight: 900;
	}
	
a:link, a:visited {
	color: #336633;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}
	

#header {
	background: url("../images/sebdastrap.jpg") no-repeat top;
	}

#wrapper {
	background-color: #ffffff;
	}

#footer {
	border-top: 1px solid #336633;
	color: #666666;
	}

.center {
	text-align: center;
	}
	
p.center {
	color: #336633;
	font-weight: bold;
	}

p.logo {
	text-align: center;
	color: #336633;
	font-size: 0.75em;
	font-style: italic;
	}
	
a.button:link, a.button:visited {
	display: block;
	padding: 5px;
	background-color: #336633;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid;
	border-left-color:#669966;
	border-top-color: #669966;
	border-right-color: #003300;
	border-bottom-color: #003300;
	}
	
a.button:hover {
	background-color: #669966;
	border-left-color: #99cc99;
	border-top-color: #99cc99;
	border-right-color: #336633;
	border-bottom-color: #336633;
	}

a.button:active {
	background-color: #336633;
	border-right-color:#669966;
	border-bottom-color: #669966;
	border-left-color: #003300;
	border-top-color: #003300;
	}

/* End of Styling */

/* Positioning */

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	}

#menu, #menu ul, #menu ul li{
	height: 61px;
	margin: 0px;
	padding: 0px;
	}

#menu ul li {
	display: block;
	float: left;
	height: 61px;
	width: 120px;
	line-height: 23px;
	padding-top: 8px;
	}
	
#menu ul li a:link, #menu ul li a:visited {
	display: block;
	text-align: center;
	background-color: #336633;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid;
	border-left-color:#669966;
	border-top-color: #669966;
	border-right-color: #003300;
	border-bottom-color: #003300;
	}

#menu ul li a:hover, .body_home #menu ul li a#menu_home, .body_call #menu ul li a#menu_call, .body_flyers #menu ul li a#menu_flyers, .body_links #menu ul li a#menu_links, .body_prog #menu ul li a#menu_prog, .body_reg #menu ul li a#menu_reg, .body_social #menu ul li a#menu_social, .body_venue #menu ul li a#menu_venue {
	background-color: #669966;
	border-left-color: #99cc99;
	border-top-color: #99cc99;
	border-right-color: #336633;
	border-bottom-color: #336633;
	}

#menu ul li a:active {
	background-color: #336633;
	border-left-color: #003300;
	border-top-color: #003300;
	border-right-color: #669966;
	border-bottom-color: #669966;
	}

#left_side_bar {
	width: 200px;
	float: left;
	}

#left_side_bar img {
	width: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	}

#wrapper {
	margin: 0px;
	padding: 20px 0px;
	}

#main_content {
	padding: 0px 20px;
	}

#main_content ul {
	margin-left: 20px;
	}

#footer {
	clear: both;
	}

#footer p {
	text-align: center;
	padding: 0px 20px;
	}
	
#footer #valid {
	text-align: right;
	font-size: 0.7em;
	}

#footer img {
	width: 960px;
	}

.logo img, #footer .logo img {
	width: 150px;
	}

.max_width {
	width: 960px;
	}

/* End of Positioning */

/* Table Styling */
	
table {
	width: 820px;
	margin: 0px 30px;
	padding: 0;
	}

table tr td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
table tr td.set_width {
	width: 164px;
	}
	
table tr.topRow td {
	background-color: #336633;
	color: #ffffff;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	}
	
table tr.midRow td {
	background-color: #E5F1CE;
	color: #336633;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	}
	
table tr.headingsRow td {
	color: #336633;
	font-weight: bold;
	}

table tr td.title {
	font-weight: bold;
	text-align: right;
	width: 159px;
	padding-right: 5px;
	}

/* End of Table Styling */

/* Form Styling */

form {
	width: 820px;
	margin: 0px;
	padding: 0px;
	}
	
input {
	width: 164px;
	}

input.two {
	width: 328px;
	}
	
input.three {
	width: 492px;
	}
	
input.four {
	width: 656px;
	}
	
input.radio {
	width: 20px;
	}
	
/* End of Form Styling */