/* ELYSELURAY LAYERS */

#logo, #nav, #nav li {
	margin: 0px; padding: 0px;
}

#body {
	 background: url(http://elyseluray.com/images/body/body_bg.gif) repeat-y;
	 width: 532px;
}

#content {
	 /* margin: -3px; IE FIX */
	float: right;
	width: 362px;
}

#content .content {
	margin: 7px 35px 7px 17px;
}

#content .video {
	margin: 7px 0px 7px 13px;
}

#content .content table {
	width: 310px;
	margin-right: 0px;
}

#content .content table td,
#content .content table th {
	padding-right: 10px;
}

#content .content table td.download {
	text-align: right;
	padding-right: 0px;
}

#content .divider {
	background: url(http://elyseluray.com/images/body/right_splitter.gif) repeat-x;
	height: 5px;
}

#guide_top {
	 background: url(http://elyseluray.com/images/body/body_top.gif) no-repeat;
	 width: 532px;
}

#guides {
	 background: url(http://elyseluray.com/images/body/body_bot.gif) bottom no-repeat;
	 padding: 1px 0px;
}

#leftnav {
	float: left;
	width: 162px;
}

#leftnav .content {
	padding-left: 24px;
	margin: 7px 0px;
}

#leftnav .content img {
	float: left;
	clear: left;
	margin: 5px 5px 5px 0px;
}

#leftnav .divider {
	background: url(http://elyseluray.com/images/body/left_splitter.gif) center no-repeat;
	height: 5px;
	width: 169px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#logo a {
	/* border: solid 1px red; */
	width: 151px;
	height: 130px;
	padding-top: 25px; /* NS FIX */
}

#nav {
	font-size: 10px;
	position: absolute;
	right: 0px;
	top: 12px;
	line-height: 1.2em;
	padding-left: 120px;
}

#nav li {
	float: left;
	width: 85px;
	list-style: none;
	margin-left: 2px;
	border-bottom: 1px solid black;
}

#nav a {
	background: #738D09;
	color: #2E3901;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 1px 0px;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 532px;
	position: relative;
	padding-top: 27px;
}

/* border: solid 1px red; */