/* CSS Document */
body,
html {
    margin: 0;
    padding: 0;
    background: #FFF url(stripebg.jpg) repeat;
    color: #5D3444;
}

body {
    min-width: 918px;
}

#wrap {
    background-image: url(bgshadow2.jpg);
	background-repeat: repeat-y;
    margin: 0 auto;
    width: 918px;
}

#main {
	background: #FFF;
    float: left;
    width: 495px;
	height: 400px;
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
}

#sidebar {
	width: 375px;
	height: 400px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 25px;
	float: right;
	display: inline;
	text-align: justify;
	font-family: Georgia;
	font-size: 14px;
}

	

#footer {
    background: #FFF url(newfooter2.jpg) no-repeat;
	width: 918px;
	height: 35px;
    clear: both;
}

#nav {
	margin: 0 auto;
	width: 900px;
	height: 32px;
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	font-size: 18px;
	font-family: Georgia;
	text-align: center;
}

#nav a:link {
	text-decoration: none;
	color: #5E3344;
}

#nav a:visited {
	text-decoration: none;
	color: #5E3344;
}

#nav a:hover {
	text-decoration: underline;
	color: #5E3344;
}

#nav a:active {
	text-decoration: none;
	color: #5E3344;
}

#nav ul {
    margin: 0;
    padding: 5px;
    list-style: none;
}

#nav li {
    display: inline;
    margin: 0;
    padding: 10px;
}

#main a:link, a:visited, a:hover, a:active {
	color: #5E3344;
	text-decoration: underline;
}

#sidebar h1 {
	margin: 0 auto;
	text-align: center;
	background: url(janalogo3.jpg);
	width: 207px;
	height: 145px;
}
	
#header h1 {
	margin: 0 auto;
	background:url(topbanner.jpg);
	width:900px;
	height:145px;
}

h1 span {
	display: none;
}

p.center {
	text-align: center;
}

#sidebar a:link {
	text-decoration: none;
	color: #5E3344;
}

#sidebar a:visited {
	text-decoration: none;
	color: #5E3344;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #5E3344;
}

#sidebar a:active {
	text-decoration: none;
	color: #5E3344;
}
