@charset "UTF-8";
/* CSS Document */

/*
Andy Chung 2009

So sick with the money I could cough a stack

Enter the konami code for a game of curveball:
up up down down left right left right B A
*/

/*globals*/

* {
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	font-family: "Andale Mono", Monaco, Courier, Mono;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

a {
	outline: none;
}

/*end globals*/

/*menu*/

#menu {
	background: url(images/bg.png);
	position: fixed;
	padding: 20px 0 0 0;
	font-size: 10px;
	width: 1020px;
	float: left;
	line-height: 15px;
}

ul.menu, ul.menu ul {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	width: 1020px;
}

ul.menu a {
  	display: block;
  	text-decoration: none;
}

ul.menu li {
  	margin-top: 2px;
}

ul.menu li a {
  	color: #000;	
	padding-left: 1px;
	border-bottom: 1px dotted #000;
}

ul.menu li a:hover {
  	border-bottom: 1px solid #000;
}

ul.menu li ul li a {
	display: -moz-inline-box;
	display: inline-block;
	width: 164px;
  	color: #000;
	border-bottom: none;
}


ul.menu li ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	border-bottom: none;
}

.name {
	font-size: 10px;
	width: 164px;
	padding-left: 1px;
	margin-bottom: 15px;
	line-height: 15px;
	list-style-type: none;
	display: -moz-inline-box;
	display: inline-block;
}

.name a {
	color: #000;
	text-decoration: none;
}

.name a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}

.name2 {
	font-size: 10px;
	width: 300px;
	padding-left: 1px;
	margin-bottom: 15px;
	line-height: 15px;
	list-style-type: none;
	display: -moz-inline-box;
	display: inline-block;
}

/*end menu*/

/*content*/

#content {
	font-size: 10px;
	width: 1020px;
	padding-top: 175px;
	line-height: 15px;
}

#content a {
	color: #000;
	text-decoration: underline;
}

#index {
	background: url(images/front_page.png);
	width: 1020px;
	height: 450px;
	margin-bottom: 20px;
}

#description {
	width: 250px;
	float: left;
}

#images {
	width: 750px;
	float: right;
	margin-bottom: 20px;
}

.image {
  width: 325px;
  margin: 0 20px 20px 20px;
  display: inline-block;
}

/*end content*/

/*footer*/

#footer {
	font-size: 10px;
	width: 1020px;
	border-top: 1px dotted #333;
	padding-top: 2px;
	height: 25px;
	clear: both;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
	background-color: #E6E6E6;
}

/*end footer*/

/*top button*/

#toTop {
	font-size: 10px;
	color: #666;
	text-decoration:none;
	width:40px;
	background-color:#f1f1f1;
	text-align:center;
	padding:3px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*end top button*/

/*end CSS*/


