@charset "UTF-8";
/* CSS Document */
body{
color:#acac2c;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-size:14px;
}
.navigation li{
list-style-type:none;
display:inline;
}
.navLarge li{
list-style-type:none;
display:inline;
font-size:30px;
padding:0px;
}
.content{
width:90%;
}
.indentContent{
padding-left:50px;
}
a{
color:#acac2c;
text-decoration:none;
}
a:hover{
color:#acac2c;
text-decoration:underline;
}
a:visited{
color:#acac2c;
text-decoration:none;
}
h2, h3{
font-style:normal;
padding-bottomLeft:2px;
margin-bottomLeft:2px;
margin-top:2px;
}
.logo{
margin-top:100px;
}
.dotsright{
background-image:url(images/dot.jpg);
background-repeat:repeat-x;
background-position:right;
height:9px;
margin-right:300px;
margin-left:-260px;
margin-top:50px;
}
.dots{
background-image:url(images/dot.jpg);
background-repeat:repeat-x;
background-position:left;
height:9px;
margin-top:-32px;
margin-left:155px;
}
/*Layout CSS*/
#topLeft{
top:0px;
float:left;
width:323px;
background-image:url(images/topflower.jpg);
background-repeat:no-repeat;
height:1024px;
position:fixed;
}
#bottomLeft{
background-image:url(images/left.jpg);
background-repeat:no-repeat;
width:317px;
height:428px;
left:0px;
bottom:0px;
position:fixed;
}
#centerContent{
top:0px;
left:250px;
margin-right:250px;
position:relative;
}
#topRight{
top:0px;
right:0px;
width:174px;
background-image:url(images/right.jpg);
background-repeat:no-repeat;
height:621px;
position:fixed;
}
#rightBottom{
position:relative;
float:right;
padding-top:30px;
}
.rightTop{
position:relative;
float:right;
top:0px;
padding-right:5px;
}
