/* Stylesheet for Rob Lackerstein */


body{
	/*background-image: URL("../images/background-3.png");*/
	background-repeat:repeat-y;
	background-color:#619aef;
	/*background-color:#ecf6e8;*/
	color:#ffffff;
	width:810px;
}

.menu{
	float:left;	
	width:175px;
	margin-left:5px;
	
	/*background-image: URL("../images/menu-stripe.png");
	background-repeat:repeat-y;*/
}

.main{
	display:inline;
	float:left;
	width:600px;
	
}

	
.menu-item{
	margin-top:0px;
	width:145px;
	height:30px;
	background-image: url("../images/btn_4.png");
	background-repeat: no-repeat;
	font-family:arial;
	font-size:0.85em;
	padding:2px;
	font-weight:600;
	text-align:center;
	color:#ffffff;
}

.menu-item a:link{
	color:#ffffff;
}

.menu-item a:visited{
	color:#ffffff;
}

.menu-item a:hover{
	color:#e75891;
	}