@charset "utf-8";

/* Main tags */
body			{		font-family:"Times New Roman", Times, serif;
					margin: 0px;
					background-color:#660000;
					scrollbar-track-color:#FFFDEB;
			    	scrollbar-shadow-color:#FFFFFF;
    				scrollbar-face-color:#660000;
				    scrollbar-highlight-color:#660000;
				    scrollbar-darkshadow-color:#FFFFFF;
				    scrollbar-3dlight-color:#FFFFFF;
					scrollbar-arrow-color:#FFFDEB;
				}
				
		
a:link 			{	color: #000000;
					text-decoration: none;
				}
a:visited 		{	text-decoration: none;
					color: #000000;
				}
a:hover 			{	text-decoration: none;
					color: #660000;
				}
a:active 		{	text-decoration: none;
					color: #000000;
				}

h1				{	margin: 0px;
					padding-top: 10px;
					font-size: 20px;
					font-weight:bold;
					color:#000000;
				}
				
h2				{	margin: 0px;
					font-size: 16px;
					font-weight: bold;
					font-style:italic;
					color:#000000;
				}

ul			{
					margin-left:-20px;
			
}		

li				{	padding-top: 0px;}		
				
/* Containers */
				
.adrescontainer	{	margin-left: 840px; margin-bottom:15px}
.copycontainer	{	margin-left: 197px}
.menucontainer	{	margin-left: 25px}
.contentwrap	{	width: 630px; height: 492px; margin-top:37px; overflow-x: hidden; overflow-y:auto;}
.content		{	width: 600px; height: 492px; margin-top:-6px; text-align: justify; line-height: 1.5}
.pagepicture	{	margin-left:10px; margin-bottom:1px}
.horsename		{	margin-left: 10px;
					font-family:"Times New Roman", Times, serif;
					font-size: 18px;
					font-weight:bold;
					color: #000000;
					
				}
.horsedesc		{	margin-left: 10px; 
					magin-top: 2 px;
					font-family:"Times New Roman", Times, serif;
					font-size: 14px;
					color: #000000;
					text-align:justify;
					line-height:1.5;
				}
					


/* Text styles and decorations */
.menubuttons	{	font-family:"Times New Roman", Times, serif;
					font-size:13px;
					font-weight: 400;
					color:#000000;
				}
				
.textsubtitle	{	font-size: 16px;
					font-weight: bold;
					font-style:italic;
					color:#000000;
				}


.textanchor		{	font-family:"Times New Roman", Times, serif;
					font-size: 16px;
					font-weight: bold;
					color:#000000;
				}
				
.text			{	font-family:"Times New Roman", Times, serif;
					font-size: 14px;
					color:#000000;
				}
				
.adres			{	font-family:"Times New Roman", Times, serif;
					font-size: 12px;
					color:#000000;
					line-height:120%;
				}

.copyright		{	font-family:"Times New Roman", Times, serif;
					font-size: 11px;
					color:#000000;
				}

/* Picture decoration */
.picborder		{ 	border:double #660000}

.NewsScroller { 
					position: absolute;
					top: 261px;
					left: 50%;
					margin-left: -478px;
					width: 958px; 
					line-height: 20px;  
					border-bottom: 1px solid #CCCCCC;
					font-size: 14px;}
					
.NewsIntro 		{ 	color: #660000;
					font-weight: bold;}

