body {
	text-align:center; /* for IE */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg-grey.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

td, a, a:hover {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	
	
}

a {
	color:#AAAAAA;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color:#FED5D2;
	text-decoration: none;
}

b {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5EE3FF;
	
}

i {
	color:#FED5D2;
}

#wrapper {
	text-align:left; /* reset text alignment */
	width:870px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */
} 

#makeup-01 {
	margin:0;
	padding:0;
	width:870px;
	height:355px;
	background-color:#CCCCCC;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#makeup-02 {
	margin:0;
	padding:0;
	width:870px;
	height:1px;
}

#makeup-03 {
	margin:0;
	padding:0;
	width:870px;
	/*height:195px;*/
	
	background-color:#222222;
}

img.box {border:2px; border-color:#FFFFFF; border-style:solid; padding:0px;margin:3px 2px;}


#menu
{
	padding: 0px 0px 0px 0px;
	margin: 6px 15px 20px 0px;
	width: 135px;
	float: left;
}


#menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#menu li
{
	border-bottom: 1px solid #333333;
}

#menu li.first
{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}


#menu ul a
{
	display: block;
	padding: 9px 6px 9px 6px;
	width: 135px;
	
	width: /**/123px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #AAAAAA;
}

#menu ul a:hover
{
	color: #FFFFFF;
	background-color: #000000;

	color: #222222;
	background-color: #888888;
	
	

}

#menu ul li.current a
{
	color: #222222;
	background-color: #AAAAAA;

}



