/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../cssimg/mgg-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0;
	line-height: 0px;
}
a {
}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	margin: 0px;
	padding: 0px;
	height: 153px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navcontainer ul
{
	padding-left: 5px;
	margin-left: 0;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(/cssimg/mgg-02.gif);
	height: 36px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #e5e7d7;
	text-decoration: none;
	float: left;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}

#navcontainer ul li a:hover
{
	color: #330000;
	background-image: url(/cssimg/navleaf.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*=CONTENT
=== === === === === === === === === === */
#content {
	clear: both;
	width: 960px;
}
#content   a, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6F5F43;
}
#content a:hover {
	color: #728F63;
	text-decoration: underline;
}
#content .bord-right {
	border: 3px solid #907C58;
	margin-left: 8px;
	float: right;
}
#content .bord-left {
	border: 3px solid #907C58;
	float: left;
	margin-right: 8px;
}
#content     .news   {
	border: 3px solid #5D7A2F;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 8px;
}
#content ul {
	float: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content li {
	list-style-image: url(/cssimg/mgg-04.gif);
	list-style-type: disc;
	font-size: 15px;
	font-weight: bold;
	color: #907c58;
	padding-left: 15px;
	display: list-item;
	float: none;
	list-style-position: inside;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(../cssimg/mgg-03.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	height: 41px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 9px;
	margin-left: 5px;
	color: #e5e7d7;
	font-size: 23px;
	padding-top: 3px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(../cssimg/mgg-03.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 9px;
	margin-left: 5px;
	color: #e5e7d7;
	font-size: 16px;
	padding-top: 3px;
	height: 20px;
}
#content p {
	font-size: 13px;
	color: #907c58;
	margin-left: 6px;
	margin-right: 6px;
	line-height: 1.5em;
	margin-top: 8px;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	background-image: url(/cssimg/mgg-05.gif);
	background-repeat: no-repeat;
	height: 155px;
	background-position: left top;
	text-align: right;
	clear: both;
}
#footer .siteby {
	font-size: 10px;
	font-weight: normal;
}
#footer p {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	color: #a08962;
}
#footer a {
	text-transform: uppercase;
	color: #728f63;
	text-decoration: none;
}
#footer a:hover {
	color: #907c58;
}
#footerlinks {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
