body {
	background-image: url(background-image3.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;	
}

#wrapper {
	margin-left: 83px;
}

#header {
	float: left;
}

#main {
	float: left;
	margin-top: 10px;
	margin-bottom: 25px;
}

#content {
	float: left;
	width: 530px;
	background-color: #C8D6F1;
}

#sidebar {
	width: 370px;
}

#sidebar #sp {
	padding-bottom: 11px;
}

#footer {
	float: left;
	clear: both;
}

#pic {
	float: left;	
}

#textBrief {
	font: arial;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	color: #3366FF;
	text-align: justify;
	padding: 5px 11px 0 0;
}

#text2 {
	margin: 15px 15px;
	padding: 0;
	font-size: 10pt;
	color: #3366FF;
	text-align: justify;
}

#textLink {
	text-align: left;
	margin: 0 15px;
	font-size: 10pt;
}

#textLink a:hover {
	color: yellow;
	background-color: blue;
}

#textLink a:link {
	color: yellow;
	background-color: blue;
}

#bottombar {
	position: relative;
	top: 15px;
}