body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background: url(images/bg.jpg) top left repeat;
}

/* Links */

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

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

a:hover {
	color: #000;
	text-decoration: none;
	}
	
a:active {
	color: #000;
	text-decoration: none;
	}
	
	
.mailto a:link {
        color: #000000;
        text-decoration: underline;
        margin: 5px 0px 10px 0px;
        font-size: 11px;
        }

.mailto a:visited {
        color: #000000;
        text-decoration: underline;
        margin: 5px 0px 10px 0px;
        font-size: 11px;
        }

.mailto a:hover {
        color:#000000;
        text-decoration: underline;
        margin: 5px 0px 10px 0px;
        font-size: 11px;
        }

.mailto a:active {
        color: #000000;
        text-decoration: underline;
        margin: 5px 0px 10px 0px;
		font-size: 11px;
        }
        
.mailto_small a:link {
        text-decoration: underline;
        font-size: 11px;
        }

.mailto_small a:visited {
        text-decoration: underline;
        font-size: 11px;
        }

.mailto_small a:hover {
        text-decoration: underline;
        font-size: 11px;
        }

.mailto_small a:active {
        text-decoration: underline;
		font-size: 11px;
        }
        
.header a:link {
		font-size: 14px;
		color: #f8ebb4;
		margin: 5px 0px 5px 5px;
		text-align: right;
		text-decoration: bold;
		}

.header a:visited {
		font-size: 14px;
		color: #f8ebb4;
		margin: 5px 0px 5px 5px;
		text-align: right;
		text-decoration: bold;
        }

.header a:hover {
        font-size: 14px;
		color: #f8ebb4;
		margin: 5px 0px 5px 5px;
		text-align: right;
		text-decoration: bold;
        }

.header a:active {
        font-size: 14px;
		color: #f8ebb4;
		margin: 5px 0px 5px 5px;
		text-align: right;
        text-decoration: bold;
        }

/* TEXT STYLES */

p {
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	margin: 5px 10px 10px 10px;
	text-align: left;
}

.center {
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	margin: 5px 20px 5px 20px;
	text-align: center;
}

.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 10px 10px;
	text-align: left;
}

.copyright_two {
	font-size: 9px;
	line-height: 12px;
	color: #3B3839;
	margin: 15px 5px 5px 5px;
	text-align: right;
}

.webzone {
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 0px 5px;
	text-align: right;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	}

li	{
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 10px 10px;
	text-align: left;
	}

h1 {
	font-size: 14px;
	color: #5c4010;
	line-height: 18px;
	margin: 5px 20px 5px 10px;
	text-align: left;
}

h2 {
	font-size: 14px;
	color: #f8ebb4;
	margin: 5px 5px 5px 5px;
	text-align: right;
}

h3 {
	font-size: 11px;
	margin: 5px 10px 5px 10px;
	color: #5c4010;
	text-align: left;
}

h4 {
	font-size: 11px;
	margin: 15px 5px 5px 10px;
	color: #0000000;
	text-align: left;
}

h5 {
	font-size: 12px;
	line-height: 18px;
	margin: 3px 3px 3px 3px;
	color: #000000;
	text-align: center;
}

h6 {
	font-size: 11px;
	line-height: 18px;
	margin: 3px 8px 3px 8px;
	color: #000000;
	text-align: center;
}

h7 {
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	margin: 5px 20px 5px 10px;
	text-align: center;
}

/* BACKGROUNDS */


.expanders {
	background: url(images/expander.jpg) top center repeat;
}

.side_img {
	background: url(images/long.jpg) top center repeat;
}