/*****************************************************
* General
*****************************************************/

* 
{ 
	padding: 0; margin: 0; 
}

body
{
	position: absolute;
	width: 100%;
	background: url('http://mightyandstrong.s3.amazonaws.com/Data/images/gradients/BlackToSilver.jpg') repeat-x;	
	text-align:center;
	overflow: auto;
}

/*****************************************************
* Layout
*****************************************************/

#gradient
{
	position: absolute;
	top:1000px;
	width: 100%;
	background: url('http://mightyandstrong.s3.amazonaws.com/Data/images/gradients/Murcury.jpg') repeat;	
	text-allign: center;
	z-index=1;
}

#page {
	position: relative;
	top:15px;
	width: 873px;
	margin: 0 auto;
}

#header
{
	position: position relative;
	top:0px;
	left:0px;
	height:221;
	width:100%;
	text-align: left;
}	

#mighty 
{
	position:absolute;
	left:0;
	top:0;
}

#and 
{
	position:absolute;
	top:9px;
	left:341px;
}

#strong 
{
	position:absolute;
	top:96px;
	left:505px;
}

#content
{
	position:relative;
	left:0px;
	top:10px;
	width:100%;
}

#gallery_groups
{
	float:right;
	text-align:left;
	top:0px;
	width:364px;
	margin-left:22px;
	padding: 0 0 22px 0;
	height:488px;
}

#gallery_groups ul
{
	margin-left:15px;
}


#gallery_link_images
{
	height: 488px;
	padding: 0 0 22px 22px;
	overflow: auto;
}

#gallery_link_images a 
{
	float:left;
	margin:22px 22px 0 0;
	width:115px;
	height:90x;
}

#gallery_link_images a > img
{
	display:block;
    	margin-left: auto;
    	margin-right: auto;
	vertical-align:middle;
	overflow: hidden;
}

/*****************************************************
* Borders
*****************************************************/


#gallery_link_images
{
	border: solid yellow 2px;
}

#gallery_link_images a img
{
	border: solid white 2px;
}

#gallery_groups
{
	border-top: solid 2px yellow;
	border-left: solid 2px yellow;
}

#gallery_groups a
{
	border-bottom: solid 2px white;
}

/*****************************************************
* Typography
*****************************************************/

#header h2
{	
	font:bold 110px "Century Schoolbook", Georgia, Times, serif;
	color: yellow;
	letter-spacing: -4px;
}

#header h1
{	
	font:bold 200px "Century Schoolbook", Georgia, Times, serif;
	color: darkgray;
}

#gallery_groups li
{
	font:bold 80px "Century Schoolbook", Georgia, Times, serif;
	letter-spacing: -4px;
	list-style-type: none;
}

#gallery_groups a
{
	color: white;
	text-decoration: none;
}

/*****************************************************
* Linkage
*****************************************************/


.bordered{border:5px solid #660000;}
a img.bordered {border:5px solid #660000;}
a:hover img.bordered {border: 5px solid #FFFFFF}

#gallery_groups a:hover
{
	color: black;
}

#gallery_link_images a:hover img 
{
	border: 2px solid black;
}
