@import url("header.css");
@import url("footer.css");
@import url("content.css");
@import url("form.css");


* 
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #465058;
	background-image: url("../images/header/headerbg.gif");
	background-repeat: repeat-x;
	line-height: 19px;
}

#SpotMedia 
{
	margin: auto;
	width: 980px;
}

.clear 
{
	clear: both;
}

h1 
{
	font-size: 28px;
	line-height: 38px;
	color: #455154;
	margin-bottom: 15px;
}

h2 
{
	font-size: 24px;
	line-height: 29px;
	color: #455154;
	margin-top: 4px;
	margin-bottom: 15px;
}

p 
{
	margin-bottom: 20px;
}

a:link 
{
	color: #7ac142;
	text-decoration: none;
}

a:visited 
{
	color: #7ac142;
	text-decoration: none;
}

a:hover 
{
	color: #7ac142;
	text-decoration: underline;
}

