body {
	font: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #203C73;
	text-decoration: none;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-size: 62.5%;
}
a img {
	border: 0px;
}
p {
	clear: left;
	padding: 4px 0px;
	margin: 0px;
}
#Page {
	margin: 0px auto 0px auto;
	width: 760px;
	background: #FFFFFF;
	padding: 0px 7px;
}
#Page_Area {
	margin: 0px;
	background: #FFFFFF;
}
/*-------------------------------------------------------
	PAGE CONTENT
*/
p.error{
	color: #990000;
	font-weight: bold;
}
p.success{
	color: #006600;
	font-weight: bold;
}
#Page_Content {
	margin: 0px;
	padding: 16px 16px 16px 16px;
	border-bottom: #203C73 1px solid;
}
a {
	color: #732021;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #ae70d4;
	
}
a:active {
	color: black;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #CC0000;
	font: normal 24px/32px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h2 {
	font: normal bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #203C73;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/*-------------------------------------------------------
	MENU
*/
#Page_Menu {
	padding: 1px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border-top: #203C73 2px solid;
	border-bottom: #203C73 2px solid;
}
#Page_Menu ul {
	list-style: none;
	margin: 0px;
	height: 22px;
	font: normal 12px/21px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #203C73;
	text-transform: uppercase;
}
#Page_Menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#Page_Menu a {
	display: block;
	background-color: #203C73;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#Page_Menu a:hover {
	background-color: #CC0000;
}
#Menu_Home{
	background:   url("../images/menu/Menu_Home.gif") no-repeat center 1px;
}
#Menu_Home:hover{
	background:   url("../images/menu/over/Menu_Home.gif") no-repeat center 1px;
}
#Menu_News{
	background:   url("../images/menu/Menu_News.gif") no-repeat center 1px;
}
#Menu_News:hover{
	background:   url("../images/menu/over/Menu_News.gif") no-repeat center 1px;
}
#Menu_AboutTheBreed{
	background:   url("../images/menu/Menu_AboutTheBreed.gif") no-repeat center 1px;
}
#Menu_AboutTheBreed:hover{
	background-image:   url("../images/menu/over/Menu_AboutTheBreed.gif");
}
#Menu_MeetOurDogs{
	background:   url("../images/menu/Menu_MeetOurDogs.gif") no-repeat center 1px;
}
#Menu_MeetOurDogs:hover{
	background-image:   url("../images/menu/over/Menu_MeetOurDogs.gif");
}
#Menu_Puppies{
	background:   url("../images/menu/Menu_Puppies.gif") no-repeat center 1px;
}
#Menu_Puppies:hover{
	background-image:   url("../images/menu/over/Menu_Puppies.gif");
}
#Menu_ContactUs{
	background:   url("../images/menu/Menu_ContactUs.gif") no-repeat center 1px;
}
#Menu_ContactUs:hover{
	background-image:   url("../images/menu/over/Menu_ContactUs.gif");
}
/*-------------------------------------------------------
	LOGO
*/
#Logo {
	padding: 8px;
	color: #203C73;
	font-size: 3em;
	font-weight: bold;
}
#Logo a {
	color: #203C73;
}
/*-------------------------------------------------------
	COPYRIGHT
*/
#Copyright {
	color:#CCCCCC;
	padding: 2px 24px 2px 24px;
	height: 20px;
	float: right;
}
#Copyright ul {
	list-style: none;
	font-size: 1em;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
}
#Copyright li {
	float: left;
}
#Copyright img {
	vertical-align: bottom;
}
#Copyright a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #203C73;
	padding: 1px 10px;
}
#Copyright a:hover {
	border-bottom: 1px solid #732021;
}
#Cover {
	background: #FFFFFF
	padding: 90px 280px 8px 8px;
}
#Cover_Content {
	border: 1px solid #CAD3E5;
	background: #FFFFFF;
	padding: 8px 8px 0px 8px;
	height: 154px;
	overflow: auto;
}
/*-------------------------------------------------------
	DETAILS
*/
ul#Sectioned_List {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding: 0px;
}

#Sectioned_List li {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 220px;
	text-align:center;
}
#Sectioned_List li a {
	padding: 2px;
	text-decoration: none;
	color: #732021;
}
#Sectioned_List li a:hover {
	text-decoration: underline;
}
#Sectioned_List li img {
	border: 1px solid #732021;
	padding: 2px;
}
#News_List li {
	clear: left;
	padding-top: 4px;
}
#Admin_List p, #News_List p {
	clear: none;
}
#Admin_List img, #News_List img {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-right: 8px;
	width: 100px;
}
/*-------------------------------------------------------
	HEADING
*/
#Footer {
	color: #203C73;
	margin: 0px;
	padding: 8px 0px 4px 0px;
	clear: both;
	text-align: center;
}
#Footer a {
	color: #999999;
	text-decoration: none;
}
#Footer a:hover {
	color: #732021;
	text-decoration: underline;
}
.Hidden {
	visibility: hidden;
}
.image_float_right, .image_float_left {
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	width: 240px;
}
.image_float_right {
	margin: 10px 50px 0 10px;
	float: right;
	clear: right;
}
.image_float_left {
	margin: 10px 10px 0 50px;
	float: left;
	clear: left;
}.caption{
	font-size: 1em;
	color: #0066CC;
}
.News_Date {
	color:#999999;
}
.Clear_Floats {
	clear: both;
}