body {
	background: #333333;
	color: #333333;
}

a { 
text-decoration: none;
color: turquoise;
font-weight: bold;
}
	
div#Canvas {
	padding: 0px;
	border: none;
}

h1 {
font-family: helvetica, sans serif;
color: turquoise;
font-size: 12px;
font-weight: bold;
text-align: center;
}

h2 {
font-family: helvetica, sans serif;
color: #FFFFFF;
font-size: 10px;
text-align: left;
}

h3 {
font-family: helvetica, sans serif;
color: #FFFFFF;
font-size: 10px;
text-align: right;
}

p {
font-family: helvetica, sans serif;
color: #FFFFFF;
font-size: 12px;
text-align: center;
}



div#Top {
	border: none;
	width: 900px;
	height: 100px;
}

div#Main {
	border: 5px;
	width: 900px;
	height: auto;
	margin-top: 0px;
}

div#Text {
	border: none;
	width: 900px;
	height: auto;
}

div.Artlet {
	border: none;
	clear: none;
	float: left;
	width: 265px;
	height: 35px;
}

div.ArtletV {
	margin: 5px;
	clear: none;
	float: left;
	width: 425px;
	height: 566px;
}

div.ArtletT {
	border: none;
	clear: none;
	float: left;
	width: 380px;
	height: 275px;
	margin: 10px;
}
div.ArtletR {
	border: none;
	clear: none;
	float: right;
	width: 150px;
	height: 275px;
	margin: 5px;
}

img {
	border: none;
}
