body {
background: #ffffff;
font-family: Verdana, Arial, Sans-serif;
color: #000000;
font-size: 10px;}

strong {
	color: #e66d6e;}
A:link
{text-decoration: none; color: #e66d6e;}
A:visted
{text-decoration: none; color: #e66d6e;}
A:active
{text-decoration: none; color: #e66d6e;}
A:hover
{text-decoration: none; color: #e66d6e;}
  
  	#name {position:absolute;
    top: 34px;
    left: 75px;
	width: 410px;
	height: 69px;
	background: #ffffff;
}
    #line {position:absolute;
    top: 110px;
	left: 75px;
	height: 1px;
	width: 1026px;
	background: #e66d6e;
}
	
  #menu {position:absolute;
    top: 123px;
    left: 75px;
	width: 130px;
	height: 500px;
	background: #ffffff;
 }
  
  #content {position:absolute;
    top: 123px;
	left: 255px;
	width: 687px;
	background: #ffffff;
}

