 *{
margin: 0;
padding: 0;
}

html, body{
height: 100%;
background-color: #d4d4d4;
position: relative;
}

#containerbg{
margin: 0 auto;
width: 980px;
background: transparent url("images/bgborder2.png") repeat-y;
}


#container{
margin-left: 9px;
width: 961px;
height: 100%;
position: relative;
}

#header{
text-align: center;
background-color: white;
height: 120px;
}

object{
position: relative;
}

#picgallery{
background-color: #d4d4d4;
}

#picgallery img{
margin: 15px;
}


#login{
width: 175px;
display: inline-block;
background-color: #d8dbef;
top: 170px;
left: 700px;
position: absolute;
}

form{
margin-left: 10px;
font-size: 12px;
line-height: 125%;
font-family: helvetica;
}

#main{
background-color: white;
width: 960px;
margin-top: 0px;
}

h1{
color: #30358e;
font-family: arial;
font-style: italic;
font-size: 40px;
}

#content{
display: inline-block;
width: 400px;
margin: 10px 0px 0px 15px;
font-size: 18px;
text-align: justify;
font-family: georgia;
}

#content span{
color: #30358e;
font-size: 20px;
}

#quote{
font-size: 24px;
font-style: italic;
margin-top: 30px;
text-align: left;
}

#quote span{
color: black;
font-size: 14px;
font-style: normal;
}

#subcontent{
display: inline-block;
width: 460px;
background-color: #d8dbef;
font-family: helvetica;
margin: 0px 0px 0px 81px;
}

#subcontent span{
position: absolute;
color: #30358e;
font-size: 14px;
font-weight: bold;
margin-left: 28px;
}

h2{
color: #30358e;
font-size: 18px;
margin: 15px 0px 0px 15px;
font-weight: bold;
}

#subcontent ul{
margin-left: 28px;
}

#subcontent ul li{
font-size: 14px;
line-height: 175%;
}


#teasers{
margin-top: 60px;
font-family: helvetica;
font-size: 12px;
text-align: center;
background-color: #d4d4d4;
height: 200px;
}

h3{
color: #30358e;
font-family: arial;
font-style: italic;
margin: 3px 0px 3px 0px;
font-size: 14px;
}

#teasers a{
text-decoration: none;
color: #30358e;
}


#teasers img{
border: none;
}

#teasers p{
float: right;
margin: 2px;
}

#teaseleft{
margin: 10px 55px 10px 55px;
width: 210px;
float: right;
background-color: #d8dbef;
}

#teasecenter{
width: 210px;
margin: 10px 55px 10px 55px;
float: right;
background-color: #d8dbef;
}

#teaseright{
margin: 10px 55px 10px 55px;
width: 210px;
float: right;
background-color: #d8dbef;
}

#footer{
clear: both;
margin-top: 25px;
text-align: center;
}

#nav{
background-color: #30358e;
}

#nav li{
font-family: helvetica;
font-size: 12px;
display: inline-block;
margin: 7px 0px 7px 50px;
}

#nav li a{
color: white;
text-decoration: none;
}

#nav li a:link{
color: white;
}


#nav li a:visited{
color: white;
}


#nav li a:hover{
text-decoration: underline;
}


#nav li a:active{
color: #d4d4d4;
}


