html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, dl, table, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}

a, a:link, a:visited, a:active	{ color: #0000FF; font-weight: normal; text-decoration: none; } 
a:hover	{ color: #0000FF; font-weight: normal; background-color: transparent; text-decoration: underline; }

body {
	background-color: #FFF;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 20px;
}

h1 {
	margin: 44px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

img {
	border: 1px solid #000;
}

#wrapperFull {
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: center;
	width: 580px;
}

#wrapperSide {
	width: 202px;
	float: left;
	display: inline;
	text-align: left;
	padding: 30px 20px 0 0;
}

#wrapperText {
	width: 350px;
	float: right;
	display: inline;
	margin: 0 0 44px 0;
	text-align: left;
}