/*LaserArtist Style Sheet*/
body	{
	position: relative;
	margin:		0;
	padding:	0;
	font:11px/16px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color:	#000;
	background : #fff;
	}


div, p, th, td, li, dd, dl, dt,  blockquote  {
	font: 16px/22px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    }

a:link {
	color : blue;
	text-decoration : none;
	background-color : transparent;
	}

a:visited {
	color : teal;
	text-decoration: none;
	background-color: transparent;
	}

a:active {
	color: black;
	text-decoration: underline;
	background-color: transparent;
	}

a:hover {
	color: gray;
	text-decoration: underline;
	background-color: transparent;
	}

#main {
	position: relative;
	width: 950px;
	background: #FFF;
	margin: 2px auto 20px auto;
	background : transparent;
	}

#leftside {
	width: 240px;
	height: auto;
	float: left;
	}

#nav {
	position: absolute
	top: 100px;
	left: 20px;
	width: 200px;
	height: auto;
	float: left;
	margin: 20px 0 20px 0;
	}

#nav ul {
	position: relative;
	margin: 0 0 0 -150px;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	background: white;
	width: 200px;
	font:bold 16px/22px "Trebuchet MS",Arial,Sans-Serif;
	letter-spacing:.3em;
	color:#0ff;
	}

#nav li {
	list-style-type: none;
	position: relative;
	padding: 2px 20px 2px 0;
	margin: 0;
	}

#nav li a {
	position: relative;
	text-decoration: none;
	color: #0ff;
	font:bold 14px "Trebuchet MS",Arial,Sans-Serif;
	letter-spacing:.3em;
	color:#aaa;
	}

#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 : black;
	text-decoration : none;
	font-weight: bold;
	font-size: 1.2em;
	background-color : transparent;
	}

#content a:visited {
	color : black;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	}

#content a:active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	}

#content a:hover {
	color: gray;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	}
 */


h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica,
	sans-serif;
	font-weight: bold;
	color: #999;
	background: transparent;
	letter-spacing:.3em;
	}

h1	{

	font-size:	120%;
	line-height: 160%;
	}

h2	{
	font-size:	120%;
	line-height: 110%;
	}

h3	{
	font-size:	110%;
	}