@charset "utf-8";
/* CSS Document */

body
{
background-image:url(images/bkg.jpg);
}

h3
{
color:#33589d;
font-family:Georgia, "Times New Roman", Times, serif;
}
a
{
color:#ffffff;
}

#email
{
color:#0033FF;
}
#container
{
width:800px;
margin-right:auto;
margin-left:auto;
overflow:hidden;
font-family:arial;
color:#000000;
background-image:url(images/pattern.jpg);
background-repeat:repeat-y;
border:solid;
border-width:medium;
border-color:#000000;
}


#header
{
	width:800px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	overflow:hidden;
	border:solid;
	border-width:medium;
	border-color:#000000;
	border-bottom:none;
}

.logo{
float:left;
width:283px;
height:200px;
padding:auto;
text-align:center;
}

#menu{
	width:207px;
	height:200px;
	float:left;
	padding-left:10px;
	background-image:url(images/menuTop.png);
	background-repeat:no-repeat;
}
#menu2{
	padding:auto;
	width:740px;
	height:44px;
	background-image:url(images/bottomBar.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.button{
width:306px;
height:40px;
}

.textContainer{
float:left;
margin-left:10px;
margin-top:10px;
color:#000000;
}

.textContainer2{
float:left;
margin-top:10px;
margin-left:10px;
color:#000000;
}

.textContainer3{
float:left;
margin-top:10px;
margin-left:10px;
color:#000000;
}

#text1
{
	width:860px;
	padding-right:1em;
	margin-bottom:10px;
}

#text2
{
	background-image:url(images/middle.jpg);
	width:360px;
	padding:10px;
	text-align:left;
}
#text3
{
	width:760px;
	padding:10px;
	background-image:url(images/middle2.jpg);
	background-repeat:repeat-y;
}
#hr
{
	width:800px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	clear:left;
}
#slideshow
{
width:263px;
height:200px;
float:left;
border-left:solid;
border-width:medium;
border-color:#443616;
}

#footer
{
width:760px;
height:140px;
margin-left:auto;
margin-right:auto;
color:#ffffff;
text-align:left;
font-family:arial;

}

.heading{
width:360px;
padding-left:25px;
padding-top:10px;
height:28px;
background-image:url(images/top.png);
background-repeat:no-repeat;
font-size:24px;
color:#33589d;
font-family:Georgia, "Times New Roman", Times, serif;
}

.heading2{
width:840px;
padding-left:25px;
padding-top:10px;
height:28px;
background-image:url(images/top2.png);
background-repeat:no-repeat;
font-size:24px;
color:#33589d;
font-family:Georgia, "Times New Roman", Times, serif;
}

.bottom{
width:380px;
height:15px;
margin-bottom:10px;
background-image:url(images/bottom.png);
}


.bottom2{
width:780px;
height:15px;
margin-bottom:10px;
background-image:url(images/bottom2.png);
}
.copyright{
float:right;
}

.address{
float:left;
}
