* {
margin: 0;
}
html, body {
height: 100%;
background-image: url('../images/bg.jpg');
background-repeat: repeat-x;
background-color: #d8efff;
font-family: arial;
font-size: 12px;
}

@font-face
{
    font-family: STEAKRegular;
    src: url('steak-webfont.eot');
    src: local(my_font), url('steak-webfont.ttf') format('opentype');
}

.STEAK {font-weight: normal; font-size:72px; font-style: normal; line-height:normal; font-family: 'STEAKRegular', sans-serif;}


a img{
border: 0;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;     
margin: 0 auto -80px;
}

.container {
width: 1000px;
margin: 0px auto;
text-align: left;
}

#header{
width: 1000px;
height: 180px;
background: url('../images/header.png');
text-align: right;
}

#header1{
width: 1000px;
height: 180px;
text-align: right;
}

#topban{
width: 468px;
height: 60px;
margin-top: 15px;
margin-left: 530px;
padding: 0;
float: left;
cursor: pointer;
}

#topnav{
clear: both;
padding-top: 29px;
padding-right: 10px;
text-align: right; 
}

#topnav a{
font-size: 12px;
font-weight: bold;
color: #fff;
font-family: arial;
margin-left: 30px;
text-decoration: none;
}

#topnav a:hover{
color: #ef16c3;
text-decoration: none;
}

h1.galdesc{
font-size: 15px;
color: #3d3e3e;
font-family: arial;
margin-top: 10px;
margin-bottom: 3px;
padding: 0;
}

p.desctxt{
margin-top: 12px;
font-size: 10px;
color: #ffffff;
font-family: arial;
}

a#dsc{
font-size: 10px;
color: #3d7195;
font-family: arial;
text-decoration: underline;
font-weight: normal;
margin-left: 0px;
}

a#dsc:hover{
color: #000;
text-decoration: underline;
}

.push{
clear: both;
width:100%;
text-align: center;
height: 80px;
padding-top: 50px;
margin-top: 50px;
}

.footer {
clear: both;
width:100%;
text-align: center;
height: 80px;
background: url('../images/ftbg.png');
}

#thumbcontainer{
float: left;
background: #fdf7ec;
width: 810px;
border: 1px solid #cc66cc;
padding: 2px;
text-align: center;
}

#thumbcontainers{
float: left;
width: 810px;
padding: 2px;
}


#thumbcontainer ul, li{
display: inline;
list-style: none;
}

#thumbcontainer li{
display: block;
float: left;
padding: 1px;
}


.thumb img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity: 0.8;
}

.thumb:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity: 1;
}

#sidebar{
float: right;
width: 160px;
min-height: 100px;
}

#sbtop{
width:160px;
height: 28px;
background: url('../images/sbtop.png');
}

#sbbg{
width:160px;
text-align: center;
padding-top: 10px;
background: url('../images/sbbg.png');
}

br.ban{
margin-top: 10px;
margin-bottom: 10px;
}

.sban{
text-align: center;
}

#sbbot{
width:160px;
height: 52px;
background: url('../images/sbbot.png');
}

a.sb{
padding-bottom: 2px;
font-family: arial;
font-size: 12px;
color: #313232;
text-decoration: none;
font-weight: bold;
display: block;
}

a.sb:hover{
color: #ef16c3;
text-decoration: none;
}

.sidetitle{
text-align: center;
padding-top: 6px;
color: #4b0246;
font-family: arial;
font-size: 13px;
font-weight: bold;
}

.middle{
clear: both;
float: left;
width: 997px;
height: 162px;
background: url('../images/middle.png');
text-align: center;
}

.mban1{
float: left;
width: 468px;
height: 60px;
margin-top: 49px;
margin-left: 9px;
}

.mban2{
float: right;
width: 468px;
height: 60px;
margin-top: 49px;
margin-right: 5px;
}

.btlogo{
width: 997px; 
height: 80px;
text-align: left;
margin: 0 auto;
}

.meta{
float: left;
margin-top: 10px;
color: #b2b1b1;
font-family: verdana;
font-size: 10px;
}

.meta a{
color: #fff;
font-family: arial;
font-weight: bold;
font-size: 11px;
text-decoration: none;
margin-right: 20px;
border-bottom: 1px dotted;
}

.clr{
clear: both;
}

.pagination {
	margin:10px auto;
	overflow:hidden;
	width:850px;
}
.pagination h5 {
	padding:10px 0;
	text-transform:uppercase;
}
.pagination a {
	background:#ff0099;
	display:block;
	float:left;
	font-family:"Arial Black", Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	height:26px;
	line-height:24px;
	margin:0 5px 5px 0;
	padding:0 5px;
	text-align:center;
	text-decoration:none;
	color:#ff99ff;
}
.pagination a:hover {
	color:#ffffff;
}


