/* CSS Document */
body {
background-image:url(../images/pattern.JPG);
font-family: Georgia, "Times New Roman", Times, serif;
}
a{
color: #6699CC;
}

#holder {
margin: 50px auto 0px auto;
width: 800px;
text-align: left;
}

/*Getting to Business*/

#main {
background-color: white;
width: 800px;
padding: 20px;
border: 1px solid black;
}
.head {
text-align: right;
font-size: 200%;
}
.nav a{
color:#666666;
text-decoration: none;
margin: 10px 10px 30px 10px;
font-style: oblique;
font-size: 120%;

}
.text {
border-top: 1px solid #CCCCCC;
}
h1{
font-size: 150%;
}
img {
padding: 0px 10px 0px 10px;
}
#footer {
text-align: center;
font-size: 70%;
}

