/*Define style for body*/


body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 8%;
	margin-right: 8%;
	width: 650px;
}

.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

#content img

{
padding: 0.5em;
}

ul.lookoflist
{
list-style: none;
line-height:50px;
padding-left: 150px;
}

ul.lookoflist li
{
background: url(../images/photos/goldstar.gif) no-repeat 0 50%;
padding-left: 50px;
}


/*Define style for links */

a:link {text-decoration: underline; color: #cc0000;}
a:visited {text-decoration: underline; color: #cc0000;}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #cc0000;}
a:active {text-decoration: underline; color: #cc0000;}





/*Define style for header(s)*/

h1
{
	color: #333399;
	font-size: 16px;
	font-weight: bold;
	padding-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
h2
{
font-family: Arial, Helvetica, sans-serif;
color:#CC0000;
font-size: 14px;
}

.bluebold
{
font-weight: bold;
color:#333399;
}

.goldbold
{
font-weight: bold;
color: #caaa56;
font-size: 16px;
}

#footer
{
font-weight: bold;
color: #cc0000;
font-size: 14px;
}

.copyright
{
font-size: 12px;
color: #999999;
}
