@charset "utf-8";

/* CSS Document */

body {
	margin: 0; padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Georgia, georgia, "Times New Roman", Times, serif;
	background: url(images/bgsmall.jpg);
	color:#464224; /* default font color */
	width: 100%;
}



/* resets most browser styles to enhance cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { 



	margin: 0; padding: 0; 

	

}

	

img, a{ border:none; text-decoration: none;}

ul, li{ list-style:none;}



/* default link colors */

a:link {color: #d27005; text-decoration: none;}

a:visited {color: #d27005; text-decoration: none;}

a:hover {color: #d28a34; text-decoration: underline;}

a:active {color: #d27005; text-decoration: underkine;}





#pagecont {
	width:900px;
	height:100%;
	margin: 0 auto;
	text-align:center;
}



#intro {

	margin-top:200px;

	width:466px;

	height:300px;

	margin-left:auto;

	margin-right:auto;

	padding:0;

	position:relative;

}

#header {
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	width: 900px;
	height:200px;
}

#content {
	width:900px;
	height:400px;
	clear:both;
	padding-top:10px;
}

#contentpic {
	width:900px;
	height:400px;
	clear:both;
	padding-top: 20px;
	background-image:url(images/mjbg.png);
	background-repeat:no-repeat;
	font-size:1.7em;
}



#navcontainer
{
background-color: none;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}
#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: black;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
}
#navcontainer ul li
{
display: inline;
}
#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: black;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff; /* the borders have the same size */
margin-right: -1px; /* the value has to be like the above but negative */
}
#navcontainer ul li a:hover
{
background-color: black;
color: white;
}
}
