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

#container	{
	width:900px;
	margin:auto;
	height:1300px;
	border: 20px inset;
	border-color: #CCC;
}

#logo	{float:left; width:400px}

#logo2	{margin-top:10px}

#spyglass	{float:right; width:326px; height:365px}

#mag	{margin-top:30px}	

#address	{width:400px}

#nav	{width:180px; float:left; margin-top:20px}

a		{text-decoration:none; display:block; background-image: url(../assets/046.jpg); padding: 10px; border: #FFF outset 3px; width: 150px; margin-left:5px}

#amber	{width:890}

#maincont  	{
	width:690px;
	float:right;
	padding:10px;
	font-size: 24px;
	color: #000;
}
#maincontent	{
	float:right;
	width:550px;
	font-size:24px
}

a:link {
	color: #FFF;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #0CF;
}

