html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
background-color: #ffffff;
color: #444444;
text-align: left;
}

pre {
font-family: Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
font-weight: bolder;
color: #606080;
}

a:hover {
color: #3030d0;
}

#wrapper {
	background: url(../images/watermark.jpg) bottom right;
	background-repeat: no-repeat;
	width: 770px;
	background-color:#ffffff;
	border: 0px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/**/

#banner {
height: 120px;
background-image: url(../images/crystalball.jpg);
background-repeat: no-repeat;
}

/**/

#nav {
background: url(../images/banner.jpg) bottom right;
background-repeat: no-repeat;
border-bottom: 1px solid #808080;
}

#nav ul {
padding: 0;
margin: 0;
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a {
padding: 0 25px 0 25px;
border-left: 4px solid #808080;
text-align: center;
width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus {
}

/**/

#menu {
}

#menu ul {
padding: 0;
margin: 0;
}

#menu ul li {
padding: 0;
margin: 0;
}

#menu ul li a {
text-align: left;
width: 9em;
}

#menu ul li a:hover, #nav ul li a:focus {
}

/**/

#splash {
margin-left: 150px
}

/**/

#content {
padding: 0 25px 0 25px;
height: 400px;
color: #666666;
}

/**/

#menu {
padding: 20px;
width: 150px;
height: 360px;
float: left;
}

/**/

#footer{
border-top: 1px solid #666666;
font-size: 80%;
background-color: #ffffff;
color: #666666;
text-align: center;
}

/**/

#imgdiv {
width: 150px;
float: left;
}

#detail {
width: 320px;
float: right;
}

