body
{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
}
#header {
	width: 980px;
	height:129px;
}
#content {
	background-color:#fefdfd;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:525px;
}
#content p {
	text-align:center;
	padding-top:200px;
}
#content a {
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
font-size:1.3em;
}
#content a:hover {
text-decoration:underline;
}
/* Header sizes */
h1 {
	font-size:1.5em;
	color: #e264ff;
	font-weight:normal;
	padding-left:10px;
	padding-top:10px;
}
/* Main pages */
#content1 {
	background-color:#fefdfd;
	background-image:url(../images/bg_fade.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
	margin-top:0px;
	min-height:525px;
	clear:both;
}
#content1 p {
	font-size: 0.89em;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
}
#content1 td {
	font-size: 0.89em;
	line-height: 1.5em;
	padding-left: 8px;
}
#container .mattblacktabs a {
	color: #000000;
	font: 12px Arial;
}
#container .mattblacktabs a:hover {
	color: #e264ff;
}

/* Navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
	width: 100%;
	overflow: hidden;
	padding-top:10px;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
color:#000000;
text-decoration: none;
margin: 0;
padding: 7px 18px; /*padding inside each tab*/
border-right: 1px solid #d4d4d4; /*right divider between tabs*/
color: white;
background: #fefdfd; /*background of tabs (default state)*/
}


#container .mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #d4d4d4; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/* Footer */
#footer {
	height:24px;
	background-color:#fefdfd;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	color:#e264ff;
}
#footer p {
font-size:0.75em;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* Image align */

img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: 0px;
}
.imageleft {
	float:	left;
	padding:	0px 8px 5px 0px;
}
.imageright {
	float:	right;
	padding:	0px 5px;
}

