body {
	margin: 0;
	padding: 0;
	font:75% 'Tahoma',Verdana, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(darkStripes.gif);
	background-repeat: repeat;
}

p{
color:#ffffff;
}

h1 {
margin: 0;
padding: 0px;
font-size: 120%;
color: #9D0B0C;
}

#oneColLayout h1{
margin: 0;
padding: 0px;
text-align:center;
font-size: 110%;
color: #000000;
}

#wrapper{
width:785px;
margin: 0 auto;
padding: 10px 10px 10px 10px;
/*background-color:#ffffff;*/
display:block;
}

#header {
width: 785px;
height: 110px;
background:url(header.jpg);
}

#footer {
width: 785px;
height: 36px;
background:url(footer.jpg);
}

#content{
width:785px;
/*background: url(htmlBackground.gif);*/
}



#primaryContent {
float:right;
width:300px;
padding: 20px 10px 10px 10px;

}

#secondaryContent{
float:left;
width:420px;
padding: 20px 10px 0px 20px;
}

#acrossColumns{
	clear:both;
	width:780px;
	padding: 10px 0px 8px;
}

#buttons{
width:130px;
float:right;
padding: 0px 0px 0px 25px;
}

/* table properties */

td {

}

th {
		
}
tr{

}

#table {
	float: none;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	width: auto;
	height: auto;
	padding:20px 0px 0px 70px;

}
.tableText {

	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding: 2px 2px 2px 2px;
}
.titleText {
	font-size: 12px;
	color: #ffffff;
	background-color:#9D0B0C;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
#photo {
	float: right;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}

/* default links */

a:link {
	background-color: transparent;
	text-decoration: underline;
	color:  #B1FC4F;

}
a:hover {
background-color: transparent;
text-decoration: underline;
color: #534d4b;
}
a:visited {
background-color: transparent;
text-decoration: underline;
color: #534d4b
}

#table a:link {
color: #000000;

}

/* images */



.shadow{
background: url(rightShadow.jpg) repeat-y;
clear:right;
float: right;
position: relative;
}

.img-wrapper img{
/*background-color:#1e1e1e;*/
border:1px solid #626262;
padding: 1px;
display: block;
margin: 30px 5px 5px -5px;
position: relative;
}

.logo{
	margin: 20px 0px 20px 25px;
	border:0px solid #ffffff;
	display: block;
	float:right;
}

