body {
	margin: 0 auto;
	padding: 0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:800px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	margin-bottom: 15px;
	font-family: Droid Sans, arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #FFF;
	line-height: 110%;
	text-align: center;
}

a {
	text-decoration: none;
	color: #181818;
}

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

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

a:hover {
	text-decoration: underline; 
	color: #185C68;
}

#header h1 {
	margin: 0;
	color: #000;
	font-family: Neucha, helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 475%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	text-align: center;
	line-height: 310%;
}

#header p {
	text-align: center;
	font-family: Neucha, helvetica, arial, verdana, tahoma, sans-serif;
	color: #000;
	line-height: 80%;
	padding-bottom: 50px;
	letter-spacing: +1px;
}

#box {
	width:75%;
	margin:0px auto;
	background:#fff url(css_images/leftside.gif) repeat-y left top;
}

.top {
	width:100%;
	height:20px;
	background:url(css_images/top.gif) no-repeat left top;
}

.top span {
	display:block;
	position:relative;
	height:20px;
	background:url(css_images/top-right.gif) no-repeat right top;
}

.center-content {
	background:url(css_images/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}

.bottom {
	width:100%;
	height:60px;
	background:url(css_images/bottom.gif) no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(css_images/bottom-right.gif) no-repeat right top;
}

.main {
	margin: 0 auto;
	width: 100%;
	background: #FFF;
	text-align: left;
}

.main h2 {
	margin: 0;
	color: #000;
	font-family: Droid Sans Mono, helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 285%;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: -2px;
	padding-top: 20px;
	text-align: left;
	line-height: 155%;
}

.main h3 {
	margin: 0;
	color: red;
	font-family: Droid Sans Mono, helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 185%;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: -1px;
	padding-top: 20px;
	text-align: left;
	line-height: 135%;
}

.main p {
	font-family: Droid Sans, helvetica, arial, verdana, tahoma, sans-serif;
	font-style: normal;
	color: #000;
	line-height: 2em;
	letter-spacing: +1px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #FFF;
	text-align: left;
	padding: 8px;
	margin: 2px;
}


#footer p {
	text-align: center;
	font-family: Droid Sans, helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	line-height: 80%;
	padding-bottom: 50px;
	letter-spacing: +1px;
}

#footer a {
	text-decoration: none;
	color: #181818;
}

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

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

#footer a:hover {
	text-decoration: underline; 
	color: #185C68;
}

.wf-loading body {
        visibility:hidden;
}

.wf-loading #header h1 {
        visibility:hidden;
}

.wf-loading #header p {
        visibility:hidden;
}

.wf-loading .main h2 {
        visibility:hidden;
}

.wf-loading .main h3 {
        visibility:hidden;
}

.wf-loading .main p {
        visibility:hidden;
}

.wf-loading #footer p {
        visibility:hidden;
}

.wf-inactive body, .wf-inactive #header h1, .wf-inactive #header p, .wf-inactive .main h2, .wf-inactive .main h3, .wf-inactive .main p , .wf-inactive #footer p{ visibility:visible;}

.wf-active body {
		margin: 0 auto;
		padding: 0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:800px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
		margin-bottom: 15px;
		font-family: Droid Sans, arial, helvetica, verdana, tahoma, sans-serif;
		font-size: 80%;
		color: #000;
		background-color: #FFF;
		line-height: 110%;
		text-align: center;
}

.wf-active #header h1 {
		margin: 0;
		color: #000;
		font-family: Neucha, helvetica, arial, verdana, tahoma, sans-serif;
		font-size: 475%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 50px;
		text-align: center;
		line-height: 310%;
}

.wf-active #header p {
		text-align: center;
		font-family: Neucha, helvetica, arial, verdana, tahoma, sans-serif;
		color: #000;
		line-height: 80%;
		padding-bottom: 50px;
		letter-spacing: +1px;
}

.wf-active .main h2 {
		margin: 0;
		color: #000;
		font-family: Droid Sans Mono, helvetica, arial, verdana, tahoma, sans-serif;
		font-size: 285%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		text-align: left;
		line-height: 155%;
}

.wf-active .main h3 {
		margin: 0;
		color: red;
		font-family: Droid Sans Mono, helvetica, arial, verdana, tahoma, sans-serif;
		font-size: 185%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		text-align: left;
		line-height: 135%;
}

.wf-active .main p  {
		font-family: Droid Sans, helvetica, arial, verdana, tahoma, sans-serif;
		font-style: normal;
		color: #000;
		line-height: 2em;
		letter-spacing: +1px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		background-color: #FFF;
		text-align: left;
		padding: 8px;
		margin: 2px;
}

.wf-active #footer p  {
		text-align: center;
		font-family: Droid Sans, helvetica, arial, verdana, tahoma, sans-serif;
		font-size: 80%;
		color: #000;
		line-height: 80%;
		padding-bottom: 50px;
		letter-spacing: +1px;
}