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

body {
	background-color: #232323;
	font-family: "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	background-image: url(img/bg_mosiac_luminosity.jpg);

}

.centerdiv {
	background-position: center center;
	position: relative;
	width: 100%;
	height: 485px;
	vertical-align: middle;
	top: 40px;
	right: 0%;
}
.smalltext {
	color: #999;
	font-size: 10px;
	text-align: center;
}

.smalltext a { font-size: 10px; color: #999; }
.smalltext a:hover { color: #0F0; }

h3 a:hover {
	color:#0F0;
	text-decoration:none;
}
h2 a:hover {
	color:#F0F;
	text-decoration:none;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
a {
	color: #232323;
	text-decoration: underline;
}
a:hover {
	text-decoration:underline;
	color: #F0F;
	}

.content {
	width:800px;
	margin: 0 auto;
	background-image:url(img/bg-gradient.png);
	position: relative;
	bottom: 84px;
	background-repeat: repeat-x;
}

.header {
	width: 1000px;
	height: 220px;
	margin: 0 auto;
	position: relative;
	right: 30px;
	z-index: 2;
}

.link1 {
		background-image:url(img/nav-home.png);
		width: 105px;
		height: 34px;
		float: left;
		margin-right: 20px;
}
.link2 {
		background-image:url(img/nav-about.png);
		width: 120px;
		height: 34px;
		float: left;
}
.link3 {
		background-image:url(img/nav-cast.png);
		width: 90px;
		height: 34px;
		float: left;
}
.link4 {
		background-image:url(img/nav-contact.png);
		width: 158px;
		height: 34px;
		float: left;
}

.navLink {
	background-position: 0px 0px;
	float: left;
	margin-right: 25px;

}
.navLink:hover {
	background-position: 0px 76px;
}
.inactive {
	background-position: 0px 35px;
}
.inactive:hover {
	background-position: 0px 35px;
}

h1 {
	font-size:30px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:20px;
	font-color:#F0F;
	font-weight:bold;
}

h4 a {
	color:#0F0;
	text-decoration:none;

}
h4 a:hover {
	color:#F0F;
}

