/* Reset */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, del, em, font, img,
small, strike, strong, ol, ul, li,
fieldset, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#000;
}
ol, ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
p{
	color:#FFF;
	font-size:12px;
	line-height:16px;
}
h1{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	line-height:26px;
	color:#FFF;	
}
strong{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	line-height:19px;
	color:#FFF;	

}
a {
	text-decoration:underline;
	color:#FFF;
} 
a:hover {
	text-decoration:underline;
	color:#FFF;
}

/* Main */
body {
	background-image:url(../images/TTFSlpbg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
#container {
	width:1024px;
	margin: 0em auto;
}
#content{
	width:460px;
	float:left;
	margin-left:36px;
	margin-top:36px;
}
#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#000000;
}
#content li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bolder;
	color:#0066CC;
	margin-left:25px;
	margin-right:25px;
	text-align:left;
	list-style:outside;
}
#content strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
}
#locations{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:6px;
	font-weight:bolder;
	color:#0066CC;
	margin-left:25px;
	margin-right:25px;
	text-align:left;
	list-style:outside;
}
#content h6{
	line-height:6px;
	font-size:1px;
	color:#FFFFFF;
}
#menu{
	float:center;
	width:300px;
	height:83px;
}
#footer{
	width:340px;
	float:left;
	margin-left:-125px;
	margin-top:600px;
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0066CC;
	font-weight:lighter;
	text-decoration:none;
}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0066CC;
	font-weight:lighter;
	text-decoration:none;
	}
#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:lighter;
}
