@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/MCTile.jpg);
	background-repeat: repeat;
	list-style-type: none;
}
.moniclaire #container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.moniclaire #header {
	padding: 0 0px 0 0px; 
} 
.moniclaire #mainContent {
	padding: 0 20px; 
}
.moniclaire #mainContent img{
	padding: 0 10px; 
}
.moniclaire #mainContent h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	color: #000000;
}
nobledesigns #mainContent h2 {
	margin: 0; 
	padding: 10px 0; 
	color: #999999;
}
nobledesigns #mainContent h3 {
	margin: 0;
	padding: 4px 0;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.moniclaire #footer {
	padding: 0px ; 
} 
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #77278b;
	font-weight: bold;
}
a:hover {
	color: #77278b;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #77278b;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.smallbold {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
}
.smallbold a:link {
	color: #000000;
	text-decoration: none;
}
.smallbold a:visited {
	text-decoration: none;
	color: #77278b;
}
.smallbold a:hover {
	text-decoration: underline;
	color: #77278b;
}
.smallbold a:active {
	text-decoration: underline;
	color: #77278b;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
