@charset "utf-8";

img {
	border-style: none;
}


#header {
	font-family: Arial, "Helvetica", sans-serif;
	height: 320px;
	width: 1280px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#titless {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	width: auto;
	height: auto;
	font-weight: bold;
	color: #666666;
	padding: 280px 0px 0px 300px;
}

#titless a:link{
	color: #666666;
	text-decoration:none;
}

#titless a:visited{
	color: #666666;
	text-decoration:none;
}

#titless a:hover{
	color: red;
	text-decoration:underline;
}


:focus
{
  -moz-outline-style: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainwrapper {
	font-family: Arial, Helvetica, sans-serif;
	width: 1280px;
	margin: 0px auto;
	text-align: center;
	height: auto;
}
.redbold {
	color: #F00;
}
#linkswrapper {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	width: 232px;
	height: 185px;
	float: left;
}
#sublinks {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	text-align: left;
	padding-left: 5px;
	height: auto;
	padding-top: 5px;
}
#sublinks a{
	color: #666666;
	text-decoration:none;
}
#sublinks a:visited{
	color: #666666;
	text-decoration:none;
}
#sublinks a:hover{
	color: red;
	text-decoration:underline;
}
#sublinks a.current  {
	color:red;
}
#contentwrapper {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	width: 740px;
	height: 400px;
	float: left;
	color: #666666;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	width: 550px;
	margin: 0px auto;
	text-align: right;
	line-height: 1.5;
}

.thumbnail {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: 12px;
	float: left;
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 12px;
	width: 280px;
}

.thumbnail a:link{
	color: #666666;
	text-decoration:none;
}

.thumbnail a:visited{
	color: #666666;
	text-decoration:none;
}

.thumbnail a:hover{
	color: red;
	text-decoration:none;
}
.caption {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	color: white;
	height: 15px;
	text-align: left;
	padding: 3px 0px 3px 3px;
	background-color: #999;
}

.caption a:link{
	color: #666666;
	text-decoration:none;
}

.caption a:visited{
	color: #666666;
	text-decoration:none;
}

.caption a:hover{
	color: red;
	text-decoration:underline;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	position: relative;
	width: 232px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

