body{
background-color:#fff;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
position:relative;
}

/*outermost container,with gray border*/
#container{
position:relative;
top:20px;
right:20%;
left:20%;
border: 3px #D8D8D8 solid;
padding: 1px;
height:auto;
width:65%;
margin-bottom:40px;

}

/*name box*/
#box1{	
width:auto;
color:#898989;
padding:4px;
font-weight:900;
font-family:"Arial Black",Arial, Helvetica,sans-serif;
font-size:48px;
background-color:#E4E4E4;
margin-bottom:15px;
}

#box2{
font-size:16px;
font-weight:bold;
color:#686868;
padding:5px;
border-bottom: 1px solid #eee;
margin-bottom:5px;
margin-right:5px;
margin-left:5px;
}
.deck{
font-size:16px;
color:#898989;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
}

.section{
width:auto;
margin-bottom:15px;
position:relative;
height:auto;
clear:both;
font-size:14px;
}

.title{
font-size:20px;
color:#999;
font-weight:bold;
padding-left:1em;
}

html{
	margin:0;
	padding:0
	}
	
p{
	margin:0 10px 10px
	}

	
div#header{
	position:relative
	}
	
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B
	}

div#header a{
	position:absolute;
	right:0;top:23px
	}

div#wrapper{
	float:left;width:100%
	}
	
div#content{
	margin: 0 33%
	}
	
div#navigation{
	float:left;width:33%;margin-left:-100%
	}

div#extra{
	float:left;width:33%;margin-left:-33%
	}
	
div#footer{
	clear:left;width:100%
	}
	
.splice
	{
	font-size:18px;
	font-weight:900;
	vertical-align:baseline;
}	
	
#copy{
	position:relative;
	right:20%;
	left:20%;
	border: 1px #ccc solid;
	padding: 1px;
	height:auto;
	width:65%;
	margin-bottom:20px;
	color:#676767;
	
}

.ttop{
	border-bottom:1px #cccccc solid;
	font-weight:bold;
	background-color:#eeeeee;
}

.ttop{
	border-top:1px #cccccc solid;
	background-color:#eeeeee;
}

.seach{
	border-bottom:1px #ccc solid;
	}




/*link styles*/
a:visited, a:active, a:link {
color:#676767;
font-weight:bold;
text-decoration:none;
padding:1px;
border: 1px dashed #fff;
}

a:hover {
padding:1px;
border: 1px dashed #676767;
text-decoration:none;
font-weight:bold;
}

a.mailto:visited, a.mailto:active, a.mailto:link {
font-size:16px;
font-weight:bold;
}

a.mailto:hover {
font-size:16px;
color:#676767;
font-weight:bold;
}
				