/* CSS Document */

/* Body text and page background */
body{
	background-color:#cccccc;
	margin:0;
	padding:0;
}

#usmcHeader	{
	margin: 0 0 0 8em;
}


#wrapper	{
	position:absolute;
	left:1em;
	top:1em;
}


#mainContent {
	background-color:#C0C081;
	width:900px;
	margin: 7.5em 0em 0em 3em;
	padding-bottom:1em;
}

#banner {
	position:relative;
	height:128px; width:900px;
	background:#C0C081 url(images/ICE New Banner.jpg);
}


#photoLinks	{
	margin:2em 0 1em 6em;
}

#infoContent	{
	margin:1em 1em 1em 1em;
	padding:0 2em 0 2em;
	font-family:sans-serif, Arial, Veranda, Helvetica;
	font-size:1.2em;
	text-transform:uppercase;
}

#links	{
	margin:1em 1em 1em 2em;
	padding-left:7em;
	text-transform:uppercase;
	font-size:1.2em;
}

#Hot    {
        margin:1em 1em 0 1em;
	font-size: 1.1em;
	border: 1px dashed #999;
	padding: 0px 0px 0px 10px;
	display: block;
	background-color: #828240;
	text-transform:uppercase;
}

#footer	{
	margin:1em 0 1em 12em;
	padding-left:10em;
	font-family:Arial, Veranda, Helvetica, sans-serif;
	font-size:1.1em;
}


a:link	{
	font-family:Arial, Veranda, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:none;
	color:#FF0000;
}

a:hover	{
	color:#000000;
	text-decoration:none;
}
a:visited	{
	font-family:Arial, Veranda, Helvetica, sans-serif;
	font-size:.9em;
	color:#FF0000;
	text-decoration:none;
}

.updated	{
	font-size:.75em
}
