html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}
body {
line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: normal;
}
ol, ul {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
a img {
border: none;
} 

h2 {
	padding-top:10px;
	padding-bottom:10px;
color:#ff0000;	
font-family:Georgia, "Times New Roman", Times, serif;
	
}

body {
	background: url(images/bg_main.gif) repeat #fff;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	line-height: 18px;
}

.clear {
	clear:both;
}

.wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.42);
    padding: 0 20px;
	width:1020px;
	margin: 20px auto;
}

.column1 {
	margin-left:40px;
	width:220px;
	float: left;
	    background: none repeat scroll 0 0 #FFFFFF;
	margin-top:15px;
}

.column2 {
		margin-left:15px;

	width:220px;
	float: left;	
	margin-top:15px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.column3 {
			margin-left:15px;

	width:220px;
	float: left;	
	margin-top:15px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.column4 {
			margin-left:15px;

	width:220px;
	float: left;	
	margin-top:15px;
    background: none repeat scroll 0 0 #FFFFFF;
}


.footer {
	text-align:left;
	padding:10px;
	font-size:12px;
	color:#696969;
height:20px;
background: #eee;
border-bottom: #e2e2e2 solid;	
margin:20px;
}