/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background-color: none;
}

body {
	background-color: none;
	width: 600px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

#content {
	width: 580px;
	padding: 9px 0px 20px 0px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	clear: both;
}

/* box model hack for IEWin */
* html #content {
	width: 640px;
	w\idth: 580px;
}

.centerdiv{ /*IE method of centering a relative div*/
        text-align: center;
        padding: 10px 0;
}

.centerdiv>div{ /*Proper way to center a relative div*/
        margin: 0 auto;
        padding: 10px 0;
}


/* @end */

/* @group content top */

#content_top .menu {
	float: left;
	width: 600px;
	margin: -5px 0 25px 0;
	background: #000;
	
}

#content #content_top .menu li {
	list-style-type: none;
	padding: 2px 8px;
	margin: 0 0 0 0;
	float: left;
	background: none;
	border-left: 0px solid #000;
}

#content #content_top .menu li:first-child {
	padding-left: 8;
	border-left: none;
}

#content #content_top .menu a {
	text-decoration: none;
}

#content #content_top .menu li.current span span {
	font-weight: bold;
	color: #fff;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	background: none;
}

#content #content_top .menu li span {
	padding: 0;
	background: none;
	color: #inherit;
}

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

#header h1 {
	color: #000;
	font: 200%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	bottom: 10px;
	left: 0px;
}

#footer {
	font-size: 76%;
	color: #666;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: #000;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: #000;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color:#000;
	font: bold 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 40px;
}

/* @end */

/* @group links */

a, a:visited {
	color: #000;
}

a:hover, a:visited:hover {
	color: #fff;
	background-color: #000;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */


#slideshow {
	width: 482px;
	height: 391px;
	border: 1px solid black;
	}
	
	
#slideshow {
	overflow: hidden;
	position: relative;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	visibility: none;
}

#slideshow img.first {
	visibility: visible;
}