/* CSS Document */
#stocklinks {
	height: 330px;
	width: 100px;
	position: absolute;
	left: 19px;
	top: 110px;
	padding-left: 11px;
	padding-top: 1px;
}
#artlinks {
	height: 21px;
	width: 800px;
	position: absolute;
	left: 85px;
	top: 40px;
	padding-left: 11px;
	padding-top: 1px;
}
.style1 {font-size: 18px
	text-decoration: none;
	color: #E1B671;
}
.style2 {
	font-size: 20px; 
	text-decoration: none;
	color: #E1B671;
}
.style3 {
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold;
}
.style4 {	font-size: 22px; 
	text-decoration: none;
	color: #E1B671;
}
.style5 {font-size: 19px;}
.style6 {
	font-size: 30px; 
	text-decoration: none;
	color: #E1B671;
}

body {
	background-image: url(images/Canon-5D-front-96-web.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-image: url(images/Canon%205D%20front%2096%20web.jpg);
}
#main {
	position:absolute;
	width:395px;
	height:auto;
	z-index:2;
	left: 2px;
	top: 105px;
	visibility: hidden;
	background-color: #cddede;
}
#linkedin {
	position:absolute;
	left: 775px;
	top: 425px;
	height: 26px;
	text-align: right;
	width: 55px;
}
#SAA {
	position:absolute;
	left: 763px;
	top: 425px;
}
#links {
	position:absolute;
	width:819px;
	height:30px;
	z-index:1;
	left: 88px;
	top: -1px;
	visibility: visible;
}
a {
	font-size: large;
	color: #FFCC00;
	font-weight: bold;
	font-style: italic;
}
a:link {
	text-decoration: none;
	color: #E1B671;
}
a:visited {
	text-decoration: none;
	color: #E1B671;
}
a:hover {
		text-decoration: underline;
		color: #E1B671;
}
a:active {
	text-decoration: none;
	color: #E1B671;
	margin-top: 0px;
}
.content {
	position:absolute;
	left:175px;
	top: 45px;
	background-color: #333333;
	padding: 11px;
	height: 75px;
	width: 450px;
	border: thick double #8d611d;
	color: #ffcc00;
	visibility: hidden;
}
.popupclass:hover .content {
	visibility:visible;
}
