
body {
	margin: 0;
	padding: 0;
	background:  url(images/mjoBG2c.jpg) repeat-x top center;
	font-size: 13px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	text-transform: ;
	font-family: "century gothic", "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: orange;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a:link { color: #FFA73C; }
a:link>img {border: none;}
	a:visited { color: #FFA73C; }
	a:hover { color: teal; }
	a:active { color: ; }
	a:visited>img {border: none;}
	a:hover>img {border: none;}
	a:active>img {border: none;}

#wrapper {
}
/* Header */

#header {
	width: 780px;
	height: 250px;
	margin: 0 auto;
	background: url(images/logo2copy.png) bottom left  no-repeat ;
	padding-left: ;
}

#header h1, #header p {
	margin: 0;
	color: #9CBC1E;
}

#header h1 {
	padding: ;
}

#header p {
	padding-left: ;
	margin-top: -10px;
}
#header a {
	color: #E6B715;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 550px;
	margin: 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #B7D24D;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-left:15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px solid #C7C7C7;
	padding-left: 15px;
}


#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: ;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/) no-repeat left top;
	text-align: center;
	font-size: smaller;
	color: #8C8C8C;
	border-top: 1px solid #C7C7C7;
}

#footer a {
	color: ;
}

