body {
        margin: 0;
		margin-top: 0px;
        padding: 0;
        background: #F0F0F0 url('/images/body_background.png') repeat-x center top;
        font-family: Verdana;
}

a {
        text-decoration: none;
}

ul {
		margin: 0;
		padding: 0;
}

img {
		border: 0;
}

#wrapper {
        width: 760px;
        margin: 0 auto;
}

#header {
        width: 100%;
        height: 100px;
}

#footer {
		margin: 10px; 
		font-size: small;
		font-weight: bold;
		clear: both;
		text-align: center;
		color: #3A3E3E;
}

/* content */

#content {
		margin: 0;
		border: 1px solid #FFFFFF;
		color: #3A3E3E;
		width: 100%;
		background: #E2E6EE url('/images/content_background.jpg') no-repeat center center;
		min-height: 380px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
}

#content h1 {
		margin: 20px; 
		font-size: x-large;
		font-weight: bold;
}

#content h2 {
		margin: 25px; 
		font-size: large;
		font-weight: bold;		
}

#content p {
		margin: 10px 30px 10px 30px;
		font-size: medium;
		text-align: justify;
}

#content a {
		color: #3A3E3E;
}

#content ul {
		margin: 10px 30px 10px 30px;
		list-style-type: square;
}

#content li {
  		margin: 5px 20px 5px 20px;     
}

#content ul.none {
		list-style: none;
}

/* splash */

#splash {

}

#splash ul {
		list-style: none;
		float: left;
        margin: 0;
        padding: 0;
}

#splash li {
        margin: 20px;
        padding: 5px;
}

#splash a {
		font-size: x-large;
		letter-spacing: +1pt;
        color: #6A7474;		
}

#splash a:hover {
		font-weight: bold;
		color: #3A3E3E;
}

#splash img {
		float: right;
		padding: 2px;
		margin: 20px;
		border: 1px solid #D1D1D1;
}
