body
{
	background-color: #fff;
	font-family: "Palatino", "Palatino Linotype", serif;
	margin: 0px;
	border: 0px;
}

p
{
	color: #000;
	font-family: "Palatino", "Palatino Linotype", serif;
	font-style: normal;
	font-size: 11px;
	text-align: justify;
	line-height: 1.3em;
	padding: 0;
}

h1
{
	color: #000;
	font-family: "Palatino", "Palatino Linotype", serif;
	font-style: normal;
	font-size: 14px;
	line-height: 1.3em;
	padding: 0;
	text-align: center;
}

h2
{
	color: #000;
	font-family: "Palatino", "Palatino Linotype", serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	line-height: 1.3em;
	padding: 0;
}

a, h1 a, h2 a, h3 a
{
	border: 0px;
}

a:link
{
	color: #000;
	text-decoration: none;
	border-bottom:1px dotted $color;
}

a:visited
{
	color: #000;
	text-decoration: none;
	border-bottom:1px dotted $color;
}

a:active
{
	color: red;
	text-decoration: underline;
	border: 0;
}

a:hover, a:focus
{
	color: red;
	text-decoration: underline;
	border: 0;
	-moz-outline-style: none;
}

a img, a object { border: none !important; }

.hidden
{
	visibility: hidden;
}

.visible
{
	visibility: visible;
}

#container
{
	background-color: #fff;
	width: 900px;
	margin: 10px auto 0px auto;
	padding: 0;
	border: 0;
}

#titlebox
{
	background: url(/images/388.gif) 0px 0px no-repeat;
	float: left;
	width: 600px;
	height: 50px;
	margin: 5px 150px 25px 150px;
	padding: 0;
}

#content
{
	width: 900px;
	margin: 0;
	padding: 0;
}

#leftbox
{
	float: left;
	width: 150px;
	height: 600px;
	margin: 0;
	padding: 0;
}

#leftbox p
{
	text-align: right;
	padding-right: 10px;
}

#picturebox
{
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}

#picturebox img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.thumbbox{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	margin: 10px;
	padding: 0;
	text-align: center;
}

.thumbbox img {
	margin:0;
	padding:0;
}

a img {
	outline:none !important;
	border:none !important;
}

#splash_caption{

}

#footer 
{
	clear: both;
	width: 900px;
	height: 30px;
	display: block;
	color: #000;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 0;
}

