body {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
.red {
	color: #C00;
}
#tenpad {
	font-size: 90%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	text-align: left;
}
h1 {
	line-height: 1.5em;
}
h2 {
	line-height: 1.5em;
}
h3 {
	line-height: 1.5em;
}
#flash {
	background-attachment: scroll;
	background-image: url(gfx/arrows.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
table {
	font-size: 100%;
}
input {
	margin: 0px;
	border: 1px solid #333;
	background-color: #eeeeee;
	color: #333;
	width: 200px;
}
#container {
	background-color: #333;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	border: 1px none #C00;
}
.center {
	text-align: center;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
li {
	padding: 5px;
}
a:link {
	color: #900;
}
a:visited {
	color: #900;
}
.colourbomb {
	font-size: 75%;
}
#navigation {
	color: #666;
	padding: 2px;
}
#freequote {
	padding: 0px;
	width: 400px;
	background-color: #CCC;
	background-image: url(gfx/botcap.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #666;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#footer {
	background-color: #900;
	color: #600;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#colourbomb {
	margin: 0px;
	padding: 5px;
	font-size: 75%;
}
#address {
	padding: 5px;
	color: #FFC;
	font-size: 90%;
	font-weight: bold;
}
.orange {
	color: #C00;
	font-weight: bold;
	font-size: 200%;
}
a.white:link {
	color: #FC6;
	text-decoration: none;
}
a.white:visited {
	color: #fc6;
	text-decoration: none;
}
a.white:hover {
	color: #FF9;
}
p {
	line-height: 2em;
}
#faq {
	background-color: #FFF;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
textarea {
	margin: 0px;
	border: 1px solid #333;
	background-color: #eeeeee;
	color: #333;
	width: 200px;
}
.noline {
	text-decoration: none;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

