@charset "utf-8";
/* CSS Document */

/* ------- The Reset ------- */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

fieldset{
	border:0;
}


a{
	color: red;
}

img.center {
	margin-top:-2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -3em;
	/*display: block;*/
}

body
{
	font-size: 20px;
	background-color: black;
	color: white;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}

p
{
	display: block;
}

h2
{
	margin-top: 0.25em;
	font-family: "Times New Roman", Times, serif;
	margin-left: 2em;
	margin-right: 2em;
}

h3{
	font-size: 24px;
	font-weight: 900;
	margin-bottom:0.25em;
	font-family: "Time New Roman", Times, serif;
}

.maincontact
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color:red;
}

p.spread
{
	margin-top: 0.25em;
	font-size:16px;
}

.phonenumber
{
	margin-top: 0.25em;
	color: red;
}

/* Borrowed from: view-source:http://matthewjamestaylor.com/blog/equal-height-columns-2-column.htm */
/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:black; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	background:black; /* column 1 background colour */
}
#col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:46%;
	position:relative;
	left:56%;
	overflow:hidden;
}

