div#container {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 610px;
	width: 970px;
	left: 50%;
	top: 10px;
	margin-left: -485px;
    margin-right: 485px;
}

div#flashpage {
	background-image: url(images/jedflash.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 610px;
	width: 740px;
	height: 380px;
	left: 50%;
	top: 10px;
	margin-left: -370px;
    margin-right: 370px;
}

div#flashcontent {
	position: absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	top: 130px;
	left: 20px;
	width: 240px;
	text-align: justify;
	height: 240px;
}


div#logo {
	position: absolute;
	height: 80px;
	width: 210px;
	left: 10px;
	top: 5px;
}

div#leftimage {
	position: absolute;
	height: 410px;
	width: 220px;
	left: 10px;
	top: 120px;
}

div#header {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9966;
	height: 24px;
	width: 230px;
	left: 710px;
	top: 36px;
	text-align: right;
}



div#navbar {
	position: absolute;
	top: 65px;
	left: 16px;
	width: 926px;
	height: 20px;
	background-image: url(nav/nav_bg.gif);
	background-repeat: repeat;
}

div#content {
	position: absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	top: 120px;
	left: 240px;
	width: 700px;
	text-align: justify;
	overflow: auto;
	height: 400px;
	padding-right: 6px;

}


div#short_content {
	position: absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	top: 120px;
	left: 240px;
	width: 440px;
	text-align: justify;
	overflow: auto;
	height: 400px;
	padding-right: 6px;

}

div#gallery_main {
	position: absolute;
	top: 120px;
	left: 240px;
	width: 480px;
	height: 360px;
}

div#gallery_nav {
	position: absolute;
	top: 120px;
	left: 726px;
	width: 230px;
	height: 360px;
}

div#video_box {
	position: absolute;
	top: 8px;
	left: 26px;
	width: 400px;
	height: 320px;
	background-color: #000000;
	vertical-align: middle;
}

div#video_centre {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 320px;
	height: 250px;
	background-color: #000000;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
div#video_nav {
	position: absolute;
	top: 8px;
	left: 435px;
	width: 144px;
	height: 320px;
}

div#boxheader {
	position: absolute;
	height: 20px;
	width: 220px;
	top: 120px;
	left: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-top: 3px
}

div#clientbox {
	position: absolute;
	height: 380px;
	width: 216px;
	top: 140px;
	left: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	padding-top: 4px;
	padding-left: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	overflow: auto;
}


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

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

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

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


a#gallery {
	display: block;
	width: 70px;
	height: 20px;
	background-image: url(nav/gallery_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 50px;
	top: 0px;
} a#gallery:hover { 
    background-image: url(nav/gallery_ovr.gif); 
    left: 50px; 
    top: 0px;
	clip:  rect(   )
} a .alt {display: none;}


a#video {
	display: block;
	width: 100px;
	height: 20px;
	background-image: url(nav/video_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 120px;
	top: 0px;
} a#video:hover {
	background-image: url(nav/video_ovr.gif);
	position: absolute;
	left: 120px;
	top: 0px;
	clip:  rect(   )
} a .alt {display: none;}

a#test {
	display: block;
	width: 120px;
	height: 20px;
	background-image: url(nav/test_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 220px;
	top: 0px;
} a#test:hover {
	background-image: url(nav/test_ovr.gif);
	position: absolute;
	left: 220px;
	top: 0px;
	clip:  rect(   )
} a .alt {display: none;}

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

a#dinner {
	display: block;
	width: 120px;
	height: 20px;
	background-image: url(nav/dinner_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 380px;
	top: 0px;
} a#dinner:hover {
	background-image: url(nav/dinner_ovr.gif);
	position: absolute;
	left: 380px;
	top: 0px;
	clip:  rect(   )
} a .alt {display: none;}

a#cab {
	display: block;
	width: 80px;
	height: 20px;
	background-image: url(nav/cab_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 500px;
	top: 0px;
} a#cab:hover {
	background-image: url(nav/cab_ovr.gif);
	position: absolute;
	left: 500px;
	top: 0px;
	clip:  rect(   )
} a .alt {display: none;}

a#golf {
	display: block;
	width: 90px;
	height: 20px;
	background-image: url(nav/golf_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 580px;
	top: 0px;
} a#golf:hover {
	background-image: url(nav/golf_ovr.gif);
	position: absolute;
	left: 580px;
	top: 0px;
	clip:  rect(   )
} a .alt {display: none;}

a#military {
	display: block;
	width: 80px;
	height: 20px;
	background-image: url(nav/military_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 670px;
	top: 0px;
} a#military:hover {
	background-image: url(nav/military_ovr.gif);
	position: absolute;
	left: 670px;
	top: 0px;
	clip:  rect(   )
} a .alt {display: none;}

a#contact {
	display: block;
	width: 80px;
	height: 20px;
	background-image: url(nav/con_up.gif);
	margin: 0 auto;
	position: absolute;
	left: 750px;
	top: 0px;
} a#contact:hover {
	background-image: url(nav/con_ovr.gif);
	position: absolute;
	left: 750px;
	top: 0px;
	clip:  rect(   )
} a .alt {display: none;}

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

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

.skyblue {
    background-color: #BDD9ED;
	padding: 3px
}

.red {
    color: #CC0000 
}

.bigtext {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 24px; 
    font-weight: bold; 
    color: #000000; 
    text-decoration: none; 
}