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

/*TEXT*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 10px;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/*LAYOUT*/
#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
#photos img {
	padding: 10px 10px 10px 10px;
}
#content {
	padding: 10px 10px 10px 10px;
}
#footer {
	margin-bottom: 15px;
	background-image: url(images/bottom.png);
	padding-top: 24px;
	background-repeat: no-repeat;
}
#left {
	width: 400px;
	float: left;
}
#right {
	float: left;
	width: 500px;
}
#bottom {
	height: 200px;
	background-image: url(images/boys.jpg);
}
/*SLIDESHOW*/
#slideshow {
	width: 860px;
	height: 160px;
	overflow: hidden;
}
.pics {
	height:  160px;
	width:   860px;
	padding: 0;
	margin:  0;
}
.pics img {
	width:  860px;
	height: 160px;
	top:  0;
	left: 0;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 10px;
	text-align: center;
}
#gallery ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
}
#gallery ul a:hover img {
}
#gallery ul a:hover {
}
