@charset "UTF-8";
/* CSS Document */
html,body {
	height:100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	background: #000 /*color background - only works in IE */

}

table {
	height: 100%;
	width: 100%;
	text-align: center;
}

div#wrapper {
	margin: 0;
	width: 955px;
	vertical-align:middle;
	/*height: 600px;*/
	margin: 0% auto;
}

/*CONTENT GROUP*/
div#content {
	float: left;
	width: 440px;
	margin-right: 40px;
	padding-right: 20px;
	border-right:#FFF dotted thin;
}

.clearboth {
	clear: both;
}

.weeny {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/*TEXT STYLING*/
h1, .h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 22px;
	color: #fff;
}

h2, .h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #FF0204;
}

 a:link{
	color:#FFFFFF;
 }
 a:visited{
	color:#FFFFFF;
 }
 a:hover{
	color:#999999;
 }

/* @end */

p {
	font: 12px Arial, Helvetica, Sans-serif;
	color: #fff;
	line-height: 160%;
	height: 100%;
	margin-bottom: -5px;
}

