/* ~-~-~~-~-~ CSS Document -~-~-~-~-~ *\
|                                      |
|             Created for:             |
|      TopPriorityTrakehners.com       |
|           by Ashton Sanders          |
|         WebsitesinaFlash.com         |
|                                      |
\* ~-~-~~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */




/* ~-~-~-~-~- Layout ~-~-~-~-~- */
* {margin: 0}

body { 
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-color: #6699CC;
	margin-top: 3px;
}

div#container {
	width: 800px;	
	margin: 0 auto;
}

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

p { margin:10px }

/* ~-~-~-~-~- Navigation Bar ~-~-~-~-~- */

div#topnavbar {
	width: 900px;
	margin: 0 auto 0 auto;
	height:27px;
}

div#topnavcenter {
	margin-left: 50px;
}

a[class="navbutton"] {
	margin-bottom: -4px;
}

a.navbutton {
	color:#FFFFFF !important;
	background-color: transparent;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 110px;
	height: 27px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 4px;
	background-position: 0 0px;
	background-image: url('/images/tab.gif');
	background-repeat: no-repeat;
	float:left;
}

a.navbutton:hover {
	background-position: 0 -40px;
/*	color: #FFFFFF !important; */
}

/* ~-~-~-~-~- Content ~-~-~-~-~- */

div#container #body {
	border: 1px solid #A0CCD6;
	text-align:left;
	padding:10px;
	background-color:#FFFFFF;
	background-image: url("/images/tpjbackground.gif");
}

div.pictures {
	text-align:center;
}

div.selection {
	clear:both;
	height:200px;
	width:75%;
	margin: 0 auto;
}


ul {
	margin-left:20px;
	padding:0;
}

/* ~-~-~ Headers -~-~- */
	
h1 {
	text-align:center;
	padding:10px;
	color:#3366CC;
	font-weight:100;
}

h1 small{
	font-size:20px;
	padding:10px;
	height:30px
}

h2 {
	padding:5px;
	color:#3366CC;
	text-align:center;
}
	

/* ~-~-~-~-~- Footer ~-~-~-~-~- */

#footer{
	font-size: 12px;
	color:#FFFFFF;
	background-color: #6699CC;
}

#footer a{
	color:#FFFFFF !important;
	background-color: #6699CC;
}

/* ~-~-~-~-~- Anchors ~-~-~-~-~- */

#container a, #container a:link, #container a:visited {
	color:#3366cc;
	background-color:transparent;
}

#container a:hover {
	color:#6699FF;
	background-color:transparent;
}

img.blueborder {
	border:5px #6699CC solid;
	padding: 3px;
}