
/*General*/
body
{
	margin: 10px;
	background-image: url(../img/gp3.gif);
	z-index: -19;
}
.smallprint{font-size: 10pt;}
/*layout*/

.contain
{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	z-index: 0;
}
.contain2
{
	position: relative;
	z-index: 1;
	width: 100%;
}

#title
{
	border: 2px solid black;

	height: 100px;
	width: 750px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#intitleright
{
	background-color: white;
	border: 2px solid black;
	height: 30px;
	width: 400px;
	position: absolute;
	top: 15px;
	left: 350px;
	border-radius: 30px;
	text-align: center;
	padding: 2px;
}

#intitleleft
{
	height: 50px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;

}

#navtop
{
	height: 40px;
	width: 590px;
	position: absolute;
	left: 160px;
	top: 110px;
}

#navleft
{
	width: 131px;
	height: 180px;
	position: absolute;
	top: 180px;
	left: 0px;
	border-left: 2px solid black;
	border-top-left-radius: 30px;	
}

#main
{
	background-color: white;
	border: 2px solid black;
	height: 600px;
	width: 600px;
	position: absolute;
	top: 180px;
	left: 160px;
	padding: 40px;
	border-top-left-radius: 30px;
	border-top-right-radius: 70px;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 100px;	
}

/*traces*/
.permtrace
{
	
}
#diitonav1
{
	border-bottom: 5px solid black;
	border-right: 5px solid black;
	border-bottom-right-radius: 30px;
	height: 70px;
	width: 50px;
	position: absolute;
	left: 19px;
	top: -69px;
}

#diitonav2
{
	border-bottom: 5px solid black;
	height: 2px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 30px;
}

#diitonav3
{
	border-bottom: 5px solid black;
	height: 2px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 105px;
}

#diitonav4
{
	border-bottom: 5px solid black;
	height: 2px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 177px;
}

.porttrace
{
	border: 5px solid #B22222;
}
.restrace
{
	border: 5px solid #006400;
}
.linktrace
{
	border: 5px solid #8B008B;
}

#navtonav
{
	border-right: none;
	border-bottom: none;
	height: 67px;
	width: 350px;
	position: absolute;
	left: 135px;
	top: -35px;
	border-top-left-radius: 30px;
	z-index: -1;
}

#porttonav
{
	border-right: none;
	border-top: none;
	border-left: none;
	height: 2px;
	width: 20px;
	position: absolute;
	left: 116px;
	top: 30px;
}

#restonav
{
	border-top: none;
	border-left: none;
	height: 68px;
	width: 20px;
	position: absolute;
	left: 115px;
	top: 37px;
}

#linktonav
{
	border-top: none;
	border-left: none;
	height: 67px;
	width: 20px;
	position: absolute;
	left: 115px;
	top: 111px;
}

#itemtomain1
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	height: 14px;
	width: 2px;
	position: absolute;
	left: 65px;
	top: 57px;
}

#itemtomain2
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	height: 14px;
	width: 2px;
	position: absolute;
	left: 197px;
	top: 57px;
}

#itemtomain3
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	height: 14px;
	width: 2px;
	position: absolute;
	left: 329px;
	top: 57px;
}


/*menus*/

.portitem
{
	float: left;
	position: relative;
	width: 90px;
	height: 30px;
	text-align: center;
	border: 1px solid #B22222;
	border-radius: 30px;
	margin: 15px;
	font-size: 20px;
	font-weight: bold;
	background-color: white;
	padding: 5px;
}

.resitem
{
	float: left;
	position: relative;
	width: 90px;
	height: 30px;
	text-align: center;
	border: 1px solid #006400;
	border-radius: 30px;
	margin: 15px;
	font-size: 20px;
	font-weight: bold;
	background-color: white;
	padding: 5px;
}

.linkitem
{
	float: left;
	position: relative;
	width: 90px;
	height: 30px;
	text-align: center;
	border: 1px solid #8B008B;
	border-radius: 30px;
	margin: 15px;
	font-size: 20px;
	font-weight: bold;
	background-color: white;
	padding: 5px;
}
