@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;
}

/****************************************************************************/
								/*Header Stlyes*/
/****************************************************************************/

#header {
	background-image: url(images/title_02.gif);
	height: 231px;
	background-repeat: no-repeat;
	width: 722px;
	position: relative;
}
#header h1, h2 {
	text-indent: -9999px;
}
/****************************************************************************/
								/*Nav Stlyes*/
/****************************************************************************/
#header #nav {
	background-image: url(images/navBG_05.gif);
	height: 65px;
	width: 722px;
	position: absolute;
	bottom: 0px;
}
#header #nav ul {
	list-style-type: none;
	top: 20px;
	position: absolute;
	left: 70px;
}
#header #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;
}
#header #nav ul li a {
	text-decoration: none;
	padding-right: .5em;
	padding-left: 0.5em;
}
#header #nav ul li a:link {
	color: #7A8694;
}
#header #nav ul li a:visited {
	color: #7A8694;
}
#header #nav ul li a:hover {
	color: #30353A;
}
#header #nav ul li a:active {
	color: #7A8694;	
}
#header #nav ul li a.current {
	color: #06161a;
	cursor: default;
}
/****************************************************************************/
								/*Content Stlyes*/
/****************************************************************************/
#content {
	background-image: url(images/jLud2Slice_02_06.gif);
	background-repeat: no-repeat;
	width: 722px;
	padding-bottom: 20px;
	overflow: auto;
}
#content .date{
	margin-bottom: 4em;
	padding-right: 20px;
	line-height: 1.5em;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7a8694;
	font-size: 0.65em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}
#content img.floatRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 25px;
}
#content img.floatLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
#content p {
	margin-bottom: 1em;
	padding-right: 20px;
	line-height: 1.5em;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #30353A;
}
#content h1 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-right: 20px;
	line-height: 1.5em;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #06161a;
	font-size: 0.75em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-weight: normal;
}
#content h1#news {
	margin-bottom: 1em;
	padding-left: 30px;
	background-image: url(images/jLudMockup2_24.png);
	background-repeat: no-repeat;
	background-position: 30px;
	text-indent: -9999px;
}
#content a:link {
	color: #000;
	text-decoration: none;
}
#content a:visited {
	color: #000;
	text-decoration: none;
}
#content a:hover, active {
	text-decoration: underline
}
/****************************************************************************/
								/*Footer Stlyes*/
/****************************************************************************/
#footer {
	width: 722px;
	margin-top: 10px;
	background-color: #06161a;
	height: 200px;
	clear: both;
}

#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #7a8694;
	display: inline;
	margin-left: 25px;
	line-height: 4em;
}
#footer p a:link, a:visited {
	color: #d2d9e5;
	text-decoration: none;
}
#footer p a:hover {
	color: #fff;
	text-decoration: none;
}
