.rc-left {
text-align:left;
}
.rc-right {
text-align:right;
}
html, body, #wrapper {
	height:		100%;
	margin: 	0;
	padding: 	0;
	text-align: center;
}
body {
	background-color:		black;
	background-image:		url(../images/bg.jpg);
	background-repeat: 		no-repeat;
	background-attachment:	fixed;
	background-position:	center;
	text-align:				center;
}
#wrapper {
	margin: 		0 auto;
	text-align: 	left;
	vertical-align: middle;
}
#content-columns {
	margin: 		0 auto;
	text-align: 	left;
	vertical-align: top;
}

#wrapper td {
	font-family:	Calibri, Tahoma, Verdana, Arial;
	font-weight:	bold;
	color:			white;
	font-size:		13px;
}
#content-block {
	border-collapse: 	collapse;
	width:				653px;
	background-color:	white;
}
#services a {
	color: 				white;
	text-decoration: 	none;
}
#services a:hover  p.underline{
	text-decoration:	underline;
}

#contact a {
	color: 				white;
	text-decoration: 	underline;
}
#contact a:hover {
	color: 				white;
	background-color:black;
}
#contact a.header:hover {
	color: 				white;
	background-color:	#23A220;
}

#footer {
text-align:center;
	color:			#c0c0c0;
	font-family:	Calibri, Tahoma, Verdana, Arial;
	font-size:		11px;
}
#footer a {
	font-weight:	bold;
	color:			white;
}

#logo {

text-align:center;

}

a {
	text-decoration: none;
	color: 		white;
}
h2 {
	font-size:	25px;
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size:	18px;
	margin: 	0;
	padding: 	0;
}
p.spacer {
	height:		10px;
	margin: 	0;
	padding: 	0;
}

img.spacer {
	height:		1px;
	margin: 	0;
	padding: 	0;
}
.nopad {
	margin: 	0;
	padding: 	0;
	}