@charset "utf-8";
/* CSS Document */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7b2222;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}
#content {
	margin: 125px auto 0px auto;
	width: 500px;
	text-align: center;
	color: #FFFFFF;
}
#subcontent {/*Index page if they don't have flash*/
	margin: 125px auto 0px auto;
	width: 500px;
	text-align: center;
	font-size:smaller;
	color: #FFFFFF;
}
#text {
	margin-top: 50px;
}
#legal {
	margin-top: 25px;
	font-size:smaller;
}
#legalcontent {
	margin: 50px 25px 25px 25px;
	width: 450px;
	color: #999999;
}
#terms {
	margin-top: 35px;
	font-size:smaller;
}
#privacy {
	margin-top: 35px;
	font-size:smaller;
}

#logo h3 {
	text-decoration:underline;
}
#terms h3 {
	margin:0px;
	padding:0px;
}
#privacy h3 {
	margin:0px;
	padding:0px;
}
#logo h2 {
	text-align:left;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url(img/ownyourc_logo.gif) no-repeat;
	width:278px;
	height:33px;
}
ul {
	list-style: none;
}
.underline {
	text-decoration: underline;
}
/*Links*/
#legal a:link, #legal a:visited {
	color:#999999;
	text-decoration:none;
}
#legal a:hover, #legal a:active {
	text-decoration:underline;
	background:#F2F2F2;
}
a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
	background:#F2F2F2;
}


