* {
margin:0px;
padding:0px;
}

#container {
width:700px;
background:#f37a19;
text-align:center;
}

.content {
background:#ffffff;
width:700px;
padding:0px;
margin:0px;
min-height:600px;
background-image:url('images/containerBG.jpg');
background-repeat: repeat;
border-bottom:5px solid #f37a19;

}

body	{
font-family: Trebuchet MS, arial, sans-serif;
font-size:12px;
color:#333333;
background-image:url('images/bg.jpg');
background-repeat: repeat;
}

#main_nav {
background:#f37a19;
height:16px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
text-transform:uppercase;
font-size:13px;
font-weight:bold;
color:#ffffff;

}

.orange {
color:#f37a19;
}

.green {
color:#82a28e;
}
.uppercase {
text-transform:uppercase;
}

.main_text {
width:650px;
margin-top:25px;
padding-bottom:35px;line-height:1.5;
text-align:left
}

.textbox {
float:right;
margin-left:20px;
padding:10px;
background:#fff5cb;
border:1px solid #82a28e;
width:210px;
font-size:11px;
text-align:left;
color:#82a28e;
font-weight:bold;}

p {
text-align:left;
margin-top:10px;
}
.event {
border-bottom:1px dotted #666;
margin-top:10px;
padding-bottom:10px;
}

#main_nav a:link {
color:#ffffff;
text-decoration:none;
}

#main_nav a:visited {
color:#ffffff;
text-decoration:none;
}

#main_nav a:active {
color:#ffffff;
text-decoration:none;
}

#main_nav a:hover {
color:#82a28e;
}

.footer {
margin:10px;
color:#999999;
}

.left {
float:left;
margin-right:13px;
}

.right {
float:right;
}

img.home {
padding:3px;
border: 1px solid black;
}

a:link {
color:#f37a19;
text-decoration:none;
}

a:visited {
color:#f37a19;
text-decoration:none;
}

a:active {
color:#f37a19;
text-decoration:none;
}

a:hover {
color:#000000;
}

.quote {
margin-left: 10px;
}
.quoteauthor {
margin-left: 30px;
}
