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

.logo {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
}

.backcolor {
	/*background-image:url(../images/GradBackground.png);width:50%;**/
	background-repeat:repeat-x;
	margin-left: auto;
    margin-right: auto;

}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
}

.style3 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}


.text {
	color:000000;
	width:80%;
	margin:0 auto;
}

.twitter {
	position:absolute;
	right: 0;
	top: 0;
	display:block;
	height:98px;
	width:94px;
	text-indent:-999em;
	text-decoration: none;
}

.box {
	width:500px;
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	background-color:#FFFFFF;
	border:medium;
	border-color:#B9681F;
	border-style:solid;
	-moz-box-shadow: 7px 7px 3px #000;
	margin:0 auto;
}

/* demo */
body {
	margin:0 auto;
	color:ffffff;
}

a {
    color: #e07e27;
    font-weight: bold;
}
a:hover { text-decoration: underline; }
