@charset "utf-8";
/* CSS Document */

/* Layout Elements */
body{
	background-color:#660000;
	background-image:url(../images/background.jpg);
	background-position:top left;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#topper{
	background-image:url(../images/top.png);
	background-position:center;
	height:7px;
	margin-bottom:20px;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
#logo{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:89px;
	width:390px;
	margin-left:50px;
	margin-top:10px;
	float:left;
}
#design-navigation{
	height:70px;
	float:right;
	padding-top:20px;
	margin-bottom:-20px;
}
#skills{
	width:305px;
	height:230px;
	border-right:1px #ae5d24 solid;
	margin-top:-15px;
	margin-left:30px;
	margin-bottom:10px;
	float:left;
}
#tweet{
	width:305px;
	height:230px;
	border-right:1px #ae5d24 solid;
	margin-top:-15px;
	margin-bottom:10px;
	float:left;
}
#quote{
	width:305px;
	height:230px;
	margin-top:-15px;
	margin-bottom:10px;
	float:left;
	padding-left:10px;
}
.clear{
	clear:both;
}
.nav-image{
	margin-bottom:5px;
}
.offset {
  position : absolute;
  top : -9000px;
  left : -9000px;
}


/* Textual Effects */
#design-navigation a{
	font-family:"Copperplate Gothic Bold", "Times New Roman", Times, serif;
	color:#e9bf77;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	font-size:13px;
	line-height:20px;
}
h1{
	font-family:"Copperplate Gothic Bold";
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
	text-align:center;
}
h1 a{
	font-family:"Copperplate Gothic Bold";
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
}
.resp{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}
.resp a{
	text-decoration:none;
	color:#FFF;
}
.style1{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}
.style2{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	margin-left:20px;
}
.style3{
	margin-top:-10px;
	text-align:center;
}
.style4, .style4 a{
	font-family:"Copperplate Gothic Bold";
	color:#e9bf77;
	font-size:14px;
	text-align:right;
	margin-right:20px;
}
.right{
	text-align:right;
	margin-bottom:50px;
