/* Mademoiselle M. website CSS - Copyright Apropo Media 2007 */
body {
	font: 75% Verdana, Geneva, Helvetica, Arial, sans-serif; /* Font-sizes relative to allow scaling */
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: white;
	text-align:center; /* IE 5.5 hack */
	background: #000000;
}
p {
	margin: 0.7em 0px;
	line-height: 1.4em;
	font-size: 1em; /* body font-size is 75% so acutal font size 0.75em */
}

h2 {
	text-align:left;
	text-transform: none;
	font-size: 1.4em;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 3em;
	clear: both;
}
.line{
	border-top-color: #404040;
	border-top-style: solid;
	border-top-width: thin;
}
#text p {
	padding-top: 0em;	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1.4em;
	margin: 0px;
}
#container {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-size: .96em;
}
#main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-size: 1em;
	border-top-style: double;
	border-top-color: #404040;
	background: black;
	border-bottom-style: double;
	border-bottom-color: #404040;
	border-bottom-width: medium;
}
#head {
	width: 660px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-size: 0.9em;
	margin-top: 60px;
	margin-bottom: 35px;
}
.menu {
      width: 100%;
      margin: 0;
      padding: 0px;
    }
.menu ul {
      padding: 0;
      list-style-type: none;
    }
.menu li {
      margin: 0;
      padding: 0;
      float: left;
      width: 16%;
      text-align: center;	  
    }
a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#FFFFFF;
	text-decoration: none
}
a:active {
	color:#FFFFFF;
	text-decoration: none
}
a:hover {
	text-decoration: none; 
	color: #999999;
}
img { 
	border: none; 
}

#display {
	width: 660px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer {
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-size: 0.75em;
	margin-top: 10px;
	color:#666666;
	padding-bottom: 20px;
}
#footer p {
	
	margin: 10em 0 0.7em 0;
	line-height: 1.4em;
	font-size: 0.95em; /* body font-size is 75% so acutal font size 0.75em */
	color:#FFFFFF;
}
a:link {
	color:#999999;
	text-decoration:none;
}

#footer a:visited {
	color:#999999;
	text-decoration: none
}
#footer a:active {
	color:#999999;
	text-decoration: none
}
#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#logo {
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	height: 400px;
	width: 740px;
}

div.float {
	float: left;
  	width: 50%; 
	height: 230px;
}
  
div.float p {
	text-align: center;
   }
