html {
	height:100%; 
	overflow:inherit;
}

body {
	height:101%;
	margin-bottom: -1px;
	margin:0;
	padding:0;
	overflow:auto;
	overflow-x:hidden;
	background-color: #ffffff;
	font-family: "Times", "Times New Roman", Sans serif, Arial, Verdana;
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

img {
	border: none;
}

:focus {
	outline:0;
}

a:link, a:visited, a:active {
	color:#AAA5A2;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#5A524F;
	text-decoration:none;
	font-weight:normal;
}

a.content:link, a.content:visited, a.content:active {
	color:#ACA8A7;
	text-decoration:underline;
}

a.content:hover {
	color:#5A524F;
	text-decoration:underline;
}

#main {
	position:absolute;
	top:0px;
	width:100%;
	text-align:left;
	z-index:1;
}

#content {
	position:relative;
	top:0px;
	width:850px;
	z-index:2;
}

#swiffycontainer {
	background-image:url(../images/intro.jpg);
	background-repeat:no-repeat;
}

TD, P, DIV, SPAN {
	color:#5A524F;
	font-size:14px;
	line-height:1.5em;
}

TD.menu {
	font-size:16px;
	line-height:1em;
	text-transform:uppercase;
}

TD.headline {
	font-size:18px;
	line-height:1em;
}

TD.footer, DIV.footer {
	font-size:12px;
	line-height:1em;
}

TD.bgback {
	background-image:url(../images/bg_back.gif);
	background-repeat:no-repeat;
}

LI {
	margin-bottom:1em;
}

P.content {
	margin:0;
}