/* CSS Document */

body
{
background-color:#FFFFFF;

text-align: center;
}

#header
{
background-image:url('images/header.jpg');
background-repeat:repeat-x;
background-position: bottom; 
width: 100%;
height: 10px;
text-align: center;
}

#header2
{
width: 920px;
height: 10px;
}

#menu
{
width: 510px;
height: 35px;
position: relative;
top: 90px;
left: 210px;
}

#main
{
background-image:url('images/main.jpg');
background-repeat:repeat-y;
background-position: left;
width: 850px;

float:center;
}

#searchengine
{
width: 250px;
height: 40px;
position:relative;
float: right;
top:52px;
left:65px;
}

#flash
{
width: 740px;
height: 460px;
position: relative;
left: 20px;
top: 20px;
}

#leftpanelcontact
{
background:url('images/leftpanel.jpg');
float:left;
width:200px;

}

#contactinfo
{
width:175px;

}

#leftpanel
{
float:left;
width:150px;
}

#rightpanel
{
float:right;
width:650px;
}

#portrait
{
width:150px;
height:320px;
float:right;
position:relative;
top: 20px;
}

#text
{
width:390px;
height:300px;
float:left;
text-align:left;
position:relative;
}

#text2
{
width:600px;
height:200px;
float:left;
text-align:left;
position:relative;
}

#handbook1
{
width: 240px;
height: 690px;
position: relative;
float: left;
text-align:left;
}

#handbook2
{
width: 360px;
height: 690px;
position: relative;
float: right;
text-align:left;
}

h3
{
color: #FFFFFF;
font-size: 12px;
text-align: center;
text-decoration:none;
}

h4
{
color: #FFFFFF;
font-size: 12px;
text-align: left;
}

#footer
{
background-image:url('images/footer.jpg');
background-repeat:repeat-x;
background-position: top;
width: 100%;
height: 120px;
}

#footerlinks
{
width: 250px;
height: 50px;
float:right;
position:relative;
right:250px;
}

#address
{
width: 250px;                                                                                                                                                                                                                                                                                              px;
height: 100px;
float:left;
position:relative;
left:250px;

}

.class1 a:link,.class1 a:visited
{
color:#FFFFFF;
}

.class1 a:hover,.class1 a:active
{
color:#FFFFFF;
}

ul { list-style-type: none }
