/* This is the css style for the army theme */
@import url("militarystyle.css");

/*---------------------------------------------------------------------------------------------*/
/* this is the main photo for the theme */
#header{
	background-color:#000033;
	background-image: url(../army/specialists/music/images/musicheader.jpg);
	border-color: #000000;
}

/*-----------------------------------------------------------------------------------------*/
/* this is for the secondary navigation  */

#secnav{
	background-color:#CC0000;
	color:#000000;
	border-bottom:1px #000000 solid;
}

#secnav a{
	color:#FFCC00;
}

#secnav a:hover{
	color:#000000;
}

/*----------------------------------------------------------------------------------- */
/* this is the actual page information */


/*this is for the list of third level links */
#trenav{
	background-color: #CCCCCC;	
}

#trenav a{
	color: #000033;
}

#rightnav a{
	color: #CC0000;
}
#main a{
	color: #FF0000;
}

/* this is the footer area */

#footer{
	border-top:#333300;
}

#footer a{
	color:#666666;
}
#footer hr{
	border-color:#CC0000;
}