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

body{
	margin:0;
	padding:0;
}
#contatiner{
	width:800px;
	margin:auto;
}
.splash_button{
	width:253px;
	float:left;
	margin-top:10px;
	color: #888;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	letter-spacing:3px;
}
.splash_button img{
	border:none;
}
#middle_button{
	margin:10px 20px 0 20px;
}
#copy_right{
	width:800px;
	padding-top:100px;
	padding-bottom:10px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:center;
}
#copy{
	padding-top:30px;
	text-align:center;
	font-size:11px;
}
#copy2{
	padding-top:30px;
	text-indent:0px;
	font-size:11px;
	text-align:left;
}
#top{
	margin-bottom:75px;
}
#nav{
	float:right;
}
#nav a{
	display:block;
	padding-top:48px;
	margin-left:15px;
	height:22px;
	background-position:0 50px;
	background-repeat:no-repeat;
	float:right;
}
#con{
	width:58px;
	background:url(../images/contact.png);
}
#bio{
	width:20px;
	background:url(../images/bio.png) no-repeat;
}
#han{
	width:106px;
	background:url(../images/handlettering.png) no-repeat;
}
#typ{
	width:78px;
	background:url(../images/typedesign.png) no-repeat;
	
}
#ill{
	width:84px;
	background:url(../images/illustration.png) no-repeat;
	
}
#con:hover{
	background:url(../images/contact_over.png) no-repeat;
	background-position:0 50px;
}
#bio:hover{
	background:url(../images/bio_over.png) no-repeat;
	background-position:0 50px;
}
#han:hover{
	background:url(../images/handlettering_over.png) no-repeat;
	background-position:0 50px;
}
#typ:hover{
	background:url(../images/typedesign_over.png) no-repeat;
	background-position:0 50px;
	
}
#ill:hover{
	background:url(../images/illustration_over.png) no-repeat;
	background-position:0 50px;
}

#left_column{
	width:233px;
	float:left;
	padding-right:20px;
	margin-right:10px;
	border-right:1px solid #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-indent:16px;
	line-height:22px;
}
#left_column p{
	margin:0;
}
#right_column{
	width:536px;
	float:right;
}
#header{
	width:505px;
	height:18px;
	padding:3px 5px 0 10px;
	margin:0 0 40px 16px;
	background:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
}
#next img{
	border:none;
	margin-left:5px;
	float:right;
}
#prev img{
	border:none;
	float:right;
}
#slideshow{
	width:520px;
	margin-left:16px;
	display:none;
}
noscript{
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FF0000;
}
#slideshow div{
	width:520px;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:14px;
	font-size:11px;
}
#slideshow img{
	margin: auto;
	margin-bottom:20px; 
	display: block;
}
a{
	color:#be1e2d;
	text-decoration:none;
}
a:link{
	color:#be1e2d;
}
a:hover{
	text-decoration:underline;
}
a:active{

}
a:visited{
	color:#be1e2d;
}