/* CSS Document */
body {
text-align:center;
background-color:#222222;
color:#ffd320;
}

h1 {
font-size:1.5em;
}

h2 {
font-size:1.2em;
font-weight:normal;
}

#container {
width:960px;
margin:0 auto;
}

#logo {
width: 960px;
height: 72px;
font-size: 0.5em;
text-align: center;
}

#tagline {
width:960px;
height:72px;
margin-top:5px;
text-align: center;
}

#menu1 {
float:right;
width:100px;
}

#menu2 {
float:right;
width:100px;
}

#menu3 {
float:right;
width:100px;
}

#menu4 {
float:right;
width:100px;
}

#menu5 {
float:right;
width:100px;
}

#menu6 {
float:right;
width:100px;
}

#menu7 {
float:right;
width:100px;
}

#menu8 {
float:right;
width:100px;
}

#menu9 {
float:right;
width:91px;
}

#content {
width:956px;
float:left;
}

#credits {
width:959px;
float:left;
font-size: 0.8em;
}

a {
text-decoration: none;
font-weight: bold;
color:#ffd320;
}

a img {
border:none;
}

a:hover {
	text-decoration: underline;
}

a.menu:hover {
	text-decoration: none;
}

#myGallery
{
	margin: 0 auto;
	width: 550px !important;
  height: 367px !important;
}

