body {
	background-color:#660066;
	background-image: url(../../images/bg-gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;	
	color: #ffebfe;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
}

h1, h2, h3, h4, h5 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

h1 {
	font-size: 2em;	
}

h1.header {
	border-bottom:3px solid white;
	font-size:3em;
	margin-bottom:10px;
}

h2 {
	font-size: 1.75em;	
}

h3 {
	margin: 10px;
	font-size: 1em;
}

a {
	color: #FFF;
}

p {
	margin: 10px 5px;
}

li {
	background-image:url(../../images/bullet_star.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding:3px 2px 3px 20px;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

#god {

	background-image: url(../../images/abstract.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 900px;

	
}

#header {
	
}

#header_logo {
	
}

#header_nav {
	
}

#header_divider {
	margin: 0 auto;
}

#divider_left {
	
}

#divider {
	background-image: url(../../images/divider-tile.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 48px;
	width: 870px;
}

#divider_right {
	
}
#body_content {
	width: 60%;
	padding: 10px;
}

#body_intro {
	
}

.body_feature_boxes {
	
}

.feature_box {
	margin: 10px;
	background-color: #ffebfe;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	color: #3e003e;
	min-height: 150px;
	width: 90%;
	vertical-align: top;
	
}

.feature_box h2 {
	color: #821782;
	font-size: 1.50em;
}

.feature_box h2 a {
	text-decoration: none;
	color: #821782;
}

.feature_box h1 a {
	text-decoration: none;
	color: #330033;
	
}

.feature_box p {
	margin: 20px 0 10px 0;	
}


.feature_box img {
	margin: 0 10px 10px 0;
	border: 5px solid #000;
}

#body_sidebar {
	width: 35%;
	padding: 10px;
}

.body_sidebar_boxes {
	margin: 20px 5px;
}

.attention_box {
	background-color: #000; 
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.body_sidebar_boxes a:link {
	color: #FFF;
}

.body_sidebar_boxes a:visited {

}

.body_sidebar_boxes a:hover {

}

.body_sidebar_boxes a:active {

}

#lightbox a {
	color: #000;
}

#lightbox a:link {

}

#lightbox a:visited {

}

#lightbox a:hover {

}

#lightbox a:active {

}

#footer {
	text-align: center;
	margin: 25px;
	
}

div.modelthumbpage
{
	width: 33%;
	float: left;
	margin: 30px 0px 30px 0px;
	height: 170px;
	text-align: center;
}

div.modelthumbpage img
{
	border: none;	
}

div.modelthumbpage .imgthmb
{
	padding: 10px;
	background-color: #e0e0e8;
	border: 1px solid #CCCCCC;	
	-moz-border-radius: 5px;
}

div.modelthumbpage .imgthmb:hover
{
	background-color: #f8f8fa;
}

div.modelthumbpagesingle
{
	text-align: center;
}

div.modelthumbpagesingle img
{
	border: none;	
}

div.modelthumbpagesingle .imgthmb
{
	padding: 10px;
	background-color: #e0e0e8;
	border: 1px solid #CCCCCC;	
	-moz-border-radius: 5px;
}

div.modelthumbpagesingle .imgthmb:hover
{
	background-color: #f8f8fa;
}



.fl {
	float: left;	
}

.fr {
	float: right;	
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

.pageinfo {
	color:#CCCCCC;
	font-style:italic;
	margin:0 auto;
	padding:30px;
	text-align:center;
	width:95%;

}

	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
	}
	div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url(invbar.gif);
		background-color:#404040;
		color: #ffffff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}
	
	
table {
	margin: 10px 10px 10px 10px;	
}