/* CSS Document */
body{
	background-image:url(../images/bg.jpg);
}

#page{
	margin:auto;
	width:700px;
	background-image:url(../images/grass_bg.jpg);
	background-repeat:repeat;
}

a{
	color:#000066;
}

h1{
	font: small serif;
	line-height: 20px;
	color: #000;
	font-size: 24px;
	font-weight:bold;
}

h2{
	line-height: 20px;
	color: #000;
	font-size: 14px;
	font-weight:bold;
}

h3{
	margin:0px;
	font: small serif;
	line-height: 20px;
	color:#000000;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
}

ul {
	margin:0px;
	padding-left:15px;
}

#menu
{
	/*position:relative;*/
	width:100%;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#CCCCCC;
	background-color:#6D3538;
}

#menu table{
	width:100%;
	height:100%;
	text-align:center;
	background-color:#6D3538;
}

#menu a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	font-variant:small-caps;
	text-decoration:none;
}

#content
{
	text-align:center;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:650px;
	background-color:#EEEEFF;
}

#content p{
	font-size:14px;
}

#content table{
	width:100%;
	text-align:center;
}

#content td.left{
	width:75px;
	background-image:url(../images/grass_bg_2.jpg);
	background-repeat:repeat;
}

#content middle{
	position:absolute;
	top:10px;
	margin:auto;
	width:500px;
}

#content td.right{
	width:75px;
	background-image:url(../images/grass_bg_2.jpg);
	background-repeat:repeat;
}

#sale td.bullet{
	text-align:left;
	text-indent:5px;
	font-size:12px;
/*	padding:15px;*/
}

#picture{
	margin:5px;
	padding:10px;
	background-color:#DDDDDD;
	/*background-image:url(../images/grass_bg.jpg);*/
}

#picture_left{
	float:left;
	margin:5px;
	padding:10px;
	background-color:#DDDDDD;
	/*background-image:url(../images/grass_bg.jpg);*/
}

#picture_right{
	float:right;
	margin:5px;
	padding:10px;
	background-color:#DDDDDD;
	/*background-image:url(../images/grass_bg.jpg);*/
}

#footer{
	position:relative;
	width:100%;
	font-size:16px;
	font-weight:400;
	color:#CCCCCC;
}

#footer table{
	width:100%;
	background-color:#6D3538;
}

#footer a{
	font-size:14px;
	font-weight:800;
	color:#CCCCCC;
}

#footer td.left{
	text-align:left;
	padding-left:5px;
	color:#CCCCCC;
}

#footer td.right{
	text-align:right;
	padding-right:5px;
}

#pedigree{
	border-style:solid;
	border-width:thick;
	border-color:#666666;
	margin:auto;
	text-align:center;
	width:400px;
}

#pedigree h{
	color:#FFFFFF;
}

#pedigree table{
	text-align:center;
	width:400px;
	background-image:url(../images/brand_lg.gif);
	background-position:center;
	background-color:#DDDDDD;
	background-repeat:no-repeat;
	font-size:11px;
}

#pedigree2{
	border-style:solid;
	border-width:thick;
	border-color:#666666;
	margin:auto;
	text-align:center;
	width:400px;
}

#pedigree2 h{
	color:#FFFFFF;
}

#pedigree2 table{
	text-align:center;
	width:400px;
	background-position:center;
	background-color:#EEEEEE;
	background-repeat:no-repeat;
	font-size:11px;
}

