@import url("header.css");
@import url("footer.css");
@import url("content.css");
@import url("home.css");
@import url("sidebar.css");

* 
{
	margin: 0px;
	padding: 0px;
}

html, body 
{
	height: 100%;
}

body
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #181818;
	line-height: 19px;
	background-image: url("../images/header/headerbg.jpg");
	background-repeat: repeat-x;
}

#SpotMobileSite 
{
	width: 980px;
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


.clear 
{
	clear: both;
}

a:link 
{
	color: #555555;
	text-decoration: none;
}

a:visited
{
	color: #919396;
	text-decoration: none;
}

a:hover 
{
	color: #555555;
	text-decoration: underline;
}

h1 
{
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
	color: #455154;
	border-bottom: dotted 2px #455154;
}

h2 
{
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 10px;
}

h3 
{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;	
}

p 
{
	margin-bottom: 20px;
}

ul 
{
	clear: both;
	margin-bottom: 20px;
}

img 
{
	border: 0px;
}