html{
	background-image: url('../img/noisebg.png');
	background-color: #dedad4;
	height: 100%;
	}

body{
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	}


	
#container{
	width:100%;
	height: auto;
	margin: 0 auto -142px; 
	}

header{
	padding: 2px 0px;
	font-size: smaller;
	text-align: center;
	background-color: #151512;
	width:100%;
	border-bottom: #252522;
	border-style: none none solid none;
	border-width: 1px;
	}
	
#main{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
	
#welcomearea{
	margin-top:50px;
	margin-left: 45px;
	display: inline;
	float:left;
	}
	
#welcomesub{
	color: #9ACAD7;
	margin-top: -8px;
	font-size: large;
	padding-left: 50px;
	font-family: 'Abel', serif;
	}
	
#imglogo{
	padding-top: 20px;
	padding-left: 15px;
	width: 300px;
	text-align: center;
	display: inline;
	float: left;
	}
	
#welcome{
	padding:10px;
	text-shadow: -2px -2px -8px #000;
	font-family: 'Tienne', serif;
	font-size: xx-large;
	color:#e6e6e6;
	
	}
	
.box{
	width:960px;
	text-align: center;
	}
	
.boximg{
	margin: 10px 45px 45px;
	padding: 10px;
	background-color:#151512;
	border: #494649;
	border-width: 1px;
	border-style: solid;
}

	
.boximg:hover{
	border-color: #06a7ea;
}
/*	
.boxhead{

	background-color: rgba( 6, 167, 234, 0.3);
	margin-top: 221px;
	width: 270px;
	font-family: 'Coustard', serif;
	font-size: x-large;
	letter-spacing: 5px;
	padding: 10px 0px;
	position: absolute;
	z-index: 1;
	text-align: center;
	
	}*/
	
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


#plusbar{
	left:0px;
	z-index: 5;
	text-align: center;
	position: fixed;
	top: 50px;
	background-color: black;
	padding: 12px;
	border: #252522;
	border-width: 1px;
	border-style: solid;
	border-radius: 0px 15px 15px 0px;
	}

.bigcolumn{
	margin-left: 45px;
	width: 535px;
	margin-top: 40px;
	display: inline;
	float: left;
	margin-right: 80px;
	}
	
.smallcolumn{
	margin-left:20px;
	width: 280px;
	margin-top: 40px;
	display: inline;
	float: left;
	}
	
.title{
	color: #1F1E1E;
	text-shadow: 1px 1px 0px #9ACAD7;
	font-family: 'Abel', serif;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: xx-large;
	font-weight: bold;
	border-bottom: dashed;
	border-color: #979772;
	border-width: 1px;
	}	
	
.jar{
	width:960px;
	}
	
footer{
	border-top: 1px;
	border-color: #06a7ea;
	border-style: solid;
	text-align: center;
	width: 100%;
	margin-top: 100px;
	padding-top: 10px;
	background-color: #1F1E1E;
	padding-bottom: 10px;
	}
	
a.facebook, a.google{
    text-decoration: none;
	display: inline-table;
	width: 50px; 
	height:50px;
	background-position: top;
	}
	
a.facebook:hover, a.google:hover{
	background-position: bottom;
	}
	
a.facebook{
	background-image: url(../img/facebook.png);
	}
	
a.google{
	background-image: url(../img/google.png);
	}
	
.resumebutton{
	margin-top: 15px;
	padding-top: 18px;
	font-size: medium;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0px #9ACAD7;
	font-family: 'Abel', serif;
 	text-decoration: none;
	display: block;
	width:141px;
	height: 37px;
	background-position: top;
	background-image: url('../img/resume.png');
	}
	
.resumebutton:hover{
	color: #fff;
	background-position: center;
	}
	
.resumebutton:active{
	color: #fff;
	background-position: bottom;
	}

	