* {
margin: 0;
padding: 0;
}


a:link {color:darkslategray;}
a:visited {color:darkslategray;}
a:hover {color:cyan;}
a:active {color: red;}


/*this removes the outline from Firefox links*/
:-moz-any-link:focus {
  outline: none;
}


/* ============================================== */

body {
	background: lightblue url(imagessewing/bg-body.jpg);
	font-family: trebuchet ms;

}

/* ============================================== */

#wrapper {
	width: 999px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* ============================================== */


#columnleft {
	float:left;
	width: 120px;
	height: 600px;
	color: navy;
	font-weight: bold;
	font-size: 16px;	
	text-align: center;
}

/* ============================================== */

#columnright {
	float:right;
	width: 120px;
	height: 600px;
	font-size: 20px;
	color: navy;
	text-align: center;
}

/* ============================================== */

#content {
	background: lightblue url(imagessewing/bg-body.jpg);
	position:fixed;
	margin-left:50%;
	left:-365px;
	width: 730px;
	top:1px;
	bottom:1px;
	color: navy;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	overflow: auto;
	z-index:99;
}


/* ============================================== */


.center {
	text-align: center;
{
/* ============================================== */


