html {

}
body {
	background: #CDC2B3 url(images/bg2.gif);
	text-align: center;
	color: #5F3E2F;
	font: 11px verdana, sans-serif;
	margin:0px;
	
	
}
a {
	color: #5F3E2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}
img {
	border: 0px;
}
#wrapper {
	width: 1011px;/*CHANGE WIDTH HERE*/
	margin: auto;
	height: 100%; /*THIS IS WHERE I WAS THURSDAY NIGHT*/
	text-align: left;
	
	
}
#header p {
	font-size:18px;
	font-style:italic;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#header a {
	color:#FFFFFF;
}
#languages{
	float:right;
	
}

#languages a {
	padding: 0px 5px 0px 0px;	
}


#nav {
	width: 1011px;CHANGE WIDTH HERE
	height:48px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/nav2.gif);
	background-repeat:no-repeat;
	padding-left:5px;
	display:inline;
	float:left;
	
	
}

#nav a {
	font-size:16px;
	font-style:italic;
	color:#260403;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 12px 0px 10px 0px;
	padding: 0px 15px 0px 20px;
	display:inline;
	float:left;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #76644f;
	 
	
}

#nav a:hover {
	color:#862e06;
	text-decoration:none;
}
.lastchild {
	border-right: none 0px !important;
}

#menu-top {
	background: url(images/menu_top.gif) no-repeat;
}
#menu-bot {
	background: bottom url(images/menu_bot.gif) no-repeat;
	
	
}

#MyClass{
	padding:15px;
	
}

#body {
	background: url(images/body_bg_noline.gif) repeat-y;
	clear: both;
	width: 100%;
	
}
#body-top {
	background: url(images/body_top.gif) no-repeat;
}
#body-bot {
	background: bottom url(images/body_bot.gif) no-repeat;
	padding: 21px 25px 15px 42px;
	
}

#footer {
	
	padding: 14px;
	padding-bottom:8px;
	text-align: center;
	margin:auto;
	color:#000;
	background: url(images/footerbg.gif) repeat-y;
	height:100%;
	width:100%;
	
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#862e06;
}
h2 b{
	color:#341c12;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 20px 0px 0px 30px;
	list-style: none;
	
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#text-box{
	width:100%;
	text-align:left;
	font-size:16px;
}

#horse-box{
	width:100%;
	text-align:center;
	font-size:16px;
}

#accomodatie{
	text-align:left;
}

#main-box li{
	width:100%;
	text-align:left;
}

#MyBox{
	margin-left: auto;
	margin-right: auto;
	
	cell-spacing: 20px;
	padding: 10px;
	border-spacing:20px;
}

table.PedigreeDetails{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border:solid;
	border-spacing:5px;
	cellspacing: 10px; 
}

table.PedigreeDetails tr{
	border:solid;
	cellspacing: 10px; 
	padding:10px;
	margin:10px;
}

table.PedigreeDetails td{
	border:solid;
	cellspacing: 10px; 
	padding:10px;
	margin:10px;
}

#PedigreeDiv{
	width: 600;
	
}



#body p.more {
	padding-top: 6px;
}

p.more {
	text-align: right;
}
.clear {
	clear: both;
}
