body {
	margin:0px; padding:0px;
	background-color: #0c0a08;
	font-family:Arial, Helvetica, sans-serif;
}
#outside_container {
	background:url(images/steampowered_background_slice.jpg) repeat-x #0c0a08;
}
#container {
	background:url(images/steampowered_background_main.jpg) no-repeat;
	min-height:800px;
	width:1000px;
	position:relative;
}

/*
	Logo / Menu / Panel Positioning
*/

#logo { position:absolute; top:14px; left:5px; }

#panel { position:absolute; top:95px; left:50px; }

ul#video { position:absolute; top:237px; }

ul#gallery { position:absolute; top:200px; left:50px; }

ul#menu {
	margin:0px;	padding:0px;
	position:absolute; top:68px; left:75px;
}
ul#right_menu {
	margin:0px;	padding:0px;
	position:absolute; top:68px; right:110px;
}
ul#menu li, ul#right_menu li {
	margin:0px;	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:9px;
	text-transform:uppercase;
	display:inline;
}
ul#menu li a, ul#right_menu li a {
	text-decoration:none;
	color:#f8f6e1;
}
ul#menu li a:hover, ul#right_menu li a:hover {
	text-decoration:none;
	color:#ffffff;
}

/*
	Content
*/

#content {
	padding-top:180px;
	padding-left:85px;
	width:815px;
	color:#f8f6e1;
	font-size:13px;
	line-height:20px;
}
.column1 { float:left; width:230px; margin-right:30px; }
.column2 { float:left; width:230px; margin-right:30px; }
.column3 { float:left; width:270px; }
.column4 { float:left; width:500px; margin-right:30px; }
.column5 { float:left; width:460px; margin-right:60px; }




/*
 Gallery CSS stuff
*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer {float:left; width:500px; margin-right:10px;}

/*Add a height attribute and set to largest image's height to prevent overlaying*/


.thumbnail img{
border: 0px solid #3f2324;
margin: 0 3px 3px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 0px;
left: -10px;
border: 0px dashed gray;
visibility: hidden;
color: #dbaa70;
text-decoration: none;
top:0;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 375px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




/*
 Gallery CSS stuff
*/



#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#dbaa70;
	margin:0px 0px 20px 0px;
	font-weight:normal;
}


#content a {
	color:#f0ebc4;
	text-decoration:none;
}

#content a:hover {
	color:#ffffff;
	text-decoration:none;
}

ul.work {
	margin:0px; padding:0px;
}
ul.work li {
	list-style:none;
	margin:0px; padding:0px;
	clear:both;
}
ul.work li a {
	color:#e0b882;
	display:block;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	font-size:10px;
}
ul.work li a img {
	float:left;
        margin-left:0px;
	margin-right:0px;
	margin-bottom:1px;
}
ul.work li a h4 {
	color:#f0ebc4;
	margin:0px;
	font-weight:normal;
	font-size:13px;
}
ul.work li a:hover, ul.work li a:hover h4 { color:#ffffff; }




/*
	Footer
*/
#footer {
	border-top:1px solid #3f2324;
	padding:18px 50px 20px 10px;
	color:#b2b0a0;
	font-size:9px;
	line-height:15px;
}
#footer img {
	float:left;
	margin-right:10px;
}
#footer span {
	display:block;
	float:left;
	width:250px;
}
#footer a {
	color:#f0ebc4;
	text-decoration:none;
}
#footer a:hover { color:#ffffff; }





