
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	font-size:14px;
	background-color: #fdfdfd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	line-height:20px;
}
.oneColFixCtr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
	width: 708px;
}	

#desc {
	width: 708px;
	height: 20px;
	float: left;
	padding-top:30px;
	font-size:10px;
}	
	
#img {
	width: 708px;
	padding-bottom: 10px;
}

#leftcol {
	display: block;
	position: relative;
	width: 472px;
	float: left;
}	

#sifr {
	width: 472px;
	height: 76px;

}

#rightcol {
	width: 177px;
	padding-left: 59px;
	float: left;
	text-align: left;
}
			
a {
color: #4c4c4c;
text-decoration:none;

}

a:visited {
color: #4c4c4c;

}

a:hover {
color: #000000;
text-decoration:underline;

}

a:active
{
outline: none;
}

h1 {
font-size:48px;
line-height:48px;
margin: 0 0 0 0;
padding: 10px 0 20px 0;
}



h2 {
font-size:14px;
line-height:18px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

p {
font-size:11px;
line-height:14px;
}

