html, body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	background-image: url(../images/background.png);
}

.hidden {
	display: none;
}

#page-container {
	width: 760px;
	margin: auto;
}

/* Main Navigation */

#main-nav { height: 50px; }
#main-nav dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 11px; } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#main-nav dt { float: left; }
#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main-nav dt a:hover {
	background-position: 0 -50px;
}
#main-nav dt#ag3ntchome,
#main-nav dt#ag3ntchome a { width: 150px; background-image: url(../images/nav/ag3ntchome.png); }

#main-nav dt#buyerlogin,
#main-nav dt#buyerlogin a { width: 150px; background-image: url(../images/nav/buyerlogin.png); }

body.ag3ntchome dt#ag3ntchome,
body.ag3ntchome dt#ag3ntchome a,
body.buyerlogin dt#buyerlogin,
body.buyerlogin dt#buyerlogin a {
	background-position: 0 -100px;

}


#header {
	height: 150px;
	background: url(../images/headers/cssbanner.gif);
}

/* alt Navigation */

#alt-nav { height: 50px; }
#alt-nav dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/ 
#alt-nav { padding-left: 0px; } 
/*/ a
#alt-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#alt-nav dt { float: left; }
#alt-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#alt-nav dt a:hover {
	background-position: 0 -50px;
}
#alt-nav dt#news,
#alt-nav dt#news a { width: 78px; background-image: url(../images/nav/news.gif); }

#alt-nav dt#salescontacts,
#alt-nav dt#salescontacts a { width: 162px; background-image: url(../images/nav/salescontacts.gif); }

#alt-nav dt#territory,
#alt-nav dt#territory a { width: 106px; background-image: url(../images/nav/territory.gif); }

#alt-nav dt#team,
#alt-nav dt#team a { width: 86px; background-image: url(../images/nav/team.gif); }

#alt-nav dt#sponsorme,
#alt-nav dt#sponsorme a { width: 138px; background-image: url(../images/nav/sponsorme.gif); }

#alt-nav dt#events,
#alt-nav dt#events a { width: 105px; background-image: url(../images/nav/events.gif); }

#alt-nav dt#enjoy,
#alt-nav dt#enjoy a { width: 85px; background-image: url(../images/nav/enjoy.gif); }

body.news dt#news,
body.news dt#news a,
body.salescontacts dt#salescontacts,
body.salescontacts dt#salescontacts a 
body.territory dt#territory,
body.territory dt#territory a,
body.team dt#team,
body.team dt#team a 
body.sponsorme dt#sponsorme,
body.sponsorme dt#sponsorme a,
body.events dt#events,
body.events dt#events a
body.enjoy dt#enjoy,
body.enjoy dt#enjoy a {
	background-position: 0 -100px;

}

#sidebar-a {
	background: #CCCCCC;
	float: right;
	width: 280px;
	line-height: 18px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#sidebar-a .padding {
	padding: 25px;
}

#content {
	background: white;
	margin-right: 280px;
	line-height: 18px;
}

#content .padding {
	padding: 25px;
}

#footer {
	clear: both;
	padding-top: 25px;
	height: 66px;
	font-color: white;
}

a:link {color: red; text-decoration: none; }
a:active {color: black; text-decoration: none; }
a:visited {color: red; text-decoration: none; }
a:hover {color: red; text-decoration: underline; }