body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #141414;
}

#wrapper {
	width: 800px;
	min-height: 580px;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
	padding: 0;
	background: #060606;
	border: 1px dotted #101010;
	-moz-border-radius: 0px 0px 20px 20px;
	border-top-style: none;
}


#header {
	padding-top: 0px;
}
	#logo {
	background-color: #060606;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	width: 300px;
	height: 130px;
	}
	#menu {
		margin: 0px;
		padding: 0px;
		position: absolute;
		right: 0px;
		top: 95px;
	}
	#menu li {
	display: inline;
	margin-left: 10px;
	}
	#menu a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font: 12px Monotype Corsiva,Verdana, Arial, sans-serif;
	letter-spacing: 3px;
	padding: 10px 15px 10px;
	border: 1px solid #000;
	//border-bottom: 0px none;
	}
	#menu a:visited {
	color: #fff;
	border: 1px solid #000;
	//border-bottom: 0px none;
	}

#thumbnail{
width: 200px;
height: 200px;
}

#thumbnail a{
text-decoration: none;
color: transparent;
}

#desc{
padding-left: 20px;
font: 30px Monotype Corsiva,Verdana, Arial, sans-serif;
color: #fff;
}
#slideshow{
width: 500px;
height: 500px;
background: #00f;
}


#menu a:hover {
	color: #fff;
	background: #141414;
	border: 1px solid #000;
	//border-bottom: 0px none;
}

#menu a:active {
	color: #fff;
	background: #141414;
	border: 1px solid #000;
	//border-bottom: 0px none;
}

#content a{
color: inherit;
text-decoration: none;
}


#pagecontent {
	margin-top: 0;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 500px;
	border: 2px solid #141414;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}
	
	h1:after{
	content: "...";
	font: 10px Arial;
	}
	.titlecontent {
	font: 30px Monotype Corsiva,Tahoma, "Times New Roman", Times, serif;
	color: #666;
	letter-spacing: 3px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: -7px;
	margin-left: -10px;
	margin-right: -10px;
	border: 1px solid #141414;
	border-bottom: 1px dashed #666;
	border-left-style: none;
	border-right-style: none;
	text-align: right;
	}
	h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #919191;
	}
	#content {
	color: #919191;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	
	}

#footer {
	
	bottom: 0px;
	padding-bottom: 10px;
	border-top: 1px solid #141414;
	margin-left: 20px;
	margin-right: 20px;
}

#footer p{
text-align: center;
color: #fff;
}
#footer p a{
color: #fff;
text-decoration: none;
font-weight: bold;
}