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

img {
	border:1px solid #0C1651;
}

img.imgVertical {
	height:150px;
}

img.imgHorizontal {
	width:200px;
}

.noborder {
	border:none;
}

body {
	font-size:100%;
	font-family: Georgia, serif;
	margin:0px 0px 0px 0px;
}

.infoHeader {
	font-style:italic;
	font-size:90%;
	width:140px;
}


.MenuContent {
	 position:fixed; 
	 top:180px; 
	 left:0px; 
	 width:200px;
	 height:900px;
	 font-size:90%;
	 padding:5px 5px 5px 5px;
	 background-image:url(images/menuBG.png);
	 background-repeat:repeat-y;
	 color:#000;
	 text-decoration:none;
}

.HeaderContent {
	
	position:absolute; 
	top:0px; 
	left:0px; 
	height:500px; 
	width:1000px;
	background:url(images/header.png) center top no-repeat;
}

a.NoHover {
		color:#000;
		text-decoration:none;
		
}

a.aGallery {
	text-decoration:none;
	color:#a67c52;
	font-weight:bolder;
}

.aInline {
	text-decoration:none;
	color:#000;
}

.aInline:hover {
	text-decoration:underline;
}

.aLinks {
	text-decoration:none;
}

.aLinks:hover {
	text-decoration:underline;
	font-weight:bold;
}

.BodyContent {
	position:relative; 
	top:180px;
	left:205px; 
	width:795px;
}

.PageTitle {
	font-weight:bold;
	font-size:18px;
}

.tblDesc {
	width:795px;
	padding:2px 2px 2px 2px;
}


.tblDescTD {
	width:350px;	
}

.tblDescIMG {
	text-align:right;
}

.tblContact {
	width:300px;
	height:120px;
	padding:2px 2px 2px 2px;
	position:relative;
}

.tblContact tr {
	vertical-align:top;
}

.tblContactHeader {
	text-decoration:underline;
	font-weight:bold;
}

.divFooter {
	position:relative;
	height:20px;
	font-size:70%;
	text-align:center;
}

.divCounter {
	position:absolute;
	top:1200px;
	left:10px;
	width:50px;
	height:50px;
}

.tblGirls {
	width:500px;
}

table.tblGirls tr {
	height:15px;
}

table.tblGirls td {
	
}

.imgGirls {
	width:250px;
	margin-bottom:20px;
}

.imgPhoto {
	width:150px;
}

.divGirls {
	position:relative;
}

.fntChampion {
	text-decoration:underline;
	font-size:13px;
}

.pawDivide {
	position:relative;
	text-align:center;
	padding:20px 10px 20px 10px;
}


.picture { background-color: #F9F9F9; 
border: 1px solid #CCCCCC; padding: 3px; 
font: 11px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; 
vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
