/* CSS Document */
body{
background-image:url(../images/body_bg.gif);
background-repeat:repeat-y;
background-position:-2.7em;

}

a:link, a:visited{
color:#FFE700;
text-decoration:none;
}
a:hover{
text-decoration:none;

color:#ffffff;

}
#nav{
border-top:3px solid #f4ed83;
padding:	-.2em;
font-family:sans-serif;
font-size:1.5em;
border-bottom:3px solid #ff0000;
z-index:0;
}

#nav li{
padding:.3em;
height:25px;
margin-right:1em;
display:inline;
}

#nav a:link, #nav a:visited{
color:#999;

}
 #nav a:hover{
background-image:url(../images/nav_bg.gif);
color:#000;
overflow:hidden;
 
 
 }

#content{
width:80%;
margin-left:10%;
margin-right:10%;

}

h1{
font-family:Verdana, Treebuchet MS, Arial, Impact;
font-size:3em;
color:#f5ed1e;
margin-bottom:-.2em;


}

h2{
font-family:Verdana, Treebuchet MS, Arial, Impact;
color:#f5ed1e;
font-size:258%;
margin-top:-15px;
margin-bottom:-.2em;


}


h3{
font-family:helvetica bold, arial bold, sans-serif;
color:#B5D980;
font-size:200%;

}

p{
font-family: trebuchet MS, verdana, arial,sans-serif;
font-size:1em;

color:#ccc;
}

.tommygun{


}

.review{
margin-left:1.2em;
border:2px inset #666;
background-color:#E8E805;
padding:.8em;
float:right;
font-size:small;
width:20em;
color:#610961;
line-height:1.9em;
}

.highlight{
color:#FC1192;
}

.header{
color:#000000;
}

.footer{
font-size:.7em;
padding:.7em;
color:#fff;
background-color:#ff0000;
width:40%;
filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;


}

.link{
font-size:.7em;
}

