/*----- LINKS -----*/

a {
	font: 13px Georgia, serif;
	text-decoration: none;
}
a:link {
	color: #0099cc;
}
a:visited {
	color: #cccc66;
}
a:hover {
	color: #ffcc00;
}
a:active {
	color: #cccc00;
}


/*----- COMMON -----*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #666600;
	font: 9px Verdana, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}


/*----- STRUCTURE CONTROL -----*/

#Logo {
	width: 359px;
	position: absolute; left: 33px; top: 94px;
}
#Navmain {
	width: 398px;
	position: absolute; left: 97px; top: 169px;
}
#Sbnav {
	position: absolute; left: 77px; top: 290px;
}
#ArtBubble {
	width: 210px;
	position: absolute; left: 27px; top: 456px;
	z-index: 1;
}
#ContentMain {
	width: 420px;
	position: absolute; left: 154px; top: 360px;
	z-index: 2;
	font: 13px/18px Helvetica, sans-serif;
	color: #666600;
}
#ArtPanel {
	width: 349px;
	position: absolute; left: 576px; top: 0px;
}
#Footer {
	width: 647px;
	position: absolute; left: 0px; top: 830px;
	text-align: right;
	font: 9px/12px Verdana, sans-serif;
	color: #cc9900;
}
#Footer a {
	font: 10px/12px Georgia, serif;
	text-decoration: none;
}
#Footer a:link {
	color: #0099cc;
}
#Footer a:visited {
	color: #0099cc;
}
#Footer a:hover {
	color: #ffcc00;
}
#Footer a:active {
	color: #cccc00;
}


/*----- TEXT STYLES -----*/

.mainbold {
	font: bold 13px/17px Helvetica, sans-serif;
	font-color: #666600;
}
.mainoblique {
	font: italic 13px/17px Helvetica, sans-serif;
	font-color: #666600;
}
