@charset "UTF-8";
/* CSS Document */

/* GLOBAL */

* {
margin: 0; 
padding: 0;
}

:focus { outline: 0;}

body {
	background: #000000;
	background-image:url(assets/bricks03.jpg);
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* STRUCTURE */

#wrapper {
width: 780px;
/*background: #FFFFFF;*/
margin: 0px auto; }

#masthead {
width: 780px;
height: 800px;
margin: 0 0 0 0;
background-image:url(assets/design_03.gif);
background-repeat:no-repeat; }

#fbBox {
	position: relative;
	top: 16px;
	right: 16px;
	width: 32px; 
	height: 88px;
	border: 0px solid transparent;
	float:right;
}
#msBox {
	position: relative;
	top: 107px;
	right: -18px;
	width: 32px; 
	height: 97px;
	border: 0px solid transparent;
	float:right;
}

#content {
  position : relative;
  top : 220px;
  bottom : 420px;
  margin : 0px 0px 0px 40px;
  width : 700px;
  height : 350px;
  color : #fff;
  overflow : auto;
}

#content li {
	list-style-type:none;
	float: left;
	display: inline;
	padding-right: 20px;
}


#content h1 {
	font-size:18px;
 	color : #FFFF00;
}

#content h2 {
	font-size:14px;
  	color : #FFFF00;
}

#content a {
	color:#fff;
	text-decoration:underline;
}
#content a:hover {
	color:#000;
	background:#FFFF00;
	text-decoration:underline;
}

#gallery img {
	padding: 5px 5px 10px 5px;
	border: 0px solid transparent;
	background-color:#FFFFFF;
}

#gallery a:link, #gallery a:visited {
	color:#FFFFFF;
}
 
#gallery a:active, #gallery a:hover {
	color:#FFFF00;
	
}

#badge {
position : relative;
z-index:1;
top: 230px;
left: 10px; }

/* NAVIGATION */

#nav {
	width: 750px;
	height: 46px;
	clear: both;
	left: 260px;
	margin-left: 40px;
	padding-top: 38px;
	position: relative;
	overflow: visible;
}

#nav ul {
	float: left;
	display: inline;
}

#nav li {
	height: 46px;
	overflow: hidden;
	float: left;
}

#nav li a {
	line-height: 46px;
	text-indent: -500px;
	overflow: hidden;
	display: block;
	background-position: center top;
}

#nav li a:hover {
	line-height: 46px;
	background-position: center -46px;
	display: block;
	overflow: hidden;
}

#nav li a.current, #nav li a.current:hover {
	background-position: center -46px;
}

#nav_news {
	background-image: url(assets/navbar/nav_news.gif);
	background-repeat: no-repeat;
	width: 70px;
}

#nav_tour {
	background-image: url(assets/navbar/nav_tour.gif);
	background-repeat: no-repeat;
	width: 70px;
}

#nav_bio {
	background-image: url(assets/navbar/nav_bio.gif);
	background-repeat: no-repeat;
	width: 50px;
}

#nav_videos {
	background-image: url(assets/navbar/nav_videos.gif);
	background-repeat: no-repeat;
	width: 90px;
}

#nav_photos {
	background-image: url(assets/navbar/nav_photos.gif);
	background-repeat: no-repeat;
	width: 90px;
}

#nav_blog {
	background-image: url(assets/navbar/nav_blog.gif);
	background-repeat: no-repeat;
	width: 70px;
}
