body {
	background: #0e0d0d url(../images/watermark.png) 0px -250px;
	margin: 0px;
	padding: 0px;
	font: 12px/20px "Tahoma", "Verdana", "Lucida Sans Unicode", "Lucida Grande", "helvetica neue", helvetica, arial, sans-serif;
	color: #ffffff;
}

#flash {
	height: 390px;
	width: 100%;
	background: url(../flash/swg.png) no-repeat center;
	z-index: 0;
	outline: none;
}

#callus {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	margin: 5px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.75);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-style: italic;
	color: #555555;
	z-index: 99;
}

#callus em {
	font-style: normal;
	color: #131313;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}

p {
	text-align: justify;
	padding: 0px;
	padding: 5px 0px 20px 0px;
	margin: 0px;
}

.clear {
	display: block;
	float: none;
	clear: both;
	height: 1px;
}

a.cLink:link, a.cLink:visited {
	color: #498083;
}

a.cLink:hover, a.cLink:active {
	color: #ffffff;
	background-color: #498083;
	text-decoration: none;
}

#navContainer {
	width: 100%;
	height: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;

}

.centered {
	width: 780px;
	margin: 0px auto 0px auto;
}

/* Navigation */

#nav {
	position: relative
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
	display: block;
	position: absolute;
	right: 0px;
}

#nav li {
	margin: 0px 5px 0px 5px;
	display: block;
	float: left;
	height: 24px;
}

#nav a:link, #nav a:visited {
	display: block;
	height: 19px;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	line-height: 19px;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	background: rgb(10,10,10);
	background: rgba(10,10,10,.75);
	border: 1px solid #5d5d5d;
	border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#nav a:hover, #nav a:active {
	background-color: #363636;
	height: 24px;
}