/*--- TAGS ---*/
body {
	background-color:#000000;
	background-image:url(../make-up_artists/make-up-artistry.png);
	background-position: top center;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}
.hoverme {
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:180px;
	width:280px;
	overflow:hidden;
	padding:10px;
}
.hoverme:hover {
	background-color:#000000;
}
.fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-left: 10px;
	height: 20px;
}

/*--- HEADER --*/
#header {
}

/*--- CONTENT ---*/
#content {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align:justify;
	line-height: 17px;
}
#content font{
	color: #CCCCCC;
}
#content .sliderimg{
	border: #333333 6px solid;
}
#content ul{
	margin: 0px;
	padding:0px;
	padding-left: 20px;
}

#content h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3
{	
color:#000000;
}

/*--- FOOTER ---*/
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:justify;
	line-height: 17px;
	text-decoration:none;
}
#footer .nav a{
	font-size: 10px;
	color: #666666;
	margin-right:20px;
	text-decoration:none;
}
#footer .share a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
#footer .tf a{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.menufooter
{
	list-style:none;
	padding-left:0px;
}

.menufooter li
{
	width:100%;
	text-align:center;
}

.menufooter li a
{
	width:100%;
	text-align:center;
}
/* --- forms ---- */
input {
	border: 1px solid #CCCCCC;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input:focus {
	background-color: #EBEBEB;
}
select {
	border: 1px solid #CCCCCC;
	padding: 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
select:focus {
	background-color: #EBEBEB;
}
textarea {
	border: 1px solid #CCCCCC;
	height: 50px;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
textarea:focus {
	background-color: #EBEBEB;
}

	h2 img 
	{
		border:none;
	}
	h1 img 
	{
		border:none;
	}
	h3 img 
	{
		border:none;
	}
