﻿
#body {
	margin: 0;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size: small;
	/*background: #fff;*/
	}
	
.bg {
	background-repeat:no-repeat; 
	position:absolute; width:1656px; height:1656px; 
}

#container {
		position:inherit;
		width: 1200px;
		max-width: 5000px;
		height:1000px;
		background-color: transparent; 
		border:10px;
		border-color:maroon;
		background: url('images/bg.jpg');
		display: block;
    	margin-left: auto;
   		margin-right: auto 
}




 #box {width: 290px; float:inherit; background-color:blue; margin: 5px 0px 5px 5px;
         border: 5px outset blue}
   #box h3 {text-align: center}
      
#bmenu {float: right; margin: 0px 0px 5px 5px;}
/* layout structure position:inherit; top: -408px; float: right;*/
#wrap {
	min-width: 500px;
	max-width: 1400px;
	/*background-color:black;*/
}

#content{
	float:left;
	width:50%;
	font-size: 95%;
	line-height: 1.5em;
	color:green;
	margin: 5;
	padding: 5;
}
/*
#sidebar{
	float:right;
	width: 30%;
	height:	800px;
	/*background-image:url('images/img07.gif'); background-repeat:repeat-y;*/
	background:lime;
	color:maroon;
	
	}
/*
/* header*/
#header{
	border:3px solid #87B825;
	/*background:#B4E637;*/
	background: url('images/logo.jpg'); width:150%; 
	/*background-color:black;*/
	
}

#header h1{
	margin:0;
	padding: 45px;
	font-family:Georgia, serif;
	font-size:150%;
	color:#374C0E;
	/*background-color:black;*/
	background:url('images/logo.jpg');
}

#footer {
	clear:both;
	background:white;
	border-bottom:2px solid #87B825;
}

#message{
	margin:0;
	padding: 10px;
	font-size: 90%;
	color: #cc9;
	text-align:center;
	background:#404530;
}


body#home #home a{
	color:#333;
	padding-bottom: 5px;
	border-color: #727377;
	background:#fff url('images/on_bg.gif') repeat-x top left;
}

/* gutters- space bwtween column text*/
#content .gutter {
	padding:25px;
}

#sidebar .gutter{
	padding:15px;
}

#firstp:first-letter {font-variant: small-caps}
#firstp:first-letter {float: left; font-size: 400%; line-height: 0.8; color: navy}

#textgutter {
	padding:25px;
}
