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

body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#container {
	height: 1000px;
	width: 1000px;
	background-image: url(goib_01.png);
	background-repeat: no-repeat;
}
#header {
	background-image: url(navbar.png);
	background-repeat: no-repeat;
	height: 281px;
	width: 1000px;
	
}
#logo {
	background-image: url(goib_logo.png);
	height: 281px;
	width: 243px;
	display: inline-block;
	float: left;
}
#logo a {
	display:block;
	width:243px;
	height:281px;
	text-indent:-9999px;
	position:relative;
	z-index:1;
	outline:none;
}
#banner{
	width: 720px;
	height: 90px;
	margin: 10px 10px 10px 0;
	float: right;
}
#navbar{
	height: 35px;
	width: 740px;
	float: right;
	margin: 8px 10px 10px 0;
	overflow: hidden;
	position: static;
}

/*###################Menu buttons#####################*/
#menubt{
	float:left;
	height: 35px;
	width: 177px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	background-image: url(menu.png);
}
#menubt:hover{
	background-position: 0 -35px;
}
#contactbt{
	float: left;
	height: 35px;
	width: 177px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	background-image: url(contact.png);
}
#contactbt:hover{
	background-position: 0 -35px;
}
#navbar span
{
  display: none;
}
#navbar2{
	height: 25px;
	width: 640px;
	float: right;
	margin: 2px 10px 10px 0;
	padding: 0 0 0 100px;
	overflow: hidden;
	position: static;
}
#navbar2 img{
	border: none;
	height: 50px;
	width: 185px;
	margin: 0 0 0 50px;
	background-repeat: no-repeat;
	background-position: top;
}
#navbar2 img:hover{
	bottom: 25px;
}
#mainbox {
	height: 610px;
	width: 1000px;
	float: left;
}
#content{
	background-image: url(blackbg.png);
	height: 720px;
	width: 930px;
	margin-top: -140px;
	margin-left: 50px;
	position: absolute;
	z-index: -1;
}
#musicbg {
	background-image: url(musicbg.png);
	height: 600px;
	width: 270px;
	float: right;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 25px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#musicbt {
	background-image: url(musicbt.png);
	height: 54px;
	width: 247px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#musicbt:hover
{ 
  background-position: 0 -54px;
}
#musicbt span
{
  display: none;
}
#info {
	height: 150px;
	width: 600px;
	float: left;
	padding-top: 10px;
	padding-left: 35px;
	background-image: url(mpbottom.png);
	background-repeat: no-repeat;
	padding-right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-top: 70px;
}
#footer {
	height: 60px;
	width: 860px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 40px;
	float: left;
	margin-top: 50px;
	padding-left: 140px;
	clear: both;
}
.footspace {
	margin-right: 15px;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
	padding-right: 15px;
}
#info A:link {
	text-decoration: none;
	color: #CCCCCC;	
}
#info A:visited {
	text-decoration: none;
	color: #CCCCCC;	
}
#info A:active {
	text-decoration: none;
}
#info A:hover {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.perm {
	height: 35px;
	width: 242px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.music {
	height: 35px;
	width: 242px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.post h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #171717;
	padding: 0px;
	margin: 0px;
}
.post-date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #1D1D1D;
}
.post h2 a:link, a:visited {
	color: #171717;
	text-decoration: none;
}
.post h2 a:hover {
	color: #d9cd86;
	text-decoration: none;
}
