/* Main CSS Document      */
/* Included on: All Pages */

/*******************************************/
/*          GENERAL LAYOUT STUFF           */
/*******************************************/

body {
  background-color:#45362f;	
  margin:0px;
  font-family:Arial, Verdana, Tahoma;
  font-size:10pt;
}

img {	
  border:0px;
}

.container {
  width:100%;
  text-align:center;		
}

.main {
  width:990px;
  margin:0 auto;
  text-align:left;
}

/*******************************************/
/*          GLOBAL TEXT SETTINGS           */
/*******************************************/

h2 {
  font-weight:bold;
  font-size:12pt;
}

.hr {
  clear:both;
  float:left;
  height:1px;
  width:419px;
  margin:10px 0;
  background-color:#6d6053;
  border:1px solid #e9dcc7;
  border-width:0 0 1px 0;
  font-size:small;
}

a {
  color:#45362f;
}

a:hover, a:visited {
  color:#467eb1
}

/*******************************************/
/*       HEADER GOODNESS                   */
/*******************************************/

.header {
  width:996px;
  height:143px;
}

.headerforum {
margin: 0 auto;
width: 996px;
height: 143px;
padding: 12px 0px 4px 0px;
}

.headerforum img {
  float:left;
}

.header img {
  float:left;
}

.headerforum a{
  float:left;
  text-decoration:none;
}

.header a{
  float:left;
  text-decoration:none;
}

#mm_home, #mm_about, #mm_faq, #mm_forums, #mm_enlist, #mm_sponsors, #mm_contact, #mm_home_selected, #mm_about_selected, #mm_faq_selected, #mm_forums_selected, #mm_enlist_selected, #mm_sponsors_selected, #mm_contact_selected {
  height:143px;
  margin:0px;
}

#mm_home {
  background-image:url('../../images/mm_home.jpg');
  width:98px;
}

#mm_home:hover {
  background-position:98px 0px;
}

#mm_home_selected {
  background-image:url('../../images/mm_home_selected.jpg');
  width:98px;
}

#mm_about {
  background-image:url('../../images/mm_about.jpg');
  width:95px;
}

#mm_about:hover {
  background-position:95px 0px;
}

#mm_about_selected {
  background-image:url('../../images/mm_about_selected.jpg');
  width:95px;
}

#mm_faq {
  background-image:url('../../images/mm_faq.jpg');
  width:93px;
}

#mm_faq:hover {
  background-position:93px 0px;
}

#mm_faq_selected {
  background-image:url('../../images/mm_faq_selected.jpg');
  width:93px;
}

#mm_forums {
  background-image:url('../../images/mm_forums.jpg');
  width:99px;
}

#mm_forums:hover {
  background-position:99px 0px;
}

#mm_forums_selected {
  background-image:url('../../images/mm_forums_selected.jpg');
  width:99px;
}

#mm_enlist {
  background-image:url('../../images/mm_enlist.jpg');
  width:93px;
}

#mm_enlist:hover {
  background-position:93px 0px;
}

#mm_enlist_selected {
  background-image:url('../../images/mm_enlist_selected.jpg');
  width:93px;
}

#mm_sponsors {
  background-image:url('../../images/mm_sponsors.jpg');
  width:134px;
}

#mm_sponsors:hover {
  background-position:134px 0px;
}

#mm_sponsors_selected {
  background-image:url('../../images/mm_sponsors_selected.jpg');
  width:134px;
}

#mm_contact {
  background-image:url('../../images/mm_contact.jpg');
  width:158px;
}

#mm_contact:hover {
  background-position:158px;
}

#mm_contact_selected {
  background-image:url('../../images/mm_contact_selected.jpg');
  width:158px;
}

/*******************************************/
/*       FOOTER                            */
/*******************************************/

#footer {
  float:left;
  width:990px;
  height:134px;
  background-image:url('../../images/footer.jpg');
}
