@charset "utf-8";

body,td,th {
  font-family:"Trebuchet MS";
  font-size:15px;
  color:#464646;
}

body {
  background-color:#121212;
  margin:30px 0 0;
}
/*
a:link {
  color:#464646;
  text-decoration:none;
}

a {
  text-decoration:none;
  color:black;
}

a:hover {
  text-decoration:none;
  color:#659EC7;
}
*/
h1 {
  color:#999;
  margin-top:8px;
  letter-spacing:-0.1em;
  line-height:0.8em;
  font-size:31px;
}

h1 span {
  color:#ccc;
  font-size:18px;
  letter-spacing:-0.053em;
  text-transform:uppercase;
}

h2 {
  font-size:24px;
}

a.head{
  color:#999;
  text-decoration:none;
  font-size:24px;
  font-weight:bold;
       
}

a.head:active {
  color:#999;
}

a.head:visited {
  color:#999;
}

a.head:hover {
  color:#659EC7;
}

#top {
	position:absolute;
	top:20px;
	left:20px;
	width:310px;
	height:350px;
	cursor:pointer;
	margin-top:30px;
	z-index: 1;
}

#title {
	width:180px;
	margin: 0 0 0 130px;	
	position: absolute;
	visibility: visible;
	z-index: 4;
}

#menu {
  float:left;
  width:290px;
  padding-bottom:10px;
  font-weight:700;
  color:#999;
  margin-top:40px;
  font-size:32px;
  text-transform:uppercase;
  letter-spacing:-0.08em;
}

#menu a:link,#menu a:active,#menu a:visited,#menu a:hover {
  color:#659EC7;
  text-decoration:none;
}
  
#menu a:hover {
  color:#999;
}
  
#menu ul li {
  width:230px;
  float:left;
  margin-top:-12px;
}

#desc{
  margin-top:250px;
  margin-right:24px;
}


#menu ul,#container ul {
  list-style-type:none;
  display:inline;
  padding:0;
}

#container {
	height:350px;
	background-color:#fff;
	float:left;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding:20px 0 20px 320px;
	position: absolute;
	z-index: 0;
}

#container img {
  margin-right:13px;
}

#container ul li {
  float:left;
  margin-right:32px;
}

#sbox {
  width:600px;
  height:280px;
  overflow:auto;
  border: 1px solid black;  
}

#sbox ul li {
  float:none;
  list-style-type:disc;
}

#sbox a {
  text-decoration:none;
  color:black;
}

#sbox a:hover {
  text-decoration:none;
  color:#659EC7;
}

#sdate {
  margin-left: 360px;
}

tr.even {
  background-color:#ddd;
}

tr.odd {
  background-color:#fff;
}

#footer {
  height:40px;
  width:1200px;
  padding-left:20px;
  margin-top:400px;
  font-size:10px;
  position:absolute;
  margin-left:0;
  left:0;
  text-transform:uppercase;
  color:#659EC7;
}

a:visited,a:active {
  text-decoration:none;
  color:#333;
}

#return a:link,#return a:active,#return a:visited,#return a:hover {
  color:#659EC7;
  font-size:64px;
}
  
#return a:hover {
  color:#999;
}

ul.gallery {
	list-style: none;
	margin: 0; padding: 0;
}

ul.gallery li {
	float: left;
	margin: 0px; padding: 0px;
	text-align: center;
	display: inline; 
}

ul.gallery li a.thumb {
	width: 300px; /*--Width of image--*/
	height: 300px; /*--Height of image--*/
  padding: 0px;	
	border-bottom: 1px solid #ccc;
}

ul.gallery li span { /*--Used to crop image--*/
	width: 300px;
	height: 300px;
	overflow: hidden;
	display: block;
}

ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0; padding: 0px;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}          
ul.gallery li a {text-decoration: none; color: #777; display: block;}
