/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #333;
	background-image: url(images/mainbackground.png);
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-image: url(images/background.png);
	background-color: #666;
	background-repeat: repeat-x;
	border: 1px solid #FFF;

}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 190px;
	margin: 0px;
	background-repeat: no-repeat;
}
#leftcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 200px;
	float: left;
	text-align: center;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 678px;
	display: inline;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFF;
}
#footer {
	width: 900px;
	clear: both;
	color: #CCC;
	border: 1px solid #ccc;
	background: #000;
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.HeaderBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	font-style: normal;
	line-height: 60px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 13px;
}
.HeaderRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #FFF;
}
.ContentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
}
.MainContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	width: 600px;
}
.MainContentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}
.MainContentSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
img.figure {
	float:right;
	border: 1px solid #CCC;
	margin: 7px 0px 30px 20px;
	text-align: center;
}
.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(clickbutton.png) no-repeat top left;
	outline:none;
	text-align: center;
}
.button a:hover {
	background-position:0 -50px;
	text-align: center;
}

