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

html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #CCC url(img/bg3.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#title{
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#main a:link, #main a:visited{
	color:#333;	
}

.name{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 38px;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
	font-smooth: always;
	text-shadow: rgba(0,0,0, .1) 2px 0px 2px ;
	letter-spacing: -4px;
	font-weight: 900
}
.name a{
	color: #FFFFFF;
	text-decoration: none;	
}

.subname{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	font-smooth: always;
	text-shadow: rgba(0,0,0, .1) 2px 0px 2px ;
	letter-spacing: -1px;
}

#nav{
	width: 100%;
	background-color:#FFF;
	opacity: 0.9;
}

img{
	opacity: 1;
}

#reel img{
	margin-bottom: 3px;	
	margin-right: 4px;
}

#reel img:hover{
	opacity: 0.8;	
}

#reel{
	margin: 0 auto;
	width: 730px;
}

#wrapper{
	width: 900px;
	margin: 0 auto;	
	margin-top: 50px;
}


#main{
	width: 900px;
	background-color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	clear: both;
	overflow: hidden;
	opacity: 0.9;
}

h1{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 50px;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
	margin-bottom: -16px;
	font-smooth: always;
	text-shadow: rgba(0,0,0, .3) 2px 0px 2px ;
	letter-spacing: -6px;
	font-weight: 900;	
	display: inline-block;
	opacity: .95;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 22px;
	display: inline-block;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
	font-smooth: always;
	text-shadow: rgba(0,0,0, .3) 2px 0px 2px ;
	letter-spacing: -1px;
	margin-bottom: -6px;
	margin-left: 10px;
	opacity: .95;
}

.pic{
height: 200px;
width: 274px;
background: no-repeat;
opacity:0.8;
display: inline-block;
}

.pic:hover{
opacity: 1;
}

#left{
float: left;
width: 430px;	
text-align: justify;
line-height: 20px;
}

#right{
float:right;
width:430px;
margin-right: 10px;
}

#footer{
position: absolute;
bottom: 0px;
width: 100%;
height: 86px;	
background: url(img/fade.png);
}
