﻿@import url('reset.css');

body{
	/*background:#fff;	*/
	background: url('images/ccleighBackground.jpg') repeat #000;
	color:#fff;	
	font-size:48px;	
}
h1{		
	font-size:64px;	
	display:block;
	color:#15b612;	
	font-family: 'Oxygen', 'sans-serif';
	text-shadow:2px 2px 2px #000;
	
}
h1 span {
    
	font-size:15px;
	display:block;
	letter-spacing:2px;
	color:#0b9444;
	font-family:  'sans-serif';
	line-height:14px;
	padding-top:5px;
	text-shadow:none;
	
}
h2 span{		
    font-size:20px;
	display:block;
	letter-spacing:2px;
	color:#000;
	font-family: 'Oxygen', 'sans-serif';
	line-height:16px;	
	text-shadow:1px 1px 1px #fff;
	text-transform:uppercase;
	
}
.container 
{
    margin:auto; max-width: 20.4em; position:relative;     
    background:rgba(0,0,0,0.6);
    border: 1px solid #53cb51;
    height:100%;
    }
.content{
	margin:0px 25px 0px 25px;	
	text-align:center;
	padding:20px 0 0 0;
}
img{
	max-height:100%;	max-width:100%;
}
.header{
	margin: auto;
	font-size:13px;
	background:#000;
	opacity:0.9;
	/*text-transform:uppercase;*/
	-moz-box-shadow: 1px 0px 2px #63746f;
	-webkit-box-shadow: 1px 0px 2px #63746f;
	box-shadow: 1px 0px 2px #63746f;
	max-width:100%;	
	font-family: 'Oxygen', 'sans-serif';
	text-align:center;
}
a.email
{color:#0b9444;}
.copy{
	margin: 20px 0px;
	font-size:20px;
	font-family: Trebuchet MS;
	max-width:100%;	
	text-align:left;
	padding:0px 20px;
	line-height:35px;
}