@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Almendra:400,700);
body{
	background-color:black;
	height:100%;
	width:100%;
	position:fixed;
	border:0px;
	padding:0px;
	margin:0px;
	bottom:0px;
}

.main{
	margin:0px auto 0px auto;
	background-color:black;
	height:100%;
	width:1000px;
	position:relative;
	z-index:5;
}

.logo{
	background-image:url(../images/nameLogo.png);
	background-repeat:no-repeat;
	background-position:center;
	height:150px;
	width:240px;
	position:absolute;
	top:525px;
	right:0px;
}

.gmLogo{
	background-image:url(../images/gmLogo.png);
	background-repeat:no-repeat;
	height:200px;
	width:400px;
	position:absolute;
	top:100px;
	left:0px;
	z-index:-1;
}

.picBar{
	background-image:url(../images/picBar.png);
	background-repeat:repeat-x;
	height:300px;
	width:100%;
	position:absolute;
	top:270px;
	z-index:0;
}

.picRail1{
	height:85px;
	width:100%;
	position:absolute;
	top:17px;
	overflow:hidden;
}

.picRail2{
	height:85px;
	width:100%;
	position:absolute;
	bottom:93px;
	overflow:hidden;
}

.lPic1{
	height:85px ;
	width:112px;
	float:left;
	animation:ease-in-out;
	overflow:hidden;
	padding-right:15px;
	padding-left:7px;
}

.lPic2{
	height:85px ;
	width:112px;
	float:right;
	animation:ease-in-out;
	overflow:hidden;
	padding-right:15px;
	padding-left:7px;
	
}
	
.bigPic{
	background-image:url(../images/alanBigPic.png);
	background-position:center;
	background-repeat:no-repeat;
	height:400px;
	width:350px;
	position:absolute;
	top:140px;
	right:325px;
	z-index:12;
}

.links{
	color: #39F;
	alignment-adjust: central;
	height: 55px;
	width: 300px;
	position: absolute;
	top: 220px;
	right: 50px;
	z-index: 13;
}

.linkBox{
	font-family: 'Almendra', serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	height:21px;
	width:60px;
	float:left;
}

.linkBoxF{
	font-family: 'Almendra', serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-right:5px;
	height:21px;
	width:30px;
	float:left;
}

.socalLogo{
	float:left;
	height:40px;
	width:40px;
	alignment-adjust:central;
	text-align:center;
	padding-right:15px;
	padding-left:7px;
}

.social{
	height:50px;
	width:200px;
	position:absolute;
	top:665px;
	right:0px;
}



a:active{
	color:#6F3;
	text-decoration:none;
}

a:visited{
	color:#39F;
	text-decoration:none;
}


a{
	color:#39F;
	text-decoration:none;
}

a:hover{
	color:#6F3;
	text-decoration:none;
}