/* site wide css */

html {
	background: #1f1f1f url(image/content_bg.png) repeat-y;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	color: #18272c;
}

a:link, a:visited, a:active {
	color: #afaede;
	text-decoration: none;
}

a:hover {
	color: #afaede;
	text-decoration: underline;
}

body {
	background: url(image/content_header.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 331px;
}

#headerLink { 
	display: block;
	width: 300px;
	height: 90px;
	position: absolute;
	top: 60px;
	left: 320px;
	float: left;
} 

#headerLink h1 {
	display: none; 
}

#wrapper {
	width: 910px;
	padding-top: 340px;
	height: 100%;
}

#content {
	width: 703px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	float: left;
}

#footer {
	clear: both;
	width: 703px;
	height: 15px;
	padding-top: 30px;
	font-size: 11px;
	text-align: center;
}

/* side menu */

#menu {
	width: 187px;
	float: right;
	margin: 0;
	padding: 0;
	text-shadow: #000000 0px 0 0;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 10px 10px;
}

#menu li {
	padding-bottom: 6px;
}

#menu a {
	background: url(image/nav_sheet.png) no-repeat center center;
	display: block;
	width: 173px;
	height: 38px;
}

#menu a span {
	display: none;
}

#home {
	background-position: 0% 0px ! important;
}

#home:hover {
	background-position: 100% 0px ! important;
}

#illu {
	background-position: 0% -78px ! important;
}

#illu:hover {
	background-position: 100% -78px ! important;
}

#about {
	background-position: 0% -39px ! important;
}

#about:hover {
	background-position: 100% -39px ! important;
}

#contact {
	background-position: 0% 100% ! important;
}

#contact:hover {
	background-position: 100% 100% ! important;
}


#illumenu #imblock {
	display: none;
}

#illumenu:hover #imblock {
	display: block;
}

#imblock ul {
	padding: 0;
}

#imblock li {
	height: 30px;
}

#imblock a {
	background: url(image/navsheet1.png) no-repeat center center;
	display: block;
	width: 173px;
	height: 30px;
}

#original {
	background-position: left top ! important;
}

#fan {
	background-position: left bottom ! important;
}

/* page titles */

#abouttitle {
	width: 100%;
	height: 40px;
	background: url(image/about_title.png) no-repeat center right;
	display: block;
	margin-bottom: 15px;
}

#contacttitle {
	width: 100%;
	height: 40px;
	background: url(image/contact_title.png) no-repeat center right;
	display: block;
	margin-bottom: 15px;
}

#updatestitle {
	width: 100%;
	height: 40px;
	background:url(image/updates_title.png) no-repeat center right;
	display:block;
	margin-bottom:15px;
}

/* index.php specific */

.newstitle {
    width:100%;
    display:block;
    font-weight:bold;
    border-bottom:1px solid #2c3e4b;
    margin-bottom:10px;
    padding-bottom:2px;
}

.newscontent {
    padding-bottom:20px;
}

/* contact.php specific */

#form {
	margin-left: 200px;   
}

#mail {
  	list-style-type: none;
}

#mail_input {
	width: 250px;
	background-color: #576c7b;
	border: 1px dashed #32414d;
	color: #18272c;
}

#submit {
	background-color: #343434;
	border: 1px dashed #545454;
	color: #666666;
}

/* about.php */

#pageimage {
    width:300px;
    height:192px;
    margin: 0 auto 10px auto;

}

/* 404 page */

#contentw {
    background: url(image/404web.png) no-repeat left top;
	width: 703px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	float: left;
}