.centered {
	text-align: center;
}

body {
	/*
	background-color:#323232;
	*/
	background-color: rgb(64, 53, 36);
    color:rgb(255, 212, 142);
    font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h1 {
	font-weight:bold;
	font-size:20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color:rgb(255, 212, 142);
}
a.customLink:link {
	border-width: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color:rgb(255, 212, 142);
    text-shadow:#000000 2px 2px 3px;
    text-decoration:none;
}
a.customLink:visited {
	border-width: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    text-shadow:#000000 2px 2px 3px;
	color:rgb(255, 212, 142);
    text-decoration:none;
}
a.customLink:hover {
	color:#ffffff;
    text-shadow:#000000 5px 5px 5px;
}

a.screenshot:link {
	border-width:1px;
	border-color:white;
	border-style:solid; 
}
a.screenshot:visited {
	border-width:1px;
	border-color:white;
	border-style:solid;	
}
a.screenshot:hover {
	border-width:1px;
	border-color:white;
	border-style:solid;	
}

.bigLink {
	font-size: 21px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.smallText {
	color: rgb(255, 212, 142);
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.infoBox {
	color:rgb(255, 212, 142);
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 20px;
	border-style: none;
	border-width: 0px;
	width: 500px;
	text-align: center;
    color:#efefef;
}

.innerContent {
	text-align:left;
	margin-left: 20px;	
	margin-right: 20px;	
}

.screenshotThumbnail {
	border-width:1px;
	border-color:white;
	border-style:solid;
}

.content {
    width:500px;
    /*height:300px;*/
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left:-250px;
    /*margin-top:-150px;*/
	text-align:center;
    color:#efefef;
    /*background-color:#212121;*/
    background-color:rgb(96, 84, 54);
    border-width:1px;
	border-color:#efefef;
	border-style:solid;
    -webkit-box-shadow:10px 10px 50px #000000;
}

.boldText {
	font-weight: bold;
    color:#efefef;
}