body {
    background: #000000;
    color: #ffffff;
	margin: 0;
	padding: 0;   
}

a img { border: 0; }

#contee {
    position: relative; 
    width: 100%;
    background: #000000;
    color: #ffffff;
	font-family: "Trebuchet MS", sans-serif, sans , Verdana, Arial, Helvetica; 
	font-size:90%;
	margin: 0;
	padding: 0;    
}

#container { 
  position: relative;
  clear: both;
  width: 100%;
  color: #8c8c8c;   
}

#container table td { background: transparent; color: #ffffff; }
#topbar {
    width: 100%;
    display: block;
    height: 190px;
    clear:both;
    padding: 0;    
}

/* Footer */

#footbar {
    border-top: 1px dotted #262622;
	clear: both;
	width: 100%;
	position: relative;
	margin: 30px auto 0 auto;
	padding: 30px 0;
}

#footbar p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footbar a {
	text-decoration: none;
}


#container a:link, #container a:visited,
#midfloater a:link, #midfloater a:visited { color: #9BDB18 /* #7878AC; */}
#container a:hover, #midfloater a:hover { color:#e6b715; /* #ffffff; */}

#topbar h1 {
    width: 448px; height: 180px; text-align: center; margin: 0 auto 0 auto; 
}
#topbar h1 a:active {text-decoration: none; border:0; } 

a.fbutton:link, a.fbutton:visited, a.bbutton:link, a.bbutton:visited {
    min-width:120px;
    height: 16px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #ffffff ! important ;
    text-transform: uppercase;
    font-size: 12px;
    font-weight:bold;
}
a.fbutton:link, a.fbutton:visited { background : #303030 url('../img/fbutton.gif') 100% -80px no-repeat; padding: 3px 25px 3px 5px;}
a.bbutton:link, a.bbutton:visited { background : #303030 url('../img/fbutton.gif') 0% -120px no-repeat; padding: 3px 5px 3px 25px;}
a.fbutton:hover, a.bbutton:hover	{ color: #ffff32 ! important ; }

a.fbutton:hover	{ background : #303030 url('../img/fbutton.gif') 100% 0px no-repeat; }
a.bbutton:hover	{ background : #303030 url('../img/fbutton.gif') 0% -40px no-repeat; }

.rightext { text-align: right; }
.leftext { text-align: left; }
.centext { text-align: center; }
.clearly { clear: both; }
.pager { margin: 2px; padding: 4px; }
.pagenum_list { display: inline; margin: 0 2px; padding: 0 2px; clear: none; }

a.bigbutton:link, a.bigbutton:visited, input.button {
	height: 30px;
	margin: 0 auto;
	background: #6aa2fd url('menu_black.gif');
    text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 5px 0 5px;
	border: 1px dotted #262626;
}

a.bigbutton {
    display: block;
    width: 130px; 
    text-align: center;
    text-transform: uppercase;
}
a.bigbutton:hover, input.button:hover {
	background: transparent url('menu_glow_over.gif') repeat-x right 0%;
	color: #000000;
}
ul.horizontal {
	margin: 1em 0 0 0;
	list-style:none;
}
ul.horizontal li {
	display: inline;
	padding-left:3px;
	padding-right:3px;
	
}

#gallerydiv {
  margin: 1em 5px 3em 5px;
  display: table-row-group;
}

div.itn, div.gtn, div.mtn {
	float: left;
	text-align: center;
	margin:4px;
	border:1px solid #262622;	
	display: table-cell;	
	overflow: visible;
}
div.itn, div.mtn {  padding: 2px 2px 0px 2px; }

div.itn {
	width: 104px;
	height: 120px;
}
div.mtn {
	width:250px;
	height:22em;
	overflow:inherit;
}
div.gtn {
    width: 408px; height: 32em;
	padding: 4px 2px 0px 2px;
	text-transform: capitalize;
	overflow: hidden;
}

div.itn img, div.gtn img, div.mtn img {
	border:0px;
	margin: 0 0 3px 0;
}

div.itn a, div.gtn a, div.mtn a {
  text-decoration: none;
  border: 0;
}
div.itn a:hover, div.gtn h3 a:hover, div.mtn h3 a:hover { color: #ffffff; }
  
div.gtn h3, div.mtn h3 {
  margin: 0 2px; padding: 0;
}

.gtn p, .itn p, .mtn p {
  margin: 1px 0;
  line-height: 100%;
}


#page {
  margin: 0 245px 0 0;
  padding: 0px 15px 15px 10px;
}

.sectionTitle { font-weight: 600; clear:both; border:0 }
.small { font-size: 85% }
.smaller { font-size: 65% }
.big { font-size: 120%; }
.bigger { font-size: 140%; }
.GalleryUpdates {
 	text-align: left;
 	margin: 2px auto;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #9BDB18;
}

a:hover {
	color: #E6B715;
}

h1, h2, h3 {
	font-weight: normal;
/*	color: #CBA61A; */
	color: #fcac00;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}


.errorlist li, .error { 
  font-size:12px !important; 
  display:block; 
  padding:4px 5px 4px 25px; 
  margin:0 0 3px 0; 
  border:1px solid red; 
  color:white; 
  background:#ff3333 url('../img/icon_alert.gif') 5px .3em no-repeat; 
}

.errorlist li a, .error a { text-decoration: underline; } 

#langbar {
	padding: 20px 39px 10px 0;
	text-align: right;
}
#langbar ul { margin: 0; padding: 0; }
#langbar ul li { list-style: none; display: inline; }

#langbar a {
	padding: 0 0 3px 24px;
	text-decoration: none;
	font-weight: bold;
}

#langbar a:hover {
	text-decoration: underline;
}
.fat { font-weight: bold; }

/* main page stuff */
#bodytable { 
  width: 840px;
  margin: 0 auto;
  height: 920px;
}
#cen_col {
  width: auto;
  vertical-align: top;
  padding-top: 10px;
}

#left_col, #right_col {
  width: 220px;
  margin: 0;
  padding: 10px 0px;
  vertical-align: top;
}

.talk {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.talk img { 
  clear: both;
  margin: 0 auto;
}

#left_col {
  background: transparent url('images/bbbc-280.jpg') top left no-repeat;
}
#right_col {
    background: transparent url('images/rudejam-280.jpg') top right no-repeat;
}
#girls {
  width: 400px;
  height: 400px;
  overflow: visible;
  background: transparent url('images/rjgirls-400.jpg') top left no-repeat;
  padding: 0;
}  
/* end of mainpage */
