@charset "utf-8";
/* CSS Document */
 
/* background */
.background span {
	background: url(images/bg.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 700px;
	
}
#container {
 width: 750px;
 margin-right: auto;
 margin-left: auto;
 background-color: #ffffff;
}
 
#nav {
 width: 750px;
 background-color: #fab1ed;
}


}
 
#left_nav {
 width: 150px;
 background-color: #666666;
 float: left;
}
 
#content {
 width: 730px;
 background-color: #ffffff;
 float: right;
padding: 10px;
}
#footer {
 background-color: #666666;
}
/* details */
.details h1{
 width: 300px;
 margin-left: 400px;
	font: 85% Trebuchet MS;
	line-height: 1.4em;
	color: #666666;
	top: 1px;
}

.details a {
	color: #ff0066;
	font-weight: bold;
	text-decoration: none;


}
.details a:hover {
	background: #59c9fe;
	color: #ffffff;
}


/* textbox1 */
.textbox1 h1{
	font: 85% Trebuchet MS;
	line-height: 1.4em;
	position: relative;
	margin: 10px auto;
	color: #666666;
	top: 1px;
}

.textbox1 a {
	color: #ff0066;
	font-weight: bold;
	text-decoration: none;


}
.textbox1 a:hover {
	background-color: #59c9fe;
	color: #ffffff;
}

/* nav */
.nav h1{
	font: 85% Trebuchet MS;
	position: relative;
	color: #ffffff;
}

.nav a {
	color: #ffffff;
	font: 85% Trebuchet MS;
	font-weight: bold;
	text-decoration: none;


}
.nav a:hover {
	background: #59c9fe;
	color: #ffffff;
}
