body, button {
  font-family: Verdana;
  font-size: 16px;
  background-color : #FFFFAA;
  color: #800080;
}

.logo-line {
	display: block;
	float: left;
	width: 880px;
}
.logo-caption {
	display: inline-block;
	float: left;
	vertical-align : top;
}
.logo-girl {
	display: inline-block;
	float: left;
	margin-top : 10px;
}
.logo-description {
	display: inline-block;
	float: right;
	border : medium double Red;
       font-family: Verdana;
       font-size: 16px;
	padding : 10px;
	margin : 10px;
	margin-left: 40px;
	width : 52%;
	text-align : justify;
	vertical-align : top;
}
.main-caption {
	display: inline-block;
	vertical-align : top;
	float: left;
	margin-left : 2px;
	margin-right : 40px;
}    
.search-caption {
	display: inline-block;
	float: left;
	font : 15px Verdana;
	vertical-align : bottom;
	align: center;
	margin-bottom: 0px;
	width : 53%;
	padding-top : 5px;
} 
.right-caption {
	display: inline-block;
	float: right;
	font : 14px Verdana;
	vertical-align : top;
	width : 12%;
	text-align : right;
	line-height : 1.2;
	padding-bottom : 5px;
} 
 
input, textarea {
	font-family: Tahoma;
	font-size: 16px;
	background-color : White;
	color: #800080;
}

select   {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	background-color : #ffffaa;
	color: #800080;
	border: 2px;
	background : #ffffaa;
}

.button1  {
	font-family: Tahoma;
	font-size: 20px;
	border: solid 2px Purple;
	color: #800080;
	font-weight: bold;
	line-height: 25px;
	height: 35px;
	width: 90px;
	align: left;
	vertical-align : bottom;
	padding: 3px;
	background : #ffffaa;
}

.button1:hover  {
	color: #000000;
	cursor: pointer; 
	cursor: hand;
}

.small {
	font : 12px Verdana;
	margin-left: 0px;
	margin-top: 0px;
	}
.black {
	font : bold 16px Verdana;
	color: #000000;	
}
a {
	text-decoration: none;
	font : 20px Tahoma;
	color: #800080;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font : 20px Tahoma;
	color: #000000;
	font-weight: bold;
}
a:hover img, a:active img
{
    border: 1px solid Gray;
}
.red {
	color:red;
	font : 18px Verdana;
	font-weight: bolder;
}
a.red:hover {
	color: Purple;
	font : 18px Verdana;
	font-weight: bold;	
}

.link_btn {
	border: solid 2px Purple;
	font-weight: bold;
	display : block;
	float : left;
	height : 26px;
	width : 90px;
	padding : 3px;
	text-align : center;
	margin-bottom : 0px;
	margin-right : 7px;
	margin-top : 5px;
}

.ads_btn {
	border: solid 2px Purple;
	font-weight: bold;
	display : block;
	float : left;
	height : 26px;
	padding : 5px;
	padding-left : 9px;
	padding-right : 9px;
	text-align : center;
	margin-bottom : 10px;
	margin-right : 7px;
	margin-top : 10px;
}

.gals {
    display: block;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right : 0px;
	font : 15px Verdana;
	line-height: 1.3;
}

.gals a {
	font : 16px Tahoma;
	font-weight: bold;
}

.category {
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom : 0px;
	font : 13px Verdana;
	width : 253px;
	text-align : justify;
	padding-right: 0px;
	padding-left : 2px;
}

.hard_link {
	display: inline-block;
	float: left;
	font : 14px Verdana;
	margin-top: 10px;
	margin-bottom : 0px;
	text-align : left;
	line-height: 1.5;
	padding-right: 0px;
	padding-left : 2px;
}

.hard_link a {
	font : 15px Tahoma;
	font-weight: bold;
}

.small {
	display: inline-block;
	font : 11px Verdana;
	vertical-align : top;
}

.small a {
   font : 15px Tahoma;
   font-weight: bold;
}

.logo {
	font : normal normal 16px Georgia;
	color: #333333;
}

.thumb { 
border: 1px solid;
border-color : black; 
}

#main-content {
  margin: 0px 20px 0px 20px;
  font-family: Tahoma; 
  font-size: 9pt;
  text-align: center;
}

#centered-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

#disabler {
  display: none; 
  position: absolute; 
  border: 1px solid #404040; 
  padding: 8px; 
  background-color: #FFFFE1
}

.error {
  font-weight: bold;
  color: #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.plain {
  text-decoration: none;
}

.content-section {
  padding: 8px 12px 8px 12px;
}

.header {
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 5px;
}

.click {
  cursor: pointer;
}

.gallery-div {
  border-bottom: 1px solid; 
  padding-bottom: 5px; 
  margin-bottom: 5px; 
  clear: both;
}