

div, ul, li, h3, h1, img, h4, h2, p{
padding: 0;
margin: 0;
border: 0;
}

.floatleft{
float: left;
}

.floatright{
float:right;
}

.clearboth{
clear: both;
}
.hide{
display: none;
}

.bold {
font-weight: bold;
}

body{
margin: 0 auto;
padding: 0;
text-align: center;
background: #04213d url(images/bg.gif) top left repeat-x;
color: #fff;
}

#container{
margin: 40px auto 0 auto;
width: 1004px;
text-align: left;
border: 1px solid white;
font-family:  Helvetica, Arial, sans-serif;
}

#header{
width: 1004px;
height: 168px;
background: #002242 url(images/rottweilers-header.jpg) top left no-repeat;
border-bottom: 1px solid white;
}

#main{
width: 1004px;
background: #002242 url(images/main-bg.gif) top left repeat-y;
}

#navcontainer{
width:330px;
background: url(images/nav-bg.gif) top left repeat-x;
padding: 20px 0;
float:left;
margin-right: 1px;
}

#navcontainer ul
{
list-style-type: none;
text-align: right;
font-size: 18px;
line-height: 18px;
}

#navcontainer a
{
display: block;
padding: 6px 60px;
width: 210px;
background: url(images/nav-graphic.gif) right center no-repeat;
}

#navcontainer img{
margin-left: 20px;
}

#navcontainer a:link, #navlist a:visited
{
color: #96ccff;
text-decoration: none;
}

#navcontainer a:hover, #navcontainer a.active
{
padding: 5px 60px;
border-bottom: 1px solid #172029;
border-top: 1px solid #172029;
background: #1a232c url(images/nav-graphic-active.gif) right center no-repeat;
color: #fff;
}

#content{
float:left;
width: 633px;
padding: 20px;
background: url(images/content-bg.gif) top left repeat-x;
}

.box{
background: #16314c;
padding: 15px;
border-top: 4px solid #122b45;
margin-top: 15px;
}

.box img, img.border {
border: 4px solid #122b45;
}

img.border {
margin-left: 10px;
}
#content li{
list-style-position:outside;
color: #fff;
line-height: 16px;
font-size: 12px;
margin-left: 20px;
}

#extended{
width: 1004px; 
background: #265480 url(images/extended-bg.gif) top left repeat-x;
border-top: 1px solid white;
padding: 20px 0;
text-align:left;
}



.tidbit{
width: 290px;
border-right: 1px dotted #0c2032;
float: left;
padding: 0 20px;
}

.noborder{
border:none
}
/*FONT STYLES*/

h1{
font-family: Century Gothic, Verdana, Geneva, arial, sans-serif;
font-size: 36px;
color: #fff;
}

p{
color: #fff;
line-height: 16px;
font-size: 12px;
}

p a:link, p a:visited, #content a:link, #content a:visited{
color: #3399ff;
}

p a:hover, #content a:hover{
color: #55ccff;
}

/*footer*/
#footer{
padding:20px;
font-family:  Helvetica, Arial, sans-serif;
color: #6599cb;
font-size: 12px;
}

#footer a:link, #footer a:visited{
color: #0066CC;
}