
body {
	font-family: arial, sans-serif;
	/* margin: 10px 10px;*/
	margin: 0px 0px;
	text-align: center;
}


/* general layout stuff */


body.fixedWidth {
  background: #CCC !important;
}

body.fixedWidth #outerWrapper {
  margin: 0 auto;
}

body.fixedWidth #content {
  width: 960px;
  background-color: transparent;
  background-image: url("http://www.milomineur.com/mm/css/body_bg.gif") !important;
  /*background-position: left top;*/
  background-position: center;
  background-repeat: repeat-y;
  margin: 0 auto;
}


body.fixedWidth div#main {
  width: 960px;
  padding: 0 0 0px 0;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  margin:  0 20;
  height: 85px;
  color: #FFF;
  background: url("http://www.milomineur.com/mm/css/red_gradient.gif") top left repeat-x #D01F3C;
  overflow: hidden;
}
#header_logo {
  margin:  0 20;
  height: 85px;
  color: #FFF;
  background: url("http://www.milomineur.com/mm_cms_userfiles/image/mm_logo.png") top center no-repeat #FFFFFF;
  overflow: hidden;
}
/* general layout stuff */


a, a:link {
	text-decoration: none;
	color: #333;
	padding: 2px 2px;
}
a:visited {
	color: #000;
}

a:hover {
	background: #D5B920;
	color: #fff;
}

#title {
	font-size:40px;
	line-height:65px;
	color: #000;
	text-decoration:bold;
}

#subtitle {
	font-size:11px;
	color: #000;
	text-decoration:none;
	border-bottom: solid #000 1px;
	padding: 0 0 7px 0;
}

#subtitle a:hover {
	background: #000;
	color: #fff;
}

#tagfield {
	margin: 0px 80px;
	text-align: justify;
}
#footer {
	font-size:11px;
	color: #000;
	text-align: center;
	border-top: solid #000 1px;
}


a.ttw0  {color: #000; font-weight:bold;}
a.ttw1  {color: #000; font-weight:bold;}
a.ttw2  {color: #c2d220; font-weight:bold;}
a.ttw3  {color: #20A0CF; font-weight:bold;}
a.ttw4  {color: #D5B920; font-weight:bold;}
a.ttw5  {color: #; font-weight:bold;}


a.tw0  {color: #D65421; font-weight:bold;}
a.tw1  {color: #000; font-weight:bold;}
a.tw2  {color: #20A0CF; font-weight:bold;}
a.tw3  {color: #D5B920; font-weight:bold;}
a.tw4  {color: #D92178; font-weight:bold;}
a.tw5  {color: #777; font-weight:bold;}



a.tw0:hover {background: #D5B920;color: #fff;}
a.tw1:hover {background: #D5B920;color: #fff;}
a.tw2:hover {background: #D5B920;color: #fff;}
a.tw3:hover {background: #D5B920;color: #fff;}
a.tw4:hover {background: #D5B920;color: #fff;}
a.tw5:hover {background: #D5B920;color: #fff;}

-->
.title {font-weight:normal; font-size: 24px;}


h1 {font-weight:normal; font-size: 24px;}

/* other stuff */

div#LastFooter {
	clear: both;
	font-size: 11px;
	color: #FFF;
	/*background-image: url('http://www.milomineur.com/mm/css/gradient_footer.gif');*/
	background-image: url('http://www.milomineur.com/mm/css/gradient_footer.png');
	background-position: left top;
	background-repeat: repeat-x;
	text-align: left;
	position: relative;
	padding: 20px 15px;
	line-height: 1.2;
	overflow: hidden;
	/*background-color: #828282;*/
	background-color: #000000;
}

div#LastFooter a {
  color: #FFF;
  text-decoration: none;
}

div#LastFooter a:hover {
  text-decoration: underline;
  background-color: transparent;
}