body {
	margin: 25px 0 25px 0;
	padding: 0 0 0 0;
}

/*main navigation stuff here */

#mainnav {
	font-family: arial;
	font-size: 13px;
	color: #000;
}

#mainnav a:link, #mainnav a:visited {
	text-decoration: none;
	color: #000;
}

#mainnav a:hover {
	text-decoration: underline;
	color: #fff;
}



/*styles*/

p {
	font-family: arial;
	font-size: 12px;
	color: #333;
	line-height: 145%;
}

.time {
	color: #000;
}

.style1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.style2 {
	font-family: arial;
	font-size: 10px;
	color: #f20017;
}

.style3 {
	font-family: arial;
	font-size: 10px;
	color: #999;
}

.imgborder {
	border: 1px solid #bbbbbb;
	padding: 5px;
}

a:link {
	font-family: arial;
	font-size: 12px;
	color: #000;
}

a:visited {
	font-family: arial;
	font-size: 12px;
	color: #000;
}

a:hover {
	font-family: arial;
	font-size: 12px;
	color: #f20017;
}


div#footer {
	font-family: arial;
	color: #f20017;
	margin-top: 2px;
}

div#footer a:link, div#footer a:visited {
	color: #f20017;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

div#footer a:hover {
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
	



/*headers*/

h1 {
	font-family: arial;
	font-size: 16px;
	color: #000;
	font-weight: 100;
	background-color: #E1E1E1;
	padding: 3px 3px 3px 0;
	margin-top: 30px
}

h1.top {
	padding-top: 3px 3px 3px 0;
	margin: 0px;
}

h2 {
	font-family: georgia;
	font-size: 14px;
	color: #f20017;
	font-weight: 200;
}


h3 {
	font-family: georgia;
	font-size: 14px;
	color: #000;
	font-weight: 100;
}


/*photo stuff here*/

#photonav {
	font-family: arial, sans-serif;
	font-size: 12px;
}

#photonav a:link, #photonav a:visited {
	color: #333;
	text-decoration: underline;
}

#photonav a:hover {
	color: #000;
	text-decoration: underline;
}

#photonav ul {
	margin: 0 0 0 0;
	padding: 2px 0 20px 16px;
}

#photonav ul li {
	margin-top: 0;
	padding: 2px;
}

#photonav h2 {
	font-family: georgia;
	font-size: 14px;
	color: #f20017;
	font-weight: 200;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

/*press stuff here*/

#press {
	border-right: 1px solid #dedede;
	padding: 0 15px 0 10px;
}

#press h1 {
	font-family: georgia, serif;
	font-size: 18px;
	color: #f20017;
	font-weight: 600;
	background-color: #ededed;
	padding: 3px 3px 3px 0;
	margin-top: 30px
}

#press h1.top {
	margin: 0;
	padding: 0;
}

#press h2 {
	font-family: georgia, serif;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

#press p {
	margin-left: 10px;
}


