/* 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: 400px;
	margin-left: 30px;
	margin-top: 20px;
	font-family: Georgia;
	font-size: 14px;
	display: inline;
}

#sidebar {
	background: #FFF;
    float: right;
    width: 340px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Georgia;
	font-size: 14px;
	display: inline;
}

#contactflash {
	width:900px;
	height:100px;
	margin: 0 auto;
}

#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: none;
}

#header h1 {
	margin: 0 auto;
	background:url(topbanner.jpg);
	width:900px;
	height:145px;
}

#main h1 {
	background:url(janalogo3.jpg);
	margin: 0 auto;
	width:207px;
	height:145px;
}

h1 span {
	display: none;
}

input {
color:#5D3444 !important;
font-size:12px;
font-family:Georgia;
background:#fff !important;
border:1px solid #A5ACB2;
}

textarea {
color:#5D3444 !important;
background:#fff !important;
font-size:12px;
font-family:Georgia;
border:1px solid #A5ACB2;
}

.submit input {
color:#fff !important;
font-size:12px;
background:#5D3444 !important;
}