/* @override http://141.158.191.87/mainstreetmountjoy/css/master.css */

@charset "UTF-8";

/* CSS Document */

body {
	background: #f7f7f7 url(../img/bodybg.jpg) repeat-x;
}

html>body {
	background: #f7f7f7 url(../img/bodybg.jpg) repeat-x;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 147px;
}

#logo {
	height: 120px;
	background-image: url(../img/logo.jpg);
	width: 765px;
}

#logo h1 {
	text-indent: -9999px;
}

#navigation {
	
}

ul#nav {
	
}

#nav li {
	float: left;
	padding: 3px 10px;
}

#nav li a {
	color: #fff;
	font: 13px Times, "Times New Roman", Georgia, serif;
	text-decoration: none;
}

#nav li a:hover {
	color: #2b2b2b;
	font: 13px Times, "Times New Roman", Georgia, serif;
}

.clear {
	clear: both;
}

#main {
	background: url(../img/mainbg.jpg) repeat-y;
	padding: 20px 0 50px 0;
	float: left;
}

#left {
	float: left;
	width: 430px;
	margin: 0 75px 0 61px;
}
#left{
	_margin:0 0 0 31px;
}
#left h1 {
	color: #800000;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 0;
}

#left p {
	color: #800000;
	font-size: 14px;
	padding: 5px 8px;
}

#left h2 {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 0 0;
}

#right {
	float: right;
	width: 200px;
}

#enews {
	
}

#enews p {
	color: #800000;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#events {
	margin: 40px 0 0 0;
}
#events img{
	padding: 5px;
}
#events h1{
	border-bottom: 1px solid #000;
	color: #800000;
	font-weight: bold;
	font-size: 15px;
}
#events p {
	color: #800000;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 15px 0;
}
#events a{
	color: #800000;
	font-size: 13px;
	text-decoration: none;
}
#events a:hover{
	color: #393939;
	text-decoration: underline;
}
#footer {
	clear: both;
	background: #9a9fa0 url(../img/footer.jpg) repeat-x;
}

#footercontainer {
	width: 800px;
	margin: 0 auto;
	background: url(../img/footercontainer.jpg) no-repeat;
}

#footerinfo {
	padding: 120px 0 100px 0;
	color: #fff;
	text-align: center;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.submitbtn{
	background-image: url(../img/submit.jpg);
	width: 55px;
	height: 27px;
	text-indent: -9999px;
	border: none;
}
