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

html, body {
	margin:0;
	padding:0;
	background:url(img/bg.gif) repeat-x 0px 100px #e0711c;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#FFF;
}
.content {
	width:740px;
	height:470px;
	margin:60px auto;
	background:url(img/bg2.gif) repeat-x 0px 42px;
	text-align:center;
}
.clear {
	clear:both;	
}
.orange {
	width:740px;
	background-color:#f78320;
	margin-bottom:60px;
	padding-bottom:20px;
}
.mainbox {
	width:720px;
	margin:0 auto;
}
.columnina {
	width:139px;	
	float:left;
}
.centercol {
	width: 402px;
	text-align:center;
	float:left;
	padding:0px 20px 0 20px;
}
.mainflash {
	width:740px;
	height:240px;
	text-align:center;
	background-color:#f7943f;
	margin-top:54px;
}
.button {
	display:block;
	height:27px;
	padding-top:13px;
	font-size:18px;
	font-weight:bold;
	background:url(img/bt.gif) repeat-x #0c40a5;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	border:1px solid #f7943f;
}
.button:hover {
	background-image:url(img/bt2.gif);
	text-decoration:underline;
}
#fadeScreen {
	position:fixed;
	width:100%;
	height:100%;
	background:url(img/dot.png) repeat;
	z-index:2;
	display:none;
	margin-top:-60px;
	cursor:pointer;
}
#photoBox {
	width:480px;
	height:640px;
	padding:10px;
	background-color:#FFF;
	margin:20px auto;
	cursor:pointer;
}
h1 {
	line-height:29px;
	padding:0px 10px 0 10px;
	margin:0;
	font-size:23px;
}
a:link, a:visited {
	color:#FFF;	
}
a:hover {
	text-decoration:none;
}
