/*HEADERS*/
h1
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
	text-align: left;
    font-size: 26pt;
	margin: 5px;
	}
	
h2
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
	text-align: left;
    font-size: 14pt;
	}
	
h3
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
	text-align: left;
    font-size: 12pt;
	}

/*PARAGRAPHS*/
p.nav
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
    font-size: 12pt;
	padding: 10px;
	margin-left: 10px;
	}
	
p.nav2
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
    font-size: 12pt;
	padding: 0px;
	margin-left: 0px;
	}
	
p.content
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
    font-size: 10pt;
	padding: 0px;
	margin: 0px;
	}
	
p.content_center
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
    font-size: 10pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-left: 30px;
	margin-right: 150px;
	}
	
p.content_center_large
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
    font-size: 12pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-left: 30px;
	margin-right: 150px;
	}
	
/* GRAPHICS */

.mover1a
	{
	margin: 0px 0px 10px 20px;
	height: 96px;
	width: 128px;
	}

.mover1b
	{
	height: 385px;
	width: 460px;
	}
	
.mover2a
	{
	margin: 0px 0px 10px 20px;
	height: 96px;
	width: 128px;
	}

/*TABLES*/
table.prices
	{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: white;
	}

table.prices th
	{
	border-width: 1px 1px 1px 1px;
	padding: 2px 10px 5px 10px;
	border-style: inset inset inset inset;
	border-color: blue;
	background-color: white;
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
    font-size: 12pt;
	}
	
table.prices td
	{
	border-width: 1px 1px 1px 1px;
	padding: 1px 5px 1px 5px;
	border-style: inset inset inset inset;
	border-color: blue;
	background-color: white;
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
    font-size: 10pt;
	text-align: center;
	}
	
/*DIVS*/
body
	{
	background-color: #5B64AF;
	margin: 0 auto;
	text-align: center;
	}
	
#container
	{
	position: relative;
	background-image: url("images/border.gif");
	margin: 0 auto;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 750px;
	padding: 0px;
	text-align: left;
	}
	
#border
	{
	position: absolute;
	background-image: url("images/border.gif");
	top: 0px;
	left: 0px;
	height: auto;
	width: 750px;
	}
	
#logo
	{
	position: relative;
	background-image: url("images/logo.gif");
	top: 0px;
	left: 60px;
	height: 150px;
	width: 150px;
	}
	
#bg_top
	{
	position: absolute;
	background-image: url("images/bg_top.gif");
	top: 0px;
	left: 215px;
	height: 168px;
	width: 458px;
	}
	
#title
	{
	position: relative;
	top: -100px;
	left: 160px;
	}
	
#nav
	{
	position: absolute;
	top: 160px;
	left: 65px;
	width: 125px;
	}
	
#nav_pos
	{
	position: relative;
	top: 0px;
	left: 0px;
	}
	
#nav_top
	{
	position: absolute;
	background-image: url("images/box_top2.gif");
	top: 0px;
	left: 0px;
	height: 75px;
	width: 23px;
	}
	
#nav_bot
	{
	position: relative;
	background-image: url("images/box_bot2.gif");
	top: -15px;
	left: 100px;
	margin-top: -75px;
	height: 83px;
	width: 25px;
	}
	
#content
	{
	position: relative;
	top: -50px;
	left: 200px;
	width: 480px;
	text-align: left;
	}
	
#mover1
	{
	position: relative;
	float: right;
	top: 0px;
	margin-right: 30px;
	width: 140px;
	}

#mover1 a span
	{
	display: none;
	}

#mover1 a:hover span 
	{
	display: block;
	position: absolute;
	top: -50px; 
	left: -445px;
	width: 125px;
	}
	
#mover_port1
	{
	position: relative;
	float: right;
	top: 0px;
	margin-right: 30px;
	width: 140px;
	}

#mover_port1 a span
	{
	display: none;
	}

#mover_port1 a:hover span 
	{
	display: block;
	position: absolute;
	top: -150px; 
	left: -445px;
	width: 125px;
	}
	
#mover_port2
	{
	position: relative;
	float: right;
	top: 0px;
	margin-right: 30px;
	width: 140px;
	}

#mover_port2 a span
	{
	display: none;
	}

#mover_port2 a:hover span 
	{
	display: block;
	position: absolute;
	top: -300px; 
	left: -445px;
	width: 125px;
	}
	
.error
	{
	position: absolute;
	font-family: arial, "lucida console", sans-serif;
	font-size: 8pt;
	text-align: center;
	padding-top: 2px;
	padding-left: 5px;
	background-image: url("images/error.gif");
	background-repeat: no-repeat;
	color: red;
	left: 87px;
	height: 15px;
	width: 185px;
	display:none;
	}
	
#bot_bar
	{
	position: relative;
	top: -30px;
	left: 125px;
	width: 500px;
	}
	
#bot_nav
	{
	position: relative;
	text-align: center;
	top: -30px;
	left: 60px;
	width: 630px;
	}
	
#designed_by
	{
	position: relative;
	background-image: url("images/designed_by.gif");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	top: -30px;
	left: 60px;
	height: 50px;
	width: 630px;
	}
	
/* Links */
a:link
	{
	color: #020C67;
	text-decoration: none;
	}
	
a:visited
	{
	color: #020C67;
	text-decoration: none;
	}
	
a.portfolio:link
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
	text-decoration: underline;
	}
	
a.portfolio:visited
	{
	color: #020C67;
	font-family: arial, "lucida console", sans-serif;
	text-decoration: underline;
	}