/* CONTAINER DIVS: */
table.containertable {
	width: 100%;
	height: 100%;
}
table.containertable td {
	vertical-align: middle;
	text-align: center;
}
div.containerdiv {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	border: 1px dashed #999966;
}

/* POSITIONING STYLES: */
div{border: 0px solid red;}

div.title{
	position: absolute;
	z-index: 2;
	width: 453px;
	top: 45px;
	left: 50px;
	border: 1px solid #CCCCCC;
	background: white;
}
div.formfunction{
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 20px;
	border: 0px solid #CCCCCC;
}
div.footer{
	position: absolute;
	z-index: 1;
	top: 587px;
	left: 0px;
	width: 100%;
	height: 13px;
	border: 0px solid #CCCCCC;
	background-color:#EEEEEE;
	text-align: center;
	font-size: 10px;
	color: #999999;
	letter-spacing: 3px;
}
div.navbar{
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 80px;
	padding: 20px;
	border: 0px solid #CCCCCC;
	background-color: #EEEEEE;
	text-align: center;
	font-size: 12px;
	color: white;
	line-height: 18px;
}
a.nb{
	letter-spacing: 3px;
	text-decoration: none;
	color: #6666FF;
}
a.nb:hover{
	text-decoration: none;
	color: #CC6600;
}
div#contenttitle{
	position: absolute;
	z-index: 4;
	float: right;
	top: 95px;
	left: 500px;
	width: 222px;
	text-align: right;
}
#contenttitle img {border: 0px solid #CCCCFF;}

h1{
	color: #6666CC;
	font-style : normal;
	text-decoration : none;
	font-size : 30px;
	font-weight : normal;
	text-align: right;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	letter-spacing: 9px;
}

div.content{
	position: absolute;
	z-index: 3;
	top: 150px;
	left: 200px;
	width: 500px;
	height: 400px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #CCCCFF;
	background-color: white;
}	

div.square1{
	position: absolute;
	z-index: 1;
	top: 385px;
	left: 120px;
	width: 200px;
	height: 200px;
	background-color: #9999CC;
}	
div.square2{
	position: absolute;
	z-index: 1;
	top: 79px;
	left: 680px;
	width: 87px;
	height: 87px;
	background-color: #CCCCEE;
}	
div.square3{
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 490px;
	width: 45px;
	height: 45px;
	background-color: #EEEEFF;
}	

hr{
	border: 2px dotted #DDDDFF;
	margin: 10px 0px 10px 0px;
}

/* TEXT STYLES: */

html,body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family : Verdana, sans-serif;
	color: #3333FF;
	line-height: 1.4em;
}
h2{
	color: #000000;
	font-style : italic;
	text-decoration : none;
	font-size : 16px;
	font-weight : normal;
	text-align: center;
	padding: 0;
	margin: 0;
	letter-spacing: 2px;
}

p{
	font-size : 12px;
	font-weight : normal;
	text-align: left;
	line-height: 1.4em;
}

a{
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	color : #FF9933;
	text-decoration: none;
}

ul{
	font-style : normal;
	font-weight : normal;
	font-size: 12px;
}
li{
	list-style: disc;
	margin-bottom: 8px;
	line-height: 1.2em;
}
img.screenshotthumb{
	width: 100px;
	height: 84px;
	margin: 0px 10px 5px 0px;
	float: left;
	border: 1px solid #9999CC;
}
table.portfoliolist{
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}
table.portfoliolist td{
	font-size: 12px;
	line-height: 1.1em;
	padding: 10px 0px 10px 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 3px solid #DDDDFF;
}
a.portfoliotitle{
	letter-spacing: 1px;
	line-height: 1.9em;
	font-weight: bold;
	font-size: 12px;
}

\