@charset "utf-8";
body {
	background-color:#71726C;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	font-family:"Comic Sans MS", cursive;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666634;
}
.oneColFixCtr #container {
	width: 1200px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:1500px;
	background-image:url(images/anbrusback.jpg);
}
.oneColFixCtr #container2 {
	width: 1200px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	height:1200px;
	background-image:url(images/anbrusback2.jpg);
}
.oneColFixCtr #kennelname{
	width:800px;
	height: 100px;
	margin: 5px 10px 5px 80px;
	padding:0px 0px 0px 10px;
	background-image:url(images/anbruskennelname5.png);
}
.oneColFixCtr #kennelname2{
	width:700px;
	height: 100px;
	margin: 0px 0px 0px 130px;
	padding:0px 10px;
	background-image:url(images/anbruskennelname.png);
}
	
.oneColFixCtr #mainContent {
	margin: 5px 15px 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:1350px;
	width:auto;
}
.oneColFixCtr #mainContent2 {
	margin: 0px 50px 5px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:1050px;
	width:auto;
}
#pictureside {
	width: 480px;
	height: auto;
	padding: 5px 5px 5px 10px;
	float:left;
	margin: 5px 10px;
	font-size: 14px;
}

#textside {
	width:410px;
	height:1320px;
	float:left;
	margin: 5px 10px;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
}
#dogsbig {
	width:820px;
	height:1015px;
	float:left;
	margin: 0px 20px 0px 20px;
	padding: 5px;
	}
#links {
	width: 180px;
	height: 1320px;
	padding: 5px;
	float:right;
	color: #010000;
	margin: 0px 5px;
}
#links2 {
	width: 190px;
	height: 1000px;
	padding: 20px 5px 5px 5px;
	float:right;
	color: #CCCC9A;
	margin: 0px 20px 0px 0px;
}
#reallinks {
	width:150px;
	height:500px;
	margin:200px 5px 5px 10px;
	padding:5px;
	color:#FFF;
	text-align: left;
}
#akcbanner{
	width: 450px;
	height: auto;
	margin: 5px 0px 5px 5px;
	padding: 10px;
}
#rescueinf{
	width: auto;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	font-size: 14px;
}


a:link {
	color: #804000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #804000;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #804000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sv-container{
	height: 880px;
	width: 800px;
	padding-top: 10px;
	margin-left: 10px;
}	
.oneColFixCtr #footer{
	width:auto;
	height: 20px;
	margin: 5px 20px;
	padding: 5px;
	font-size: 10px;
	color:#FC3;
	}
.oneColFixCtr #footer a{
	color:#9999CB;
}
#video {
	width:auto;
	height:auto;
	margin: 5px;
	padding:5px;}