body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#container {
	width: 740px;
	height: 508px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
}

#header { /* The top or header of the page */
	width: 540px;
	height: 80px;
	background: #FFFFFF;
	float: right;
	text-align: left;
	border-bottom: 1px solid #BBBBBB;
}

#header h1 { /* "MOBILE" */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-top: 10px;
	color: #FF1199;
	line-height: 32px;
}

#header span { /* make "HAIRDRESSERS" a bit darker */
	font-weight: lighter;
	letter-spacing: 4px;
}
		
#header h2 {  /* Line 2 in the header: "because you deserve it" */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CACACA;
	font-weight: lighter;
	letter-spacing: 12px;
	font-style: italic;
	line-height: 0px;
	margin-right: 12px;
}

#left_black {
	width: 200px;
	height: 480px;
	background: #FFFFFF url("hairdressing.jpg") top left repeat-y;
	float: left;
}

.navcontainer { 
 	width: 200px; 
	margin-top: 0px;
	height: 480px;
}

.navcontainer ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120px;
}

.navcontainer a {
	display: block;
	padding: 0px;
	width: 200px;
	font-size: 12px;
}
	
.navcontainer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
	
.navcontainer a:hover {
	background: #FF1199;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;

	text-decoration: underline;
}
		
#Main {
	width: 540px;
	background: #FFFFFF;
	float: right;
}

.Main_text {
	width: 520px;
	height: 364px;
	float: right;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
	color: #666666;
}

.Main_text pink { /* "Mobile Hairdressers ..." */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	color: #FF1199;
	font-weight: lighter;
}
table{

	border-color: #DDDDDD;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}
table td{
	border-color: #DDDDDD;
	border-width: 0 0 1px 0;
	border-style: solid;
}
	
#WeOperate {
	clear: both;
	width: 540px;
	background: #FFFFFF;
	float: center;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0px;
	color: #FF1199;
	font-weight: bold;
}
	
#footer {
	width: 728px;
	float: center;
	height: 16px;
	background: #FF1199;
	clear: both;
	text-align: center;
	padding: 6px;
	margin: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

