/*
Theme Name: Anomaly
Theme URI: http://www.systemanomaly.com/
Description: System Anomaly's Theme.
Version: 1.0
Author: John Bradley
Tags: custom
*/

body {
	font-family: Helvetica, sans-serif;
	color: #000;
	background-color: #cccccc;
	margin: 0;
	padding: 0;
	}
div.main {
	background-image: url(images/bgbig.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	width: 960px;
	}
div.header {
	width: 900px;
	height: 188px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.jpg);
	background-position: center;
	padding: 0;
	border: 0;
	}
img.headimg {
	border-style: none;
	}
img.footimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
div.headimgblock {
	width: 820px;
	padding-top: 25px;
  	margin-left: auto;
  	margin-right: auto;
	}
span.headlinks {
	font-size: 15pt;
	font-weight: bold;
	text-decoration: none;
	}
div.body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	overflow: auto;
	}
div.left {
	width: 620px;
	padding: 10px;
	border: 0;
	float: left;
	}
div.right {
	width: 220px;
	margin-left: 655px;
	padding: 10px;
	border: 0;
	overflow: visible;
	}
div.content{
	padding: 0;
	border: 0;
	font-size: 10pt;
	}
div.footer {
	clear: both;
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border: 0
	}
div.footermeta {
	background-color: #000000;
	width: 900px;
	height: 64px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 0
	}
span.footerspan {
	color: #FFFFFF;
	font-size: 8pt;
	}
h1 {
	font-size: 15pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	}
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	}
p {
	font-size: 10pt;
	text-align: justify;
	}
p.center {
	font-size: 10pt;
	text-align: center;
	}
.small {
	font-size: 8pt;
	font-variant: small-caps;
	}
a:link {
	text-decoration: none;
	color: #069;
	}
a:visited {
	text-decoration: none;
	color: #069;
	}
a:active {
	text-decoration: none;
	color: #069;
	}
a:hover {
	text-decoration: underline;
	color: #069;
}
.align-right { 
	float:right;
	margin: 0 0 15px 15px;
}
.align-left { 
	float:left;
	margin: 0 15px 15px 0;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
