/*CSS*/
body {
	margin:0;
	padding:0;
	font-family: tahoma;
	font-size:11px;
	background: url(images/home-bg.jpg) repeat-x;
	background-color: #061727;
	}

/*  *********************************************  STRUCTURE *********************************************** */

div#mn-wrapper {
	margin:0 auto;
	width: 990px;
	padding:0;
	}

div#mn-home-flash {
	float: left;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 498px;
	overflow: hidden;
	}

div#mn-home-banner {
	float: left;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 158px;
	background-color: #061626;
	}
	#mn-home-banner p {
		clear: right;
		float: right;
		position: relative;
		padding: 0 0 10px 0;
		margin: 0;
		top: 30px;
		right: 70px;
		font-size:18px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#2876c4;
		}

div#mn-home-info {
	float: left;
	width: 990px;
	height: 333px;
	}
	#mn-home-info .box {
		float: left;
		width: 330px;
		height: 194px;
		}
	#mn-home-info .box p {
		margin: 0;
		padding: 0;
		}	
	#mn-home-info .box .header {
		position: relative;
		top: 18px;
		left: 30px;
		color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		}
	#mn-home-info .box .content {
	position: relative;
	top: 30px;
	left: 30px;
	width: 230px;
	line-height: 18px;
	height: 100px;
		}
	#mn-home-info .box .link {
		float: left;
		height: 22px;
		width: 81px;
		position: relative;
		top: 40px;
		left: 25px;
		}

	
div#mn-footer {
	width: 1000px;
	clear: both;
	padding-top:10px;
	margin: 0 auto;
	color: #545454;
	text-align: center;
	}
	#mn-footer a {
		color: #6E8096;
		text-decoration: none;
		}
	#mn-footer a:hover {
		color: #6E8096;
		text-decoration: underline;
		}
	#mn-footer ul {
		text-align: center;
		margin: 0 auto;
		padding-top: 0px;
		line-height: 25px;
		}
	#mn-footer li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
		}
.header a, .header a:visited {
		color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
		}
	.header a:hover {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
		}
.content a {
	text-decoration: none;
	color:#006699;
}
.content a:hover {
	text-decoration: underline;
}

#announcement {
	background-image: url(images/cosmetic_social.jpg);
	width: 600px;
	height: 790px;
	background-repeat: no-repeat;
	/*padding: 200px 30px 30px 30px;
	color: #fff;
	font-size: 12px;*/
	
}
#announcement p{
	width: 480px;
	}
