@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFCC00;
}

a:hover {
	color: #FF9900;
}

a:visited {
	color: #FFCC00;
}

body {
	background-image:url(images/BIGlandscape4weboptimized1.jpg);
	background-attachment: fixed;
	background-color:#313131;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	line-height: 1.0;
	font-family:Arial,Verdana,Times New Roman;
	color:#999999;
	font-size:13px;
}
	
#container{
	width: 820px;
	margin:0px auto;
	text-align:left;
}

#header{
	width: 100%;
	height:210px;
	background-image:url(images/careloveaffection.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
}

#navigation{
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	margin-top:25px;
	width:100%;
	height:81px;
}

#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li{
	float: left;
	margin: 0 0.15em;
	margin-top:20px;
}

#nav li a{
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	font-size:16px;
	font-weight:bold;
	letter-spacing:3px;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav li a{
	float: none
}
/* End hide */

#content{
	float:left;
	width:610px;
}
#content p{
	padding-left:21px;
	padding-right:11px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:justify;
	
}

#content-right{
	float:left;
	width:200px;
	text-align:center;
	line-height:20px;
}

#content-right ul
{
font-weight:bold;
list-style-type: none;
text-align:left;
}

#content-right ul li a
{
text-align: left;
text-decoration: none;
color: #999;
font-size:small;
margin-left:-30px;
}

#content-right ul li a:hover
{
color: black;
}

#content-right ul li a#current
{
color: #666;
}

#footer{
	background-image:url(images/bottomcont.png);
	height:50px;
	margin-top:0px;

}
#footer p{
	margin-top:0px;
	text-align:center;
	color:#660000;
	font-weight:bold;
	letter-spacing:1px;
	line-height:110px;
}

H1 {
font-size:24px;
           color:#999999;
           margin-bottom:-10px;
		   margin-left:10px;
      }
H2 {
font-size:16px;
           color:#333333;
		   margin-top:11px;
           margin-bottom:10px;
		   margin-left:20px;
      }
	  
H3 {
font-size:18px;
           color:#999999;
		   margin-top:11px;
           margin-bottom:10px;
      }
	  
H4 {
font-size:18px;
           color:#999999;
		   margin-left:-5px;
      }
	  
table#hogs {
    background-color:#1d0505;
    border: solid #352222 1px;
    width: 500px;
	margin-left:21px;
}

.photo{
	width:150px;
	height:150px;
	background-repeat:no-repeat;
}

table#hogs td {
    padding: 5px;
}

img {
	border:none;
}

p img {
	border:#352222 2px;
	padding:2px;
	margin:5px;
}

.clear {
	clear:both;
}

#topofpage {
	position:fixed;
	left:5px;
	top:235px;
}