﻿body {
background-color:#000000;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

#container {
	margin: 100px auto 0px auto;
	width: 1200px;
	background-color: #282222;
	border:thin #5d4b4b ridge;
}

#navigation {
background-image:url('images/navBackground.jpg');
background-repeat:repeat-y;
width: 1200px;
}

#leftcolumn {
float: left;
width: 600px;
background-color: #282222;
}

#rightcolumn {
float: left;
width: 600px;
background-color: #282222;
}

.clearme {
	clear: both;
}

#navigation a {
	font-family: Script, cursive;
	color: #FFFFFF;
	font-size: 25px;
	text-decoration: none;
	padding: 50px;
	font-weight: bold;
} 

#navigation a:hover {
	font-family: Script, cursive;
	color: #de979b;
	font-size: 25px;
	text-decoration: none;
	padding: 50px;
	font-weight: bold;
}

#navigation a:active {
	font-family: Script, cursive;
	color: #de979b;
	font-size: 25px;
	text-decoration: none;
	padding: 50px;
	font-weight:bold;
	font-weight: bold;
}

#footer {
padding: 10px;
text-align:center;
color: #5d4b4b;
font-size: 12px;
}

#flashcontent {	height: 100%;	}	/* end hide */

.contactPink {
	color: #de979b;
	font-size:30px;
	text-align: center;
	font-family: Script, cursive;
}
.contactWhite {
	padding-top: 150px;
	color: #FFFFFF;
	font-size:30px;
	text-align: center;
	font-family: Script, cursive;
}
