/*Master Styles*/
body {
color:#ffffff;
background:#000000 url(images/background.jpg) center center fixed;
text-align:center;
}

p {
text-indent:20px;
text-align:left;
}

p:first-letter {
font-size:x-large;
color:#ffffcc;
}

dl {
text-align:left;
}


/*link styles*/
a:link  {
color:yellow;
text-decoration:none;
}
a:visited {
color:white;
text-decoration:none;
}
a:hover {
color:white;
text-decoration:none;
}
a:active {
text-decoration:none;
}

a.email {
color:white;
text-decoration:underline;
}

/*Content Positions*/
#header {
position:relative;
text-align:center;
top:0px;
}

#nav {
position:relative;
float:right;
width:150px;
background:#000000;
border-left:#666666 solid 1px;
border-bottom:#666666 solid 1px;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
text-align:left;
}

#content {
position:relative;
width:720px;
margin-left:auto;
margin-right:auto;
opacity:.70;
filter: alpha(opacity=70);
background:#000000;
border:#333333 solid 1px;
padding:5px;
}

#footer {
position:relative;
margin-top:20px;
text-align:center;
font-size:small;
}

/*Styles*/
.small {
font-size:small;
color:red;
}