# a:link {

    * font-family : "Bookman Old Style";
    * font-size : 100%;
    * color : #c0c0c0;
    * text-decoration : none;

}
# a:visited {

    * font-family : "Bookman Old Style";
    * font-size : 100%;
    * text-decoration : none;

}
# a:focus {

    * font-family : "Bookman Old Style";
    * font-size : 100%;
    * text-decoration : none;

}
# a:hover {

    * font-family : "Bookman Old Style";
    * font-size : 100%;
    * text-decoration : none;

}
# a:active {

    * font-family : "Bookman Old Style";
    * font-size : 100%;
    * text-decoration : none;

}

	BODY{
		margin: 0px;
		background: #660033;
		height: 100%;
		color: #ffffff;
	}
	/* A{
		color: #ffffff;
	} */
	#main {
		height: 100%;
		background: url(img/bg_bottom.jpg) no-repeat;
		background-position: bottom right;
	}
	#logo{
		float: left;
		width: 336px;

	}

	#thumbs{
		clear: both;
		margin: -60px 0px 0px 200px;
		width: 259px;
		text-align: left;
		display: block;
	}
	#thumb1{
		position: absolute;
		margin: 0px 0px 0px 100px;
	}
	#thumb2{
		position: absolute;
		margin: 50px 0px 0px -20px;
	}
	#thumb3{
		position: absolute;
		margin: 45px 0px 0px 190px;
	}
	#thumb4{
		position: absolute;
		margin: 100px 0px 0px 70px;
	}
	#nav{
		float: right;
		width: 123px;
		margin: 10px 20px 0px 0px;
	}
	#bodytxt{
		margin: 200px 0px 0px 150px;
		width: 500px;
	}
