﻿/* ------------------------------------------------------------------------------------------------------------------------------------
      GENERAL
------------------------------------------------------------------------------------------------------------------------------------ */
body { margin: 0; background-image: url(../Images/PageBackground.jpg); font-family: "Trebuchet MS"; font-size: 12px; text-align: justify; }

h1 { font-size: 15px; font-weight: bold; color: #603913; text-transform: uppercase; 
	 text-align: left; margin: 15px 0px 15px 15px;}
	 
h2 { font-size: 13px; font-weight: bold; color: #603913; text-transform: uppercase; margin-top: 5px; margin-bottom: 0px; 
	margin-left: 5px; text-align: left;}
	
h2 a  {	color: #603913;	text-decoration: none; }
h2 a:hover  { color: #603913; text-decoration: underline; }

a { color: #9d0a0e; text-decoration: underline; }
a:hover { color: #ed1c24; text-decoration: none; }

p {margin: 5px 0px 10px 0px;}

hr {background-color:#ffdcb5; color: #ffdcb5; height:2px; text-align:center;width:100%;border:0;margin-top:12px; margin-bottom: 5px;}

input { border: 1px solid #ebc963; font-family: "Trebuchet MS"; font-size: 11px; padding: 2px 3px;}
textarea { overflow: auto;  font-family: "Trebuchet MS"; font-size: 11px; padding: 5px; border: 1px solid #ebc963;}

input.btn { border: 1px solid #ebc963; background-color: #9d0a0e; color: White;} 



/* ------------------------------------------------------------------------------------------------------------------------------------
      LAYOUT
------------------------------------------------------------------------------------------------------------------------------------ */
#wrapper { width: 819px; left: 50%; position: relative; margin-left: -411px; overflow: visible;}
#topleft { height: 433px; width: 265px; background-image: url(../Images/PaperHeaderLeft.gif); float: left;}
#topmiddle { height: 433px; width: 264px; background-image: url(../Images/PaperHeaderMiddle.gif); float: left;}
#topright { height: 433px; width: 290px; background-image: url(../Images/PaperHeaderRight.gif); float: right;}
#topright #textarea { width: 190px; height: 290px; position: relative; top: 115px; left: 20px;}

#content { background-image: url(../Images/PaperBackGround.gif); position: relative; float: left; width: 819px; overflow: visible;}
#content #inside {margin: 0px 48px 20px 47px; overflow: hidden;}
#content #leftphoto {width: 44px; height: 250px; position: absolute; top: 180px; left: 0px; background-image: url(../Images/PaperLeftPhoto.gif);}

#pageend { background-image: url(../Images/PaperFooter.gif); height: 14px; position: relative; float: left; width: 819px; 
	margin-bottom: 4px;}
#footer { color: #fbe490; text-align:center; margin: 10px 0px 10px 0px;}

/* ------------------------------------------------------------------------------------------------------------------------------------
      MENU
------------------------------------------------------------------------------------------------------------------------------------ */
div.Menu { line-height: 30px; position: relative; top: 80px; text-align: center;}
div.Menu a { font-size: 15px; color: #673c17; text-decoration: none; font-weight: bold; text-transform: uppercase;}
div.Menu a:hover { text-decoration: underline;}

.RSS {position: absolute; bottom: 2px; border: 0;}
.RSS img {border: 0;}
.RSS span {font-weight: bold; font-size: 13px; position: relative; top: -4px; margin-left: 5px;}
.RSS a {text-decoration: none;}