/*LaserArtist Style Sheet*/body	{	position: relative;	margin:		0;	padding:	0;	font:11px/16px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;	color:	#fff;	background : #000;	}div, p, th, td, li, dd, dl, dt,  blockquote  {	font: 18px/25px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;    }#main {	position: relative;	width: 950px;	background: #FFF;	margin: 2px auto 20px 40px;	background : transparent;	}#leftside {	width: 100px;	height: auto;	float: left;	border: 1px solid red;	}#nav {	position: absolute	top: 100px;	left: 20px;	width: 180px;	height: 300px;	float: left;	margin: 20px 0 0 0;	}#nav ul {	position: relative;	margin: 0 0 0 -150px;	border: none;	padding: 10px 0 10px 10px;	margin: 0;	font-weight: bold;	background: gray;	width: 200px;	font:bold 18px/20px "Trebuchet MS",Arial,Sans-Serif;	letter-spacing:.3em;	font-color: #fff;	border-radius: 10px;	border: 2px solid #ccc;	}#nav li {	list-style-type: none;	position: relative;	padding: 2px 20px 2px 0;	margin: 0;	}#nav li a {	position: relative;	text-decoration: none;	color: #ccd;	font:bold 14px "Trebuchet MS",Arial,Sans-Serif;	letter-spacing:.3em;	color:#fff;	}#nav a:hover {	position: relative;	text-decoration: underline;	font:bold 14px "Trebuchet MS",Arial,Sans-Serif;	letter-spacing:.3em;	color:#000;	}#content {	position: relative;	width: 900;	background: transparent;	}#content a:link {	color : #ccd;	text-decoration : none;	font-size: 1em;	background-color : transparent;	}#content a:visited {	color : #ccd;	text-decoration: none;	background-color: transparent;	}#content a:active {	color: #cdd;	text-decoration: underline;	background-color: transparent;	}#content a:hover {	color: #dcd;	text-decoration: underline;	background-color: transparent;	}h1, h2, h3, h4, h5, h6	{	font-family: verdana, arial, helvetica,	sans-serif;	font-weight: bold;	color: #abc;	background: transparent;	letter-spacing:.3em;	}h1	{	font-size:	140%;	line-height: 160%;	}h2	{	font-size:	120%;	line-height: 110%;	}h3	{	font-size:	110%;	}