* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(../images/bg.jpg) repeat-x top;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
	color: #CB392C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
width: 800px;
margin: 0 auto;
}


#header {
height: 100px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 25px 0 0 0px;
}
#header h1 a {
text-decoration: none;
color: #B7271F;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #666;
font-size: 17px;
font-weight: 100;
padding: 0 0 0 1px;
}


#menu {
height: 30px;
line-height: 30px;
}
#menu ul {
padding-left: 2px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
margin: 20px 0;
line-height: 17px;
}

.left {
float: left; 
width: 580px;
text-align: justify;
}
.left h2 {
/*color: #B7271F;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;*/
  color: #B7271F;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  padding : 10px 0 15px 0;
}
.left h2 a {
color: #B7271F;
}
.left h2 a:hover {
color: #333;
}

.right {
margin-top: 10px;
float: right;
width: 160px;
padding: 10px;
background: #FFDDDD;
border: 1px solid #990000;
}
.right h2 {
font-size: 14px;
font-weight:bold;
color: #555;
padding: 5px 0 2px 0;
}
.right ul {
list-style-type: none;
padding: 5px 0 10px 0;
}
.right ul li {
}
.right ul li a {
display: block;
border-bottom: 1px solid #999;
color: #666;
padding: 2px 10px;
}
.right ul li a:hover {
color: #333;
text-decoration: none;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 5px 0 10px 0;
margin-top: 50px;
border-top: 10px solid #ddd;
}
#footer a { 
color: #999;
}
#footer a:hover {
color: #333; 
text-decoration: underline; 
}

#thumbs {
		padding: 3px;
		margin: 3px;
		text-align:center;
		font-family:Tahoma,Helvetica,sans-serif;
		font-size:.85em;

}
.thumb {
	border:1px solid #D0D0D0;
	padding:0;
	padding-top:2px;
	background-color:#FFFFFF;
	color:#D0D0D0;
	margin:0 12px 12px 0;
	float:left;
	height:190px;
	width:125px;
}
.thumbTxt {
	position:relative;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	background-color:#fff;
	width:125px;
	border-top:1px solid #D0D0D0;
	bottom:0;
	left:0;	
	height:50px;
	over-flow:hidden;
}
.thumbBox{ height:130px;}


/*Pagination */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 11px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #999;
text-decoration: none; 
color: #000;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #f00;
color: #fff;
background-color: #f00;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: normal;
}
.nextpage {margin-left:2px; margin-right:2px;}

		button.button, .searchbutton {
			background: none;
			font: 12px Verdana, sans-serif;
			color: #eee;
			padding: 0;
			border: 0;
			margin: 0;
			outline: 0;
			cursor: pointer;
		}
		button.button:hover, .searchbutton:hover {
			color: #fff;
		}