@charset "utf-8";

body{
	background:url(images/tile.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}
#page{
	width:800px;
	margin:auto;
}
#header{
	width:800px;
	height:125px;
	background:url(images/clipboardheader.png);
}
#clip{
	position:relative;
	left:145px;
	top:-497px;
	width:510px;
	height:145px;
	background:url(images/clipboardclip.png);
}
#card{
	position:relative;
	left:0px;
	top:50px;
	width:309px;
	height:233px;
	background:url(images/contactcard.png);
	cursor:pointer;
}
#pic{
	position:relative;
	left:575px;
	top:-175px;
	width:279px;
	height:314px;
	background:url(images/pic.png);
}
#container{
	width:800px;
	background:url(images/clipboardbg.png);
	display:inline-block;
}
#spacer{
	height:150px;
	padding-left: 300px;
}
#spacer h1{
	margin-top:0px;
	padding-top:60px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#spacer h5{
	margin:0px;
	padding:0px;
}
#nav{
	background:url(images/sticky.png);
	width:200px;
	height:200px;
	float:left;
	text-align:right;
}
#nav a{
	text-decoration:none;
	color:#900;
	display:block;
	margin-right:10px;
	padding-right:5px;
}
#nav a:hover{
	background:url(images/link.png);
}
.currentpage{
	background:url(images/link.png);
}
#content{
	width:450px;
	margin-left:10px;
	float:left;
}
#content h1{
	margin-top:0px;
}
#content p{
}
#content a{
	border:0px;
	text-decoration:none;
	color:#900;
}
#content img{
	border:none;
}
#footer{
	width:800px;
	height:75px;
	background:url(images/clipboardfooter.png);
	margin:0px;
	padding:0px;
}

