b { 
     text-transform: capitalize 
}
h1 { 
     text-transform: uppercase; 
     font-size: 70px;
     color:#CF2A2E
}
h2 { text-transform: uppercase }
h3 { text-transform: uppercase }
h4 { text-transform: uppercase }
body,td,th {
	font-family: verdana;
	font-size: 16px;
        background: #FFFFFF;
        text-align: center;
}

* { padding: 0; margin: 0; }

/* Thumbs Size */
	.content img {border:1px solid #333333;margin:2px;width:145px;height:218px; /**rstgp auto set */ }
	.tex {margin:0px;float:left;font-size:10px;width:145px;height:263px; /**rstgp auto set */ }
	.content img:hover {border:1px solid #cc0099;}
	.content {width:1050px; /**rstgp auto set */ }

#wrapper { 
 margin: 0 auto;
 width: 1050px;
 text-align: center;
}
#header {
 width: 1050px;
 color: #333;
 padding: 1px;
 border: 1px solid #F2F2E6;
 height: 110px;
 margin: 0px 0px 0px 0px;
 background: #F2F2E6;
}
#content { 
 width: 1050px;
 color: #333;
 border: 1px solid #F2F2E6;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 1px;
}































