/* this is the css file for tombraiderfinal.html */

body{font-family:'Opens Sans',arial,times new roman,sans serif;
	 background-image:url("tombraider2013.jpg");
	 background-color:#4D1216;
	 background-repeat:no-repeat;}
.content{color:#FFFFFF;
		 height:250px;
		 width: 1000px;
		 background-color:#8D8C87;
		 display:block;
		 border:solid 3px white;
		 clear:both;
		 margin-left:auto;
		 margin-right:auto;}
h1, h2, h3, a{
		font-weight:bold;
		color:#FF6600;
		margin: 10px;
		text-align: center;}
	h1 {font-family:'Open Sans', arial, helvetica;
		font-size:300%;
		padding-bottom: 5px; }
	h2 {font-family:'Open Sans', arial, helvetica;
		font-size:300%;
		padding-bottom: 5px;}
	h3 {font-family:'Open Sans', arial, helvetica;
		font-size:300%;
		padding-bottom: 5px;}
#footer{background-color:#808080; border: solid 2px white;height:500px;margin-left:auto;width:20%;}

