body {
	background-color: #22034A;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #531C9C;
}

a:visited {
	text-decoration: none;
	color: #531C9C;
}

a:hover {
	text-decoration: underline;
}

#container {
	height: 100%
	width: 100%
}

#header {
	background-image: url(img/bg.jpg);
	background-color: #A470E6;
	position: absolute;
	top: 0%;
	right: 15%;
	left: 15%;
	border: 2px dotted #FFFFFF;
	padding-top: 2px;
	padding-left: 2px;
}

#header .h2 {
	size: 2em;
}

#phn {
	position: absolute;
	top: 18px;
	left: 430px;
}

#phn .name {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.3em;
}

#nav {
	position: absolute;
	top: 205px;
	right: 15%;
	left: 15%;
	height: 40px;
	background-color: #F9F2B0;
	text-align: center;
	border: 1px solid #000000;
}

#nav .nv li {
	display: inline;
}

#content {
	position: absolute;
	top: 240px;
	right: 15%;
	left: 15%;
	background-color: #FFFFFF;
	min-height: 60%;
	border: 1px solid #000000;
	padding: 2%;
}

#content .nv li {
	display: inline;
}

img {
	border: none;
}

#content p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
	text-align: justify;
	text-indent: 15px;
}

form {
	text-align: justify;
}

#copy {
	background-color: #F9F2B0;
	position: absolute;
	bottom: 0%;
	min-width: 95%;
	text-align: center;
}

.hilite {
	background-color: #F9ED6D;
}
