@charset "utf-8";
/* CSS Document */
body{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(/tiff/content/images/final.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.error
{
    border:1px solid white;
}
#wrap{
	width:500px;
	margin:245px auto 0px auto;
	padding:0px;
}
#content h1{
	font-size:19px;
	margin-bottom: 28px;
	font-weight:normal;

}
#content p{
	line-height:16px;
}
#content li{
	list-style:disc;
	margin-left:30px;
	padding-bottom:4px;
}
.contest{
	font-size:14px;
	font-weight:bold;
}
.dates{
    padding: 4px 10px 4px 10px;
    width: 50px;
    display:block;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border: 1px;
    text-align: center;
}
.enter
{
    display:block;
	background-color:#000;
	color:#fff;
	width:235px;
	padding:4px;
	font-family:14px;
	border:1px;
}
.btext{
	width:175px;
	background-color:#000;;
	color:#fff;
	margin-left:10px;
	border:1px;
}

.sml{
	font-weight:normal;
	font-size:12px;
}
.sml a
{
    color:White;
}
#photos{
	height:82px;
	background-image: url(images/strip.jpg);
	width:980px;
	margin:0px auto;
}
#footer{
	font-size:11px;
	padding:10px 0px;
	width:980px;
	text-align:right;
	background-color:#000000;
	margin:0px auto;
}

