@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #d2d9e5;
	height: 100%;
}
body {
	height: 100%;
	font-size: 1em;
}
#wrapper {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 722px;
	background-color: #06161a;
}
#header {
	background-image: url(../images/jLudWelcome_03.gif);
	background-repeat: no-repeat;
	height: 272px;
	width: 722px;
}
#header h1 {
	text-indent: -9999px;
}

#content {
	background-image: url(../images/jLudWelcome_04.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 722px;
	padding-top: 50px;
}
#content p {
	margin-bottom: 1em;
	padding-right: 50px;
	line-height: 1.5em;
	padding-left: 60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #30353A;
}
#footer {
	background-image: url(../images/jLudWelcome_05_05.jpg);
	background-repeat: no-repeat;
	height: 323px;
	width: 722px;
	position: relative;
}


/****************************************************************************/
								/*Nav Stlyes*/
/****************************************************************************/
#footer #nav {
	background-image: url(../images/jLudWelcomeMockUp_05.gif);
	height: 65px;
	width: 722px;
	position: absolute;
}
#footer #nav ul {
	list-style-type: none;
	top: 26px;
	position: absolute;
	left: 70px;
}
#footer #nav ul li {
	display: inline;
	color: #7A8694;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}
#footer #nav ul li a {
	text-decoration: none;
	padding-right: .5em;
	padding-left: 0.5em;
}
#footer #nav ul li a:link {
	color: #7A8694;
}
#footer #nav ul li a:visited {
	color: #7A8694;
}
#footer #nav ul li a:hover {
	color: #30353A;
}
#footer #nav ul li a:active {
	color: #7A8694;	
}
#footer #nav ul li a.current {
	color: #06161a;
	cursor: default;
}

