	body {
		font: Bookman Old Style;
		font-size: 12px;
		color: #666666;
		vertical-align: top;
		
		background-image:url(../img/layoutgirl2.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position: right bottom;
		background-color:#fff;
		
		width:1000px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0; 
		
		}
	
	#menu {
		position: absolute;
		width: 170px;
		text-align:right;
		background-color:#fff;
		letter-spacing: 3px;
		line-height: 20px;
				
		margin-top: 25px;
		margin-bottom: 0;
		margin-left: 25px;
		margin-right: 0;
		padding-top: 15px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		}
	
	#img {
		position: absolute;
		width:450px;
		
		margin-top: 25px;
		margin-bottom: 0;
		margin-left: 225px;
		margin-right: 0;
		padding-top: 20px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	p.copy {
		letter-spacing: 0px;
		line-height: normal;
		font-size:10px;
		text-align:center;
	}

	A:link {
		text-decoration:none;
		color:#fc9400;
	}
	A:visited {
		text-decoration:none;
		color:#fc9400;
	}
	A:active {
		text-decoration:none; 
		color:#CCCCCC;
	}
	A:hover {
		text-decoration:none; 
		color:#720083;
	}