/* CSS Document */

@charset "iso-8859-1";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset  {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
html {scrollbar-base-color: #F1E1C0}

#wrapper{
width: 758px;
height:400px;
margin: 0px auto;
background-image: url(images/Static_bkg.jpg);
margin-top:100px;
}
#wrapper2{
width: 758px;
height:400px;
margin: 0px auto;
margin-top:200px;
}

#left{
width: 50%;
float:left;
height:400px;
}

#right{
width:50%;
float: left;
height: 400px;
}

#logo{
width: 373px;
height:117px;
margin-top: 20px;
background-image:url(images/logo.gif);
margin-left:3px;
}

#txt_heading1{
width:290px;
margin-top: 10px;
margin-left: 52px;
}

#menu{
width:250px;
margin-top:90px;
margin-left: 70px;
}

#home_block_1{
width: 370px;
height:205px;
margin-top: 20px;
margin-left:5px;
}

#home_block_2{
width: 350px;
height:140px;
margin-left:5px;
background-image:url(images/home_about.png);
margin-top:5px;
float:left;
}

#home_about_txt{
width:300px;
height:auto;
margin-left: 35px;
margin-top: 60px;
}

#left_heading_1{
width:auto;
height:auto;
margin-left:5px;
}

#about{
width:350px;
margin-left:10px;
margin-top:18px;
overflow:auto;
height: 340px;
}

#biobox{
width: 140px;
margin-left: 20px;
margin-top: 25px;
height:auto;
float: left;
}

h5{
font:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color: FFFFFF;
}

h1{
padding:2px;
}

hr{
margin:0;
padding:0;
width: 98%;
}

p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

a:link {
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	border:0;
	}
	
	a:visited {
	font-weight: bold;
	text-decoration:none;
	color:#52462f;
	border:0;
	}