/* --------------------- General Styles ------------------------ */

*{        
        padding: 0px;
        margin:0px;
        border: 0px;
}
p {
        font-family: verdana;
        font-size: 0.8em;
        color: #242424;
        margin: 10px;
}
ul {
        list-style-type: disc;
        font-family: verdana;
        font-size: 1em;
}
a:link,a:visited {
        color: #4f86c5;
        text-decoration: none;
}
a:hover {
        color: #4f86c5;
        text-decoration: underline;
}
body        {
        text-align: left;
        background: url('imgs/bodybg.png') repeat-x;
}


/* --------------------- Layout ------------------------ */

#logo {
	margin: 0px auto 0px auto;
	border: 0px;
	width: 184px;
}

#flashbox {
	margin: 0px auto 0px auto;
	border: 5px solid #f2f2f2;
	width: 591px;
	height: 327px;
}

#footer {
	width: 591px;
	margin: 0px auto 0px auto;
}

#fb {
	text-decoration: none;
	color: #BFBFBF;
	font-size: 12px;
	background: url('facebook.png') no-repeat;
	display: block;
	margin-top: 2px;
	padding-left: 22px;
}

p.textfooter {
	float: left;
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	color: #bfbfbf;
	width: 160px;
	line-height: 16px;
	height: 70px;
	padding-right: 10px;
	border-right: 1px solid #bfbfbf;
}

p.textfooter2 {
	float: left;
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	color: #bfbfbf;
	width: 145px;
	line-height: 16px;
	height: 70px;
	padding-right: 10px;
	padding-left: 15px;
	border-right: 1px solid #bfbfbf;
}

p.textfooter3 {
	float: left;
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	width: 180px;
	height: 70px;
	color: #bfbfbf;
	line-height: 16px;
}

p.skip {
	font-family: "trebuchet ms", arial;
	font-size: 12px;
	color: #797979;
	text-align: center;
}
