TD {
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	color: #CCC;
	font-weight: normal;

}
.all {
	border: 1pt solid #D8D8D8;
}
.all2 {
	border: 2pt solid #FFF;
}

A {
	FONT-SIZE: 16px;
	COLOR: #CEC8CD;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;



}
.t_ram {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

A:hover {
	FONT-SIZE: 16px;
	COLOR: #927734;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	left: auto;
	clip:  rect(auto auto auto auto);
	background-position: left;
}

.link1 {
	FONT-SIZE: 15px;
	COLOR: #C60;
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;



}
.link1:hover {
	FONT-SIZE: 15px;
	COLOR: #FFF;
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	left: auto;
	clip:  rect(auto auto auto auto);
	background-position: left;
}

BODY {
	FONT-SIZE: 11px;
	MARGIN: 0px;
	COLOR: #666666;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-color: #000;
	font-weight: normal;
	background-image: url(http://www.gregstraps.ru/img/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #828859;
	text-decoration: none;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:4px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #927734;
	text-decoration: none;
	font-weight: normal;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.r_ram {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.bg {
	background-attachment: fixed;
	background-image: url(../img/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.b_ram {
	border-top-width: 3pt;
	border-right-width: 3pt;
	border-bottom-width: 3pt;
	border-left-width: 3pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.b_ram2 {
	border-top-width: 2pt;
	border-right-width: 2pt;
	border-bottom-width: 2pt;
	border-left-width: 2pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}





/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*512megas.com */
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}
	
	div.pagination a {
		border: 1px solid #dedfde;
		margin-right:3px;
		padding:2px 6px;

		background-position:bottom;
		text-decoration: none;

		color:#8B8B8B;
	}
	div.pagination a:hover, div.pagination a:active {
		border: 1px solid #000;
		background-image:none;
		background-color:#EEEEEE;
		color: #8B8B8B;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 6px;
		
		font-weight: bold;
		
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 6px;
	
		
	}