body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
}

div#container {
	position: absolute;
	height: 100%;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-right: 450px;
	background-color: #333333;

	top: 0;
}


div#logo {
	position: absolute;
	height: 120px;
	width: 186px;
	left: 0px;
	top: 0px;
}


.navbar {
	position: absolute;
	top: 165px;
	left: 7px;
	width: 180px;
	height: 360px;
	background-colour: #000000;
}

div#content {
	position: absolute;
	top: 153px;
	left: 192px;
	width: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 4px;	
}




div#rhtcol {
	position: absolute;
	top: 153px;
	left: 690px;
	width: 200px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

div#fullcol {
	position: absolute;
	top: 37px;
	left: 2px;
	width: 695px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	clear:both;
}

div#newsticker {
	position: absolute;
	top: 530px;
	left: 10px;
	width: 880px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

div#lowbox {
	position: absolute;
	top: 923px;
	left: 12px;
	width: 880px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: normal;
	color:#999999;
	text-decoration: none;
	text-align: left;
	clear:both;
}


.header {
	width: 200px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	text-decoration: none;
	text-align: center;
	background-image: url(images/header.gif);
	background-repeat: none;
} 

.full_header {
	width: 695px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	text-decoration: none;
	text-align: center;
	background-image:url(images/long_header.gif);
	background-repeat: none;
}

.textbox {
	width: 196px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	background-color: #999999;
} 

.full_textbox {
	width: 687px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	background-color: #999999;
} 



.boxbtm {
    height: 17px;
	width: 200px;
	background-image: url(images/box_btm.gif);
	background-repeat: none;
} 

.full_boxbtm {
    height: 17px;
	width: 695px;
	background-image:url(images/long_boxbtm.gif);
	background-repeat: none;
}


div#copyright {
	position: absolute;
	top: 485px;
	left: 10px;
	width: 180px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: normal; 
    color: #666666; 
    text-decoration: none;
}

a:link  
{   font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal; 
    color: #CCCCCC; 
    text-decoration: none;
} 

a:hover 
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    color: #FFCCFF; 
    text-decoration: none;
	
} 

a:visited 
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal; 
    color: #FFFFFF; 
    text-decoration: none;
}

div#imagenav {
	position: absolute;
	top: 528px;
	left: 7px;
	width: 890px;
	height: 57px;
}

div#number_nav {
	position: absolute;
	top: 585px;
	left: 7px;
	width: 180px;
	height: 20px;
}



a#home {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(images/home_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 0px;
} a#home:hover {
	background-image: url(images/home_ovr.gif);
	position: absolute;
	left: 0px; 
    top: 0px;
	clip:  rect(   )
} a .alt {display: none;}


a#bio {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(images/bio_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 30px;
} a#bio:hover { 
    background-image: url(images/bio_ovr.gif); 
    left: 0px; 
    top: 30px;
	clip:  rect(   )
} a .alt {display: none;}


a#wed {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(images/wed_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 60px;
} a#wed:hover {
	background-image: url(images/wed_ovr.gif);
	position: absolute;
	left: 0px;
	top: 60px;
	clip:  rect(   )
} a .alt {display: none;}

a#port {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(images/port_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 90px;
} a#port:hover {
	background-image: url(images/port_ovr.gif);
	position: absolute;
	left: 0px;
	top: 90px;
	clip:  rect(   )
} a .alt {display: none;}

a#con {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(images/con_up.gif);
	position: absolute;
	left: 0px; 
    top: 120px;
	margin: 0 auto;
} a#con:hover { 
    background-image: url(images/con_ovr.gif);
	position: absolute;
	left: 0px; 
    top: 120px; 
	clip:  rect(   )
} a .alt { display: none; }


a#online {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(images/online_up.gif);
	position: absolute;
	left: 0px; 
    top: 150px;
	margin: 0 auto;
} a#online:hover { 
    background-image: url(images/online_ovr.gif);
	position: absolute;
	left: 0px; 
    top: 150px; 
	clip:  rect(   )
} a .alt { display: none; }


a#gift {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(images/gift_up.gif);
	position: absolute;
	left: 0px; 
    top: 180px;
	margin: 0 auto;
} a#gift:hover { 
    background-image: url(images/gift_ovr.gif);
	position: absolute;
	left: 0px; 
    top: 180px; 
	clip:  rect(   )
} a .alt { display: none; }

a#links {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(images/links_up.gif);
	position: absolute;
	left: 0px; 
    top: 210px;
	margin: 0 auto;
} a#links:hover { 
    background-image: url(images/links_ovr.gif);
	position: absolute;
	left: 0px; 
    top: 210px; 
	clip:  rect(   )
} a .alt { display: none; }


.subnav {
	text-align: left;
	width: 180px;
	height: 16px;
	background-image: url(images/lilac_arrow.gif);
	background-repeat:no-repeat;
	text-indent: 20px;
	padding: 2px;
}

.contact {
	position: absolute;
	text-align: right;
	top: 132px;
	left: 611px;
	width: 258px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.red {
    position: absolute;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: normal; 
    color: #FF0000; 
    text-decoration: none;

}

.left {
	float: left;
	padding-right: 3px;
}

.right {
	float: right;
	padding-left: 5px;
}
