
body{
background-color: #fff;
font-family: helvetica;
font-size: 11px;
color: black;
padding: 0;
margin: 0 auto;
text-align: center;
}
#container{
width: 800px;
text-align: left;
background-color: #fff;
margin: 0 auto;
position: relative;
}

#header{
background-image: url("../images/home/header.gif");
background-repeat: no-repeat;
width: 800px;
height: 98px;
padding: 0;
margin: 0;
}

#headerblog{
background-image: url("../images/home/header_blog.jpg");
background-repeat: no-repeat;
width: 800px;
height: 98px;
padding: 0;
margin: 0;
}

#navigation
{
width: 800px;
height: 30px;
background: #fff;
padding: 0;
margin: 0;
position: absolute;
top: 98px;
}
#main1
{
background-image: url("../images/home/main1_bg.gif");
background-repeat: no-repeat;
width: 800px;
height: 278px;
padding: 0;
margin: 0;
position: absolute;
top: 128px;
}
#blogmain1
{
background-image: url("../images/blog/main1_bg.jpg");
background-repeat: no-repeat;
width: 800px;
height: 278px;
padding: 0;
margin: 0;
position: absolute;
top: 128px;
}
#innermain1{
padding: 0;
margin: 10px 0 0 40px;
width: 285px;
float: left;
}

#innermain2{
width: 400px;
padding: 0;
margin:0;
float: right;
overflow: hidden //for ie 5
}

#main1 h2{
margin: 0;
padding: 10px 0 10px 0;
font-size: 14px;
}
#main2{
background-image: url("../images/home/main2_bgup.jpg");
background-repeat: no-repeat;
width: 800px;
height: 289px;
padding: 0;
margin: 0;
position: absolute;
top: 400px;
}

#inner1main2{
width: 310px;
height: 289px;
margin: 15px 0 0 30px;
padding: 0;
float: left;
display: inline;

}



#inner2main2{
width: 325px;
margin: 15px 70px 0 0;
padding: 0;
float: right;
display: inline;

}

#main3{
background-repeat: no-repeat;
background-position: top;
width: 800px;
height: 200px;
padding: 0;
margin: 0;
text-align: left;
background-color: White;
position: absolute;
top: 689px;
}

#main4{
background-repeat: no-repeat;
background-position: top;
width: 800px;
height: 180px;
padding: 0;
margin: 0;
text-align: left;
background-color: White;
position: absolute;
top: 875px;
}

#footer{
	background-color: White;
	width: 800px;
	height: 250px;
	position: absolute;
	top: 1050px;
}

a.footer{
	text-decoration: none;
   color: black;
}
a.footer:hover{
	text-decoration: underline;
}

p{
margin: 0;
padding: 5;
}

p.main {
	font-size:12px;
}

h1.style1{
font-size: 16px;
font-family: Garamond, Times New Roman, serif;
color: black;
padding: 0;
margin: 0 0 0 0px;
}

h1.style2{
font-size: 16px;
font-family: Garamond, Times New Roman, serif;
color: black;
padding: 0;
margin: 0 0 0 5px;
}



table#form{
padding: 0;
margin: 0;
font-size: 10px;
font-family: arial;
color: black;
width: 350px;
}

table#form td{
padding: 0;
margin: 0;
}

form#contact{
padding: 0;
margin: 0;
width: 375px;
}
form#contact button{

border:inset 1px #000;
background:#990000;
color:#000;
font-weight:bold;
padding: 1px 2px;
font-family: arial;
}

.flashmovie {
	z-index:1;
}
