@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-image: url(MainBKG.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background:url(images/BramaFarms_Barn.png);
	background-repeat:no-repeat;
	height:195px;

}

#nav {
	background:url(images/Nav.png);
	background-repeat:no-repeat;
	height:29px;
	padding-left:317px;
}

#bar {
	background:url(images/Bar.png);
	background-repeat:no-repeat;
	height:52px;
}

#title {
	height:133px;
	background:url(images/Title.png);
	background-repeat:no-repeat;
	text-align:center;
}

#subHorses {
	margin-top:10px;
	width:594px;
	margin-left:auto;
	margin-right:auto;
}


#mainContent {
	background:url(images/TableRepeat.png);
	background-repeat:repeat-y;
	height:400px;
	height:auto;
	padding-left:100px;
	padding-right:100px;
}

#mainContent p, h1,h2,h3,h4,h5,h6 {
	padding-left:10px;
	padding-right:10px;
}

#bottom {
	background:url(images/Bottom.png);
	background-repeat:no-repeat;
	height:225px;
	font-size:12px;
	font-style:italic;
	color:#CCCCCC;
	text-align:center;
	padding: 100px 0px 0px 0px;

}
a:link {
	color: #006666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #cc6600;
}
a:active {
	color: #006666;
}

ul {
	margin-left:20px;
	text-align:left;
}

li {
	margin-left:20px;
	text-align:left;

}


.blackBorder {
	border:medium solid #000000;
}

.tealBorder {
	border:medium solid #83d9f6;
}

.smallFont {
	font-size:10px;
	color:#666666;

}

.tealFont {
	color:#83d9f6;
}

.broodmareTitles {
	font-weight:bold;
	text-decoration:underline;

}

tr, td {
	padding:5px;

}