@charset "UTF-8";
/* CSS Document */

body { background-image: url(lcbkg.jpg);
background-position: center 50px;
background-repeat: no-repeat; 
background-color: #003300
}
h1 {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
}
h2 {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
p1 {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.style1 {
	font-size: 1.5em;
	font-weight: bold;
}

#sidebar {
width: 300px;
height: 200px;
float: left;
padding: 0 20px 0 20px;
overflow: hidden;
}
#container {
height: 350px;
width: 800px;
margin: 180px auto 0 auto;
padding: 0 0 0 0;
}
#main {
height: 350px;
padding: 0 10px 0 10px;
overflow: auto;
}

img.samples {
float:left;
padding: 6px 6px 6px 6px;
}

