@charset "UTF-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	height: 728px;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: thick;
	border-bottom-width: thin;
	height: 30px;
}
#content {
	margin: 0px;
	padding-top: 0px;
	height: 668px;
}
#content_index {
	height: 728px;
	width: 984px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	text-align: center;
}
#smallimages {
	height: 125px;
	float: left;
	width: 820px;
	text-align: left;
}
#footer {
	clear: both;
	text-align: center;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-bottom-color: #000;
	height: 30px;
	padding-top: 0px;
}
#left {
	float: left;
	width: 110px;
}
#right {
	float: right;
	width: 874px;
	height: 667px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #333;
}
#bigimage {
	height: 530px;
	float: left;
	width: 820px;
	text-align: left;
}
.link1 {
	outline:none;
    color: #808080;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	text-decoration: none;
} 
.link2 {
	outline:none;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	text-decoration:underline;
}
.link3 {
	outline:none;
    color: #808080;
    text-decoration: none;
} 
.link1:hover {
	color: #808080;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	text-decoration: none;
} 
.link2:hover {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	text-decoration: none;
}  
.link3:hover {
	outline:none;
    color: #000000;
	text-decoration: none;
} 
