body {
    background-color: #000000;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	background-image:url(../images/site_bg.jpg);
	background-position: center;
	color: #3a3b3a;
}


div#frame {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
	margin-top: 20px;
    background-image: url(../images/header.png);
    width: 900px;
    height: 250px;
}

div#topNavigation {
	margin-top: 10px;
	background-image: url(../images/nav_regular.png);
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	border-top: 1px solid #3a3b3b;
	border-bottom: 1px solid #0b0b0b;
	border-left: 1px solid #0b0b0b;
	border-right: 1px solid #0b0b0b;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;	
	

}


div#topNavigation a {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	border-right: 1px solid #0b0b0b;
	border-left: 1px solid #3a3b3b;
}


div#topNavigation a:hover {
	background-image: url(../images/nav_hover.png);
}



div#left {
    width: 230px;
    float: left;
	background-image: url(../images/content_bg.png);
	margin-right: 20px;
	min-height: 400px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;	
	padding: 10px;
}


div.leftSection {
	margin-bottom: 15px;
}

div.leftSection h1 {
	border-bottom: 1px dotted #3a3b3b;
	font-size: 1.2em;
	color: #000000;
}

div.leftSection ul {
	padding-left: 12px;
}

div.leftSection li {
	margin-bottom: 5px;
}


form#mailingList {
	
}

form#mailingList label {
	float: left;
	width: 65px;
	display: block;
	line-height: 20px;
	margin-top: 5px;
}

form#mailingList input[type=text] {
	float: right;
	width: 150px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	border: 1px solid #3a3b3b;
	margin-top: 5px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}



div#right {
	background-image: url(../images/content_bg.png);
    width: 610px;
    float: left;
	min-height: 400px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;	
	padding: 10px;
	line-height: 1.2em;	
}


div#right h1 {
	font-size: 1.5em;
	line-height: 1.8em;
	color: #000000;
}

div#right h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #000000;
}

div#right a, div#left a {
	color: #c25910;
	text-decoration: none;
}

div#right a:hover, div#left a:hover {
	text-decoration: underline;
}

a.button {
	display: block;
	float: right;
	width: 75px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #3a3b3b;
	border-bottom: 1px solid #0b0b0b;
	border-left: 1px solid #0b0b0b;
	border-right: 1px solid #0b0b0b;
	background-image: url(../images/nav_regular.png);
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;	
	margin-top: 6px;
}

a.button:hover {
	background-image: url(../images/nav_hover.png);
}