﻿a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background: url(images/bg.png) repeat-x fixed;
}

#main {
	margin-left: auto;
	margin-right: auto;
	font: .9em "Trebuchet MS", Arial, sans-serif;
	margin-top: 10px;
}
#outer {
	margin-left: auto;
	margin-right: auto;
}
#top {
	background: url(images/top750.png) no-repeat;
	height: 12px;
}

#flare {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1000;
}

#left {
	/*background: url(images/left400.png) repeat-y;*/
	background-color: white;
}
#right {
	background: url(images/right400.png) repeat-y;
}
#bottom {
	background: url(images/bottom750.png) no-repeat;
	height: 22px;
}

#title a img {
	border: 0;
}

.content {
	background-color: white;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	padding: 5px;
}
#copyright {
	color: #999;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	text-align:center;
}
.gray {
	color: #999;
	padding-left: 20px;
}
.orange {
	color: #f90;
	font-weight: bold;
	padding-bottom:0;
}
.orange a {
	color: #f90;
}
.blue {
	color: #09f;
}
.warning {
	color: red;
	font-size: .8em;
}
