@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: American Typewriter;
	src: url('AmericanTypewriterStd-Med.otf');
}

@font-face {
	font-family: American Typewriter;
	font-weight: bold;
	src: url('AmericanTypewriterStd-Bold.otf');
}
body{
	background:#ffffff;
	margin:65px 10px 20px 10px;
	padding:0;
	text-align:center;
	font-family: American Typewriter, "ITC American Typewriter", "Courier New", Courier, monospace;
	font-size:13px;
	color:#8DC641;
	line-height:18px;
}
#main{
	display:block;
	width:1012px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	display:block; 
	text-align:left;
	color:#E86E34;
	padding:0 24px 0 24px;
	height:138px;
}
#tags{
	width:200px;
	display:block;
	padding-top:41px;
	height:73px;
}
#logo{
	width:79px;
	height:133px;
	float:right;
}
#logo img{
	border:none;
}
#nav{
	display:block;
	line-height:20px;
	height:20px;
	_position:relative;
	_margin-top:-20px;
}
#nav a{
	color:#8DC641;
	text-decoration:none;
	float:left;
	display:block;
	margin-right:29px;
	_margin-right:26px;
}
#nav a:hover{
	color:#818385;
}
#nav a.selected{
	color:#818385;
}
#homewrap{
	width:992px;
	display:block;
	height:462px;
	background:url(images/bg_home.gif) no-repeat;
	padding:20px 0 0 20px;
}
#contentwrap{
	width:1012px;
	display:block;
	height:482px;
	background:url(images/bg_main.gif) no-repeat;
}
.photohome{
	float:left;
	height:442px;
	width:237px;
	margin-right:8px;
}
#photo{
	float:left;
	height:442px;
	width:533px;
	padding:20px 0 0 20px;
	margin-right:8px;
}
#greenbox{
	width:430px;
	display:block;
	float:left;
	padding:24px 0 0 0;
}
.scrollcontent{
	padding:18px 0 0 18px;
	color:#ffffff;
	text-align:left;
	font-size:12px;
	display:block;
}
.scrollcontent h1{
	font-size:20px;
	margin:0 0 10px 0;
	padding:0;
	line-height:20px;
	font-weight:normal;
}
.content a{
	font-weight:bold;
	color:#ffffff;
}
.content a:hover{
	color:#E86E34;
}
#footer{
	display:block;
	text-align:right;
	padding:0 24px 0 24px;
	font-size:13px;
	color:#818385;
	line-height:15px;
}
#footer span.copyright{
	float:left;
	text-align:left;
	display:block;
	font-size:10px;
	color:#bfbfbf;
	line-height:10px;
}
#footer a{
	color:#818385;
	border-bottom:1px dotted #818385;
	text-decoration:none;
}
#footer a:hover{color:#E86E34;border-bottom:1px dotted #818385;}
.orange{color:#E86E34;}
