/* CSS Document */

html, body {
background-color: #033769;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
}
#container {
margin: 0 auto;
width: 762px;
}
#left {
width: 18px;
height: 906px;
background-image:url(images/left-bg.jpg);
float: left;
}
#center {
width: 721px;
float: left;
}
#right {
width: 23px;
height: 906px;
background-image:url(images/right-bg.jpg);
float: left;
}
#header {
width: 721px;
height: 78px;
}
#splash {
width: 721px;
height: 249px;
}
#navigation {
width: 721px;
height: 49px;
}
#content {
width: 701px;
height: 410px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
margin: 0;
background-image:url(images/alpacas-bg.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
}
a, a:link, a:visited {
color: #FFFFFF;
text-decoration: underline;
}
a:hover, a:active, a:focus {
color: #CCCCCC;
text-decoration: underline;
}
#left_box {
float:left;
width: 200px;
height: 250px;
margin-left: 10px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 16px;
line-height: 18px;
}
.left_title {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
line-height: 22px;
}
#right_box {
float:left;
width: 470px;
height: 360px;
overflow: auto;
margin-left: 20px;
margin-top:10px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 18px;
line-height: 18px;
}
#right_box h1 {
font-size: 26px;
font-weight: normal;
}
#footer {
width: 721px;
height: 119px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color:#333333;
text-align: center;
}
#footer a, #footer a:link, #footer a:visited {
color: #333333;
text-decoration: underline;
}