#navi {
position:absolute;
width:120pt;
top:130pt;
left:12pt;
}

#header {
position:absolute;
width:100%;
top:12pt;
left:12pt;
}

#content {
	position:absolute;
	width:450pt;
	top:130pt;
	left:135pt;
}

body {
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
}

h1 {
font-size:24px;
font-weight:bold;
text-transform: capitalize;
}

h2 {
font-size:16px;
font-weight:bold;
text-transform: capitalize;
}

a:link    {color:0066CC; text-decoration:underline}
a:visited {color:0055AA; text-decoration:underline}
a:active  {color:0066CC; text-decoration:underline}
a:hover   {color:0099EE; text-decoration:underline}

.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #999999;
	background-color: #000000;
}

.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #999999;
	background-color: #000000;
}

.actionscript {
	font-family: "Courier New", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color: #000000;
}

.idea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	background-color: #CCCCCC;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	padding-bottom: 12px;
}