@charset "utf-8";
/* CSS Document */

/**Zero out browser default settings on everything**/
* {margin:0; padding:0; font-size:100%; line-height:100%;}
 
/** Forces a scrollbar to appear on short pages in Mozilla **/
html {height: 102%; margin-bottom: 2px}
 
body {
	margin: 20px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:normal;
	font-variant: normal;
	text-align: justify;
	background-color: #342A25;
	/*
	background-image:url(images/bg.gif)	
	*/
}

/**LAYOUT**/
#wrapper {
	background:#DEC39A;;
	width:780px;
	margin:0 auto; /**centers on screen**/
	text-align:justify;
	overflow:hidden; /**helps IE**/
}
 
#header {
	background: #342A25;
	padding-bottom: 15px;
}
 
#rightColumn{
float:right;
width:200px;/*adjust width in px or %. Also adjust #content width.*/
padding: 15px;
background:#D7B582;
}
 
/**MAIN CONTENT GOES HERE**/
#content {
padding: 10px;
height:1%; /**IE peekaboo fix**/
width: 530px;
line-height:1.2;
}
 
#footer {
background: #342A25;
color: #DEC39A;
margin:0;
padding:10px;
}
#footer a {
	color: #DEC39A;
}

 
/**GENERAL TEXT STYLES**/
h1,h2,h3,h4,p {
line-height:1.2;
margin: 10px 5px;
}
 
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #280F00;
	font-size: 14px;
	font-weight: bold;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #280F00;
	font-size: 14px;
	font-weight: bold;
}
 
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #280F00;
	font-size:small;
	font-weight: bold;
}
h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #3E1700;
	font-size:11px;
	font-weight: bold;

}

/*h2,h3,h4 {font-size: 1.25em}
 
 
p {font-size: 0.95em;}
 */

a {
	color: #6F4503;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}


/**linked images**/
a img{border:none;}
img a:hover {border:none}
 
/**non-linked images**/
img{
	/* [disabled]border: 2px dotted white; */
	/* [disabled]padding: 10px; */
}
 
/**Re-usable Classes**/
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}
 
/**Floats and Clearing**/
.floatRight {float:right; width:30%}
.floatLeft {float:left; width:30%}
.clearing {clear:both; height:1px; visibility:hidden;}
#wrapper #rightColumn p img {
	border: medium solid #FFF;
}

