body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}
body {
	background-color: #FFFFFF;
}

a {
	color:#666666;
	font-weight:bolder;
	text-decoration:none;
}

a:hover {
	color:#336666;
	font-weight:bolder;
	text-decoration:none;
}

#logol {
	position:absolute;
	left:10px;
	top:20px;
	width:500px;
	z-index:1;
}
#updates1 {
	position:relative;
	left:530px;
	top:5px;
	width:250px;
	z-index:2;
}

#updates_photos {
	position:absolute;
	left:600px;
	top:20px;
	width:250px;
	z-index:2;
}

#topmodelsl {
	position:relative;
	left:530px;
	top:25px;
	width:300px;
	z-index:3;
}
#topfgl {
	position:relative;
	left:530px;
	top:45px;
	width:300px;
	z-index:3;
}
#topmodels2 {
	position:relative;
	left:530px;
	top:5px;
	width:300px;
	height:180px;
	z-index:3;
}

#topfg2 {
	position:relative;
	left:530px;
	top:5px;
	width:300px;
	z-index:3;
}

#topgalleries1 {
	position:absolute;
	left:10px;
	top:127px;
	width:500px;
	height:515px;
	z-index:4;
}
#photo_photos {
	position:absolute;
	left:10px;
	width:525px;
	top:127px;
	z-index:4;
}
#topmovie {
	position:relative;
	left:530px;
	width:300px;
	top:30px;
	z-index:4;
}
#metartmodels {
	position:absolute;
	left:10px;
	top:137px;
	width:500px;
	height:auto;
	z-index:4;
}

.space1 {
padding:10px;
}
.space2 {
padding:2.5px;
}
.dox{border:thin;
border:#666666;
}
.boxtitle {
font-style:italic;
font-weight:bold;
font-size:11px;
}

#ajax_tooltipObj{
	z-index:1001;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	width:0px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1002;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #666666;	/* Border width */
	left:20px;	/* Same as border thickness */
	top:15px;
	position:absolute;
	width:150px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1003;
}
