* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
}

#container {
	width: 705px;
	margin: 0px auto;
}

/*
INTRO block
*/
#header {
	width: 100%;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	height: 226px;	
	margin-top: 10px;
}
.intro {
	background: transparent url(images/introbg.gif) 0px 0px no-repeat;
	width: 600px; /*1920px;*/
	height: 175px;
	overflow: hidden;
	position: absolute;
	top: 35px;
	margin-left: 50px;
	z-index: 0;
}
.intro img {
	top: 20px;
	left: 58px;
	position: relative;
}
.intro .subtitle {
	text-align: center;
	margin-top: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	letter-spacing: 1em;
}
.panel {
	position: absolute;
	width: 705px;
	height: 226px;
	top: 10px;
	z-index: 1;
}
.menu {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 175px;
	z-index: 10;
}
.menu a, .menu a:link, .menu a:visited {
	color: #FFFFFF;
	background-color: #0066FF;
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	letter-spacing: 0.3em;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	background-color: #990099;
}
#body {
	background-color: #000033;
	width: 100%;
	position: absolute;
	top: 250px;
}
#body .border {
	width: 100%;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	height: 29px;	
}
#body .main {
	margin: 10px 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #BBBBBB;
	letter-spacing: 0.2em;
}
.main p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.main h1 {
	background-image: url(images/bg-head.png);
	background-repeat:repeat-x;
	font-family: "Small fonts", Arial;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: small-caps;
	color: #000033;
	background-color: #0066FF;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
/*
Thumb nail - view pic
*/
.thumbnail{
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	}	

.caption{
	font-size: 0.7em; padding-top: 0.2em ; text-align:center;
}

.thumbnailarea{
	margin-top: 0.5em;
	margin-right: 12px;
	margin-left: 12px;
	position:relative;
	width: 100%;
	height: 94px;
	overflow:hidden;
}
