/* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}

body
{
line-height: 1;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
padding: .6em 0;
margin: 0 15px;
}

ul, ol
{
list-style: none;
}

a
{
color: #038903;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}
.clear {
clear:both;
}
/* End of Reset */

body {
background-image:url(images/background.gif);
background-repeat:repeat-x;
background-color:#3fb201;
font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
}
p, ul {
	margin: 0 30px;
	font-size:13px;
	line-height:16px;
}
.listing ul, ul li { 
list-style:circle;
margin-left:30px;
} 
.smalltext {
font-size:9px;
}

#wrapper {
margin:20px auto;
padding:0;
width:960px;
}
img a {
margin:0;
padding:0;
}
/* Sidebar */
#sidebar {
width:210px;
float:left;
margin:0;
padding:0;
}
#logo a {
width:200px;
height:190px;
display:block;
background-image:url(images/logo.gif);
background-repeat:no-repeat;
float:right;
}
#menu {
margin:0;
font-size:14px;
line-height:14px;
padding:0;
float:right;
}

.about a  {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #676767;
}
.about a:hover  {
background: #333333;
color: #FFFFFF;
}
.aboutin a {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #333333;
}
.contact a  {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #767676;
}
.contact a:hover  {
background: #333333;
color: #FFFFFF;
}
.contactin a {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #333333;
}
.styling a  {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #038903;
}
.styling a:hover  {
background: #333333;
color: #FFFFFF;
}
.stylingin a {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #333333;
}
.events a  {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #049704;
}
.events a:hover  {
background: #333333;
color: #FFFFFF;
}
.eventsin a {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #333333;
}
.spaces a  {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #05a405;
}
.spaces a:hover  {
background: #333333;
color: #FFFFFF;
}
.spacesin a {
display: block;
width:170px;
padding: 8px 0 8px 30px;
color: #FFFFFF;
text-decoration: none;
background: #333333;
}
/* Content Area */
#content {
width:750px;
min-height:480px;
float:right;
background-color:#FFFFFF;
margin: 0 0 20px 0;
}
#footer {
width:750px;
float:right;
color:#FFFFFF;
font-weight:bold;
margin: 0 0 20px 0;
}
#footer p {
font-size:10px;
margin:0;
text-align:center;
}
/* Homepage */
.homestyling a {
width:250px;
height:250px;
background-image:url(images/life.jpg);
background-repeat:no-repeat;
background-position:top;
display:block;
float:left;
margin:0;
padding:0;
}
.homestyling a:hover {
background-position:bottom;
}
.homeevents a {
width:250px;
height:250px;
background-image:url(images/events.jpg);
background-repeat:no-repeat;
background-position:top;
display:block;
float:left;
margin:0;
padding:0;
}
.homeevents a:hover {
background-position:bottom;
}
.homespaces a {
width:250px;
height:250px;
background-image:url(images/spaces.jpg);
background-repeat:no-repeat;
background-position:top;
display:block;
float:left;
margin:0;
padding:0;
}
.homespaces a:hover {
background-position:bottom;
}
.bigtext{
color:#038903;
font-size:24px;
line-height:32px;
margin: 20px 30px;
}

input, textarea {
	border: 1px solid #666666;
}
