/* http://www.toregill.com/css//includes/style.css */
<!--
body {
	background-color: #645353;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0;
	padding: 0;
	text-align: center;		/* Bizzare hack for IE5/Win ensures DIV is central */
}

table#layout {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

table#contact p {
	text-align: left;
	vertical-align: top;
}

#indexwrapper {
	width: 464px;		/* Set width of content div */
	height: 200px;		/* Set approx height of content div */
	position: relative;	/* Needed for Safari */
	margin: auto;		/* Takes care of horizontal alignment in standards compliant browsers */
	text-align: center;
	padding: 0;
	border: 0;
}

#pagewrapper {
	width: 637px;
	/*width: 670px;*/	/* Set width of content div */
	margin: 0 auto;		/* Right and left margin widths set to "auto" */
	padding: 0;
	border: 0;
}

p {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

#content {
	text-align: center;
}

.footer {
	font-size: 10px;
}

.red_text {
	color: #f00;
}

.blue_text {
	color: #0ff;
}

.bold_text {
	font-weight: bold;
}

.monotype {
	font-family:"Courier New", Courier, mono;
/*	font-size: 12px;*/
	color: #fff;
}

a:link	{
	text-decoration: underline;
	color: #0ff;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px #0c9;
	color: #09c;
}

.medium {
	font-size: 12px;
}

.large {
	font-size: 1.35em;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	background: #39c3da;
	color: #000;
}

a:active {
	text-decoration: none;
	background: #39c3da;
	color: #000;
}
-->

