/* CSS definition file containing sitestyle stylesheets */

.main{
	font-family: Bitstream Vera Serif, Arial;
     font-size: 13px;
	background-image: url(./images/shadow.GIF);
     background-position: left;
     background-repeat: repeat-y;
     padding-left: 20px;
     padding-top: 10px;
}

a{
	color: #867968;
     text-decoration: none;
}

a:hover{
	color: #660A0B;
	text-decoration: underline;
}
 
.sideStripe{
	background-image: url(./images/sideStripe.PNG);
     background-position: right;
     background-repeat: repeat-y;
     background-color: /*#5E543B*/ #31280B;
} 

.title{
	background-image: url(./images/title.PNG);
     background-position: top left;
     background-repeat: no-repeat;
     width: 680px;
     height: 130px;
     margin: 0px 0px;
     padding: 0px;
     max-height: 130px;
}

#parchment{
	background-image: url(./images/parchment.JPG);
     background-position: left;
     background-repeat: repeat;
     font-size: 14px;
     font-weight: bold;
     width: 640px;
     padding: 7px;
     border: #666666 1px solid;
}

.button{
	font-family: Arial;
     font-weight: bold;
     font-size: 13px;
     color: #ffffff;
     background-color: #660A0B;
     border: #666666 1px solid;
     padding-top: 1px;
     padding-bottom: 1px;
     padding-left: 5px;
     padding-right: 5px;
}

/*************************
* Menu definitions
**************************/

#menu {
	background-color: #31280B;	
     color: #ffffff;
	font-family: Arial;
	margin-right: 7px;	
	/*padding: 10px 0px;*/
	font-size: 13px;
	font-weight: bold;
	/*line-height: .9em;*/
}

#menu a{
	border-right: #000000 3px solid;
	border-bottom: #000000 1px solid;
     color: #ffffff;
	display: block;
     background-color: #31280B;
	font-family: Arial;
	font-weight: bold;
     padding: 3px;
	text-decoration: none;
}

#menu a:hover,
#menu a:active{
	border-right: #660A0B 3px solid;
	background-color: #660A0B;
	color: #ffffff;
			
}

#menu br{
	display: none;
}

#menu hr{
	color: #666666;
	margin-left: 5%;
	height: 1px;
}

/*----------------------------------------------------------------------------*/
#error_msg{
	background-color: #660A0B;
     color: #ffffff;
     padding: 25px;
     border: #000000 1px solid;
}

#ok_msg{
	background-color: #ffffff;
     padding: 25px;
     border: #660A0B 1px solid;
}
/*----------------------------------------------------------------------------*/