﻿body { 
margin:0;
padding:0;
height:100%;
background-image:  url("images/background_1.jpg") ;
background-repeat:repeat;

 
}

.Spacer
{
line-height:10px;
clear:both;
}

.maindiv
{

margin-left:auto;
margin-right:auto;
width:900px;
background-color:#382D2C;
line-height:20px;
height:100%;
}

.footer 
{
float:left;

width:900px;
height:40px;
background-image:  url("images/footer_background.png") ;
background-repeat:repeat-x;

} 


.logobar
{
float:left;
width:900px;
background-color:white;
height:96px;
background-image:  url("images/logobar3.gif") ;
background-repeat:repeat-x;
}

.logo
{
float:left;
width:291px;
height:96px;
background-image: url("images/logo2.gif");
margin-left:20px;

}

.content
{
float:left;
width:900px;
background-color:white;
height:100%;
background-image:  url("images/logobar3.gif") ;

}


.greenline
{
float:left;
width:900px;
background-color:#003300;
height:4px;

}

.barhorizontal
{
float:left;
width:900px;
background-image: url(images/bar_horizontal.jpg);
background-repeat:repeat-x;
height:5px;

}

.copyright
{
float:left;
color:white;
margin-left:20px;
margin-top:10px;
}

.leftside
{
float:left;
width:600px;
height:100%;
}

.rightside
{
float:left;
width:299px;
height:100%;
}

.centerside
{
width:900;
height:100%;
}

.container {
	float:right;
	height:96px;
	width:490px;

	background-image: url(images/navigation_background.png);
	}

#minitabs {
	margin: 70px  0 0 25px ;
	padding: 0 0 20px 0px;

	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 15px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #bbbbbb;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #ffffff;
	padding-bottom: 2px;
	color: #ffffff;
	}

.contenttext {
line-height:24px;
font-size: 18px;
margin-left:20px;
color:#663300;
height:100%;

}


.welcometitleimage{
color:white;
background-image: url(images/welcomebar.png);
background-repeat:no-repeat;
background-position:left;
height:40px;
width:600px;
}

.welcometitle
{
font-size:25px;
height:25px;
color:white;
padding-top:10px;
padding-left:10px;
}

.blogtitle
{
font-size:24px;
color:#660000;

}

.blogbody
{
margin-right:20px;
padding-left:10px;
width:700px;
border-top:1px solid #660000;
padding-top:10px;
border-bottom:1px solid #660000;
}


.photo
{
float:left;
border:1px solid #663300;
height:200px;
width:267px;
margin:25px;
margin-left:100px;
}

.photo img
{
border:none;
}

















