/*

FLASHTRACK GEMS DEFAULT CSS

*/

.centered {
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #7a1a00 url(../images/body_bg.gif) repeat top left;
	font-family: verdana, "times new roman", times, arial;
	font-size: small;
	color: #333333;
}

img { border: 0}

a, a:visited {
	color: #135293;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "copprplgoth bdcn bt", georgia, verdana, "times new roman", times, arial;
	color: #7a1a00;
	margin: 0 0 20px 0;
	border-bottom: 1px #7a1a00 dotted;
}

a.newpics {
	font-family: "copprplgoth bdcn bt", georgia, verdana, "times new roman", times, arial;
	color: #7a1a00;
}

#page {
	width: 795px;
	position: relative;
	left: 50%;
	margin-left: -398px;
	background: #debaa4;
}

#header {
	height: 165px;
}

#content {
	width: 555px;
	float: right;
	padding: 20px;
	background: #f9e9a9;
}

#content img {
	margin: 20px 0 20px 50px;
}

#sidebar {
	width: 200px;
	float: left;
	font-family: "copprplgoth bdcn bt", georgia, verdana, times, arial;
	font-size: 135%;
	color: #7a1a00;
}

#mainnav {
	margin-top: 60px;
	padding: 0 10px;
	list-style: none;
}

#mainnav li {
	border-bottom: 1px #7a1a00 dotted;
}

#mainnav a {
	display: block;
	padding: 5px 10px;
	color: #7a1a00;
	text-decoration: none;
}

#mainnav a:hover {
	color: #f9e9a9;
	background: #7a1a00;
}

#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	color: #7a1a00;
	font-size: 75%;
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #7a1a00;
}

#footer a:hover {
	color: #f9e9a9;
}










