@charset "utf-8";

@font-face	{font-family: Bodoni_72;
					src: url('Bodoni_72.ttc') format('truetype');}
					
.fontface	{font-family: Bodoni_72, Verdana, sans-serif;}

*	{margin:0; padding:0;}
	
p, h1, h2, h3, h4, h5, h6	{margin-bottom:1em;}

body {background:url("Graph-Background.jpg");}

div#wrapper	{margin:1.5em auto;
			width:85%;
			padding-bottom:1%;
			background-color:lightgrey;}
			
header	{text-align:center;
		margin:0;
		padding:2em 0;}

nav a	{margin: 1%;
		font-family:Bodoni_72, Times, serif;}
nav	{text-align:center;
        font-weight:bold;
	padding:1em;
	font-size: 1.1em;}
	
nav a:link {color:#941a1d;
    border-style:outset;
			padding: .3em .5em;
			background: -moz-linear-gradient(hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
			background: -webkit-gradient(linear, 0 0, 0 100%, from(hsla(0,0%,100%,.2)), to(hsla(0,0%,100%,0)));}
		
nav a:link	{-moz-border-radius:0; 
			background-color:#907e2f;
			-webkit-border-radius:0;
			-ms-border-radius:0;
			border-radius:0;
			text-transform: uppercase;
			font-size: 0.95em;}
			
nav a:visited	{color:#941a1d;
				background-color:#907e2f;}
		
nav a:hover {color:#941a1d;
			background-color:#808080;}	
					
section	{margin:2% 8%;
		padding:1% 2%;
		font-family:Bodoni_72, Times, serif;}
		
section h4	{text-align:center;
						text-transform:uppercase;}
section h1	{text-align:center;
						text-transform:uppercase;}
						
section h4	{font-size:0.75em;}

#contact	{text-align:center}

#name	{font-size:1.5em;
		text-decoration:bold;}
					
.feature {float:left;
		width: 28%;
		margin: 1%;
		padding: 1%;
		background-repeat: no-repeat;
		background-position: top center;}
	
.feature:last-child {margin-right:0;}

.feature a:link {color:white;}

.feature a:visited	{color:white;}

.feature a:hover	{color:black;
					background-color:grey;
					padding:0.5%;}
					
.feature h2, h3	{text-align:center;}

#feature-one, #feature-six {background-color:#931a1d;
					color:white;}
#feature-two, #feature-four {background-color:black;
					color:white;}
#feature-three, #feature-five {background-color:#907d2f;
				color:white;}
		
footer	{clear:both;
		text-align: center; 
    	color:#931a1d;
    	font-family:Bodoni_72, Times, serif;
    	padding-top:1%;}

p#design	{font-size:0.8em;
			color:#555555;}
