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

body 
{
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/bg3.jpg);
background-repeat:repeat-x;

background-color:#c1c2ad;
font-size: 12px;
}

a:link { 
color:#660000;
}

a:visited {
color:#660000;
}

a:hover {
color:#660000;
}

a:active { 
color:#660000;
	}

#cont1
{width: 900px;
min-height:600px;
margin-left:200px;
background-color:#FFFFFF;
}

#header1
{
width:900px;
height:70px;
background-image:url(images/header1.jpg);
padding-top:40px;
}


#nav1
{
margin-top:0px;
height:20px;
text-align:center;
}

#nav2
{
margin-top:0;
height:20px;
text-align:center;
}

#flash
{
margin-top:0;
width:900px;
height: 400px;
background-color:#CCFF99;
}

#home
{
margin-top:0;
width:900px;
height: 300px;
background-image:url(images/bg_button.jpg);
}

#images
{
margin-top:0;
width:900px;
height: 600px;
text-align:center;
}

#images2
{
margin-top:0;
width:900px;
height: 600px;
text-align:center;
}


#left1
{
float: left;
width: 180px;
min-height: 300px;
margin:10px; 
padding:0;

}

#left2
{
float: left;
width: 180px;
min-height: 50px;
margin:10px; 
padding:0;

}



#center1
{
float: left;
width: 470px;
min-height: 300px;
margin: 0;
padding:10px;
white-space: normal;
border-left-color:#CCCC99;
border-left-style:dotted;
border-right-color:#CCCC99;
border-right-style:dotted;

}

#center2
{
float: left;
width: 650px;
min-height: 50px;
margin: 0;
padding:10px;
white-space: normal;
border-left-color:#CCCC99;
border-left-style:dotted;


}

#right1
{
float: left;
width: 180px;
min-height: 300px;
margin: 10px;
padding:0;
}

#right2
{
float: left;
width: 180px;
min-height: 50px;
margin: 10px;
padding:0;
}

.clearing {clear:both}

#footer1
{
width: 900px;
height: 30px;
margin-right: 70px;
margin-left: 0;
font-size: 9px;
text-align: center;
padding-top:20px;
background-image:url(images/footer1.jpg);
}



