@charset "utf-8";
/* CSS Document */

body {
	margin : 0;
	padding : 0;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height : 100%;
}

a:link, a:visited, a:active {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#FF9900;
text-decoration:none;
}

#master {
width : 996px;
margin : 0 auto;
padding : 0;
background-color:#2d3f53;
z-index:2;
}

#topSpacer {
height:250px;
width:100%;
}

#header {
width:996px;
background:none;
background-image:url(images/header.gif);
background-position:top;
background-repeat:no-repeat;
z-index:5;
}

#content {
width:996px;
background-image:url(images/backgroundgrassy.jpg);
background-position:bottom;
background-repeat:no-repeat;
color:#CCCCCC;
font-size:12px;
}

#maintext {
margin-left:30px;
width:600px;
z-index:2;
}

#footer {
width:996px;
height:75px;
background-color:#000000;
}

#footer ul, li {
display:inline;
margin-right:23px;
}

#footer a:link, a:visited, a:hover, a:active, img {
border:0px;
text-decoration:none;
}

#navbar {
margin:10px;
float:right;
width:405px;
height:45px;
text-align:right;
font-size:1px;
}

#navbar ul, li {
display:inline;
}

#navbar a:link, a:visited, a:hover, a:active, img {
border:0px;
text-decoration:none;
}

h1 {
color:#FFFFFF;
font-weight:bold;
font-size:13px;
}

.IDname {
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}

.card {
background-color:#141320;
/*opacity:0.5;
filter:alpha(opacity=50);*/
width:430px;
height:220px;
}

.cardphoto {
float:left;
margin-top:10px;
margin-left:10px;
margin-right:10px;
}

.cardinfo {
float:left;
margin:10px;
color:#FFFFFF;
}

.videolink {
float:left;
text-align:right;
margin:10px;
}

/*.videolink a:link, a:visited, a:active{
color:#FFFF00;
text-decoration:none;
}

.videolink a:hover{
color:#FF0000;
text-decoration:underline;
}
*/