body {
	color: #ffffff;
	background-color: #ceb12c;
	font-family: arial, helvetica;
	font-size: 10pt;
}

#layout {
	position: relative;
	width: 605px;
	min-height: 100%;
	height: auto;
	margin-left: 5%;
	background-color: #000000;
	border-left: 3px dotted #aa8c22;
	border-right: 3px dotted #aa8c22;
	border-top: 3px dotted #aa8c22;
	border-bottom: 3px dotted #aa8c22;
}

#title {
	position: relative;
	width: 100%;;
	height: 130px;
}

#main {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-top: 0;
}

h2 {
	margin: 0;
	font-size: 18pt;
}

p.normal {
	margin: 0;
}

p.myspace {
	text-align:right;
	margin: 0;
}

p.image {
	margin: 0;
}

a:link {
color: #ffffff;
text-decoration: underline;
}

a:visited {
color: #ffffff;
text-decoration: underline;
}

a:active {
color: #ffffff;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: underline;
background-color: #ceb12c;
}



