/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #959191;
}

h1 {
	color: #020b66;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 27px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: url(../img/headingBg.gif) repeat-x bottom;
}

h2 {
	font-size: 18px;
	color: #020b66;
	font-weight: bold;
	padding-bottom: 27px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: url(../img/headingBg.gif) repeat-x bottom;
}

h3 {
	font-size: 18px;
	color: #020b66;
	font-weight: bold;
	padding: 6px 0 0 12px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h4 {
	color: #020b66;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}

ul {
}

li {
	list-style: none;
	background: url(../img/anchor.gif) no-repeat 0 5px;
	padding: 0 0 10px 15px;
}

a, a:link, a:visited {
	color: #10b907;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

title {
	color: #020b66;
	font-style: italic;
	font-size: 18px;
}

/* end global */


/* basic */

#wrap {
	margin: auto; 
	width: 980px;
	text-align: left;
	min-height: 100%;
}

#header {
	height: 215px;
	width: 100%;
	background: url(../img/header.jpg) no-repeat;
}

#content {
	width: 800px;
	margin: auto;
}

#contentIn {
	width: 100%;
	padding: 30px 0 30px 0;
}

#columnRight {
	width: 205px;
	float: right;
}

#columnLeft {
	width: 560px;
	float: left;
}

#logo {
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 90px;
}

#menu ul {
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 90px;
}

#menu ul li {
	display: inline;
	list-style: none;
	background: url(../img/anchor.gif) no-repeat 0 5px;
	padding: 0 30px 0 15px;
}

#menu ul li a:link, #menu ul li a:visited {
	font-size: 11px;
	color: #020b66;
}

.anchor {
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/anchor.gif) no-repeat 0 7px;
	width: 190px;
}

.right {
	float: right;
	margin: 0 15px 15px 0;
}

.thumbnail img{
border: 1px solid #CCCCCC;
margin: 0 5px 5px 0;
padding: 2px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border:#000099
padding: 2px;
background-color: #F8F8F8
}

/* end basic */


/* footer */

#footer {
   clear: both;
	position: relative;
	margin-top: -33px; 
	width: 100%;
	height: 33px;
	font-size: 11px;
	background-image: url(../img/footerBg.gif);
	background-repeat: repeat-x;
	color: #999999;
}

#footer p {
	padding: 6px 0 0 0;
}

#footerIn {
	margin: auto;
	width: 800px;
}

/* end footer */
