body {
	background-color: #ddd;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Narrow", helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	height: 100%;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

a {
	color: #E8F578;
	text-decoration: none;
}

a:hover {
	color: #911083;
}

.quickref  {
	color: blue;
}

#container {

	position:relative;
	margin: 0px auto;
	width:900px;
	z-index:10;
	height:100%;
}

.stripes {
	position: absolute;
	left: 112px;
	width: 179px;
	height: 100%;
	z-index: 100;
	background: url(images/stripes.jpg) repeat-y;
}


#logo {
	position:relative;
	margin: 0px;
	width:900px;
	height:68px;
	z-index:50;
}

#menu {
	position:relative;
	width:900px;
	height:30px;
	background: url(images/menubar.jpg) no-repeat;
	z-index:50;
	font-size: 85%;
	font-family: "Times New Roman", times, serif;
	margin: 0px;
}

#main {
	position:relative;
	margin:0px;
	width:900px;
	background: url(images/watermark.jpg) repeat-y;
	font-family: "Helvetica Narrow", helvetica, arial, verdana, sans-serif;
	color: white;
	height: 100%;
}

#sidebar {
	position: relative;
	float: left;
	top: 40px;
	left: 10px;
	width: 100px;
	font-size: 85%;
	z-index:140;
	font-family: "Times New Roman", times, serif;
}

#main_content {
	position: relative;
	padding-top: 10px;
	margin-left: 303px;
	width: 590px;
	height: 100%;
}
#footer {
	position:relative;
	width:900px;
	background: url(images/Sophistication-BGD_05.jpg) repeat;
	margin: 0px auto;
	z-index:1000;
	color: white;
	font-size: 70%;
	font-family: "Times New Roman", times, serif;
}

#footer-inner {
	padding: 10px ;
}
#clear {
	clear: both;
	height:10px;
}

#menu ul, #actions ul , #footer ul{
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}

#menu ul li, #actions ul li, #footer ul li {
	padding-left: 1em;
	display:inline;
	padding-bottom: 10px;
}
#menu ul {
	padding-left: 0px;
	padding-top: 6px;
	margin-left: 289px;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #E8F56C;
}
