@charset "utf-8";

/*
     Cocker Country Main Style Sheet
*/


*  {
padding: 0px; margin: 0px
}

body {
	background-color: rgb(252, 227, 171);
	background-image: url(graphics/dog_house_red.jpg);
	background-repeat: repeat;
	font-family: Comic Sans MS, Arial, sans-serif;
	color: rgb(252, 227, 171);	
}

.header {
	background-color: rgb(252, 227, 171);
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: rgb(216, 216, 216);
}

.sidebar1 {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	float: left;
	width: 20%;
}

.content {
	width: 40%;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 1.1em;
}

#firstp:first-letter  {
float: left;
font-size: 300%;
line-height: 0.8;
margin: 0px 5px 0px 0px;
font-family: Comic Sans MS, serif;
color: rgb(252, 227, 171);
}

.sidebar2 {
	float: right;
	width: 30%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.footer {
	background-color: rgb(216, 216, 216);
	font-family: Comic Sans MS, Arial, sans-serif;
	color: #FFFFA8;
	text-align: center;
	height: 100px;
	padding-bottom: 0px;
	padding-top: 20px;
	margin-top: 30px;
	margin-left: 0px;
	border-top: 5px;
	border-top-style: ridge;
	border-top-color: rgb(216, 216, 216);
	clear: both;
}

.fltrite  {
	text-align: right;
}

.copyright  {
	color: #000000;
	font-size: 70%;
}

a img { 
	border: none;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #990066;
	text-decoration: underline;
}
a:hover { 
	color: rgb(112, 0, 0);
	text-decoration: underline overline;
}

.content a:link  {
	color: #FFFFFF;
	text-decoration: underline;
}

.content a:visited  {
	color: rgb(180, 180, 180);
	text-decoration: underline;
}

.content a:hover  {
	color: rgb(216, 216, 216);
	text-decoration: none;
}
	
table  {
width: 500px;
font-size: 1em;
color: rgb(192, 80, 77);
border-collapse: collapse;
background-color: rgb(216, 216, 216);
border: 10px solid rgb(192, 80, 77)
}

th  {
width: 150px;
font-size: 0.9em;
text-align: center;
padding: 5px;
border: 2px solid rgb(192, 80, 77);
}

td  {
font-size: 0.8em;
text-align: center;
padding: 5px;
border: 1px solid rgb(192, 80, 77);
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
