body {
	color: #000000;
	line-height: 20px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-align: justify
}

a {
	color: #000000;
	text-decoration: none;
}
	
a:hover {
	color:#3399CC;
}

#PageTitle{
	position: relative;
	top: 40;
	left: 300px;
	width: 600px;
}

#menu {
	position: fixed;
	top: 40px;
	left: 30px;
	line-height: 20px;
	width: 200px;
}

#image {
	position: absolute;
	margin-left: 300px;
	width: 600px;
	top: 200px;
}

.box {
	margin: 0px;
}

h1 {
	color: #3399CC;
	font-family: arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing:2px;
}

h2 {
	color: #999999;
	font-family: arial;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing:1px;
}

h3 {
	color: #999999;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	letter-spacing:1px;
	text-transform: uppercase;
}