/* CSS Document */
html, body, ul, ol, li, p, h1, h2, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color: #000000;
	background-color: #000000;	
}
h1 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6353;
}
h2 {
	font-size: 105%;
	color: #4B5053;
}

p {
	color: #666666;
	font-size: 90%;
	text-align: justify;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
a {
	font-size: 95%;
	color: #1B1D18;
}

th {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
td {
	font-size: 14px;
	color: #666666;
}


#menu_div a {
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	color: #333333;
	text-decoration: none;
}





#wrapper_div {
	background-image: url(images/dalesbred_comp2.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	padding-top: 213px;
}

#content_div {
	margin-left: 213px;
	background-color: #FFFFFF;
}

#top_div {
	margin-left: 20px;
}

#menu_div {
	margin-top: 2px;
	margin-right: 2px;
	padding-bottom: 25px;
}
#content_editable {
	background-color: #FFFFFF;
}


#footer_div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 60%;
	color: #CCCCCC;
	width: 898px;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #666666;
}


.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333333;
	margin-right: 2px;
}
.img100leftmarg {
	margin-left: 100px;
}

