@charset "utf-8";
/* CSS Document */

/* Main Body */

body {
	margin:0px;
	background:#000; 
	/* font-family:Verdana, Geneva, sans-serif; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:normal;
	color:#333;
}

/* HTML Tags */

a:link { color:#000; text-decoration:none; }
a:visited { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }

a.underlined:link { color:#000; text-decoration:underline; }
a.underlined:visited { color:#000; text-decoration:underline; }
a.underlined:hover { color:#000; text-decoration:underline; }

a.white:link { color:#FFF; text-decoration:underline; }
a.white:visited { color:#FFF; text-decoration:underline; }
a.white:hover { color:#FFF; text-decoration:underline; }

img.no_border {
	border:0px;
}

img.float_right {
	border:0px;
	float:right;
	margin-right:10px;
}

img.float_left {
	border:0px;
	float:left;
	clear:both;
}

img.pinstripe_border {
	padding:5px;
	border:1px #CCC solid;
}

img.pinstripe_border_gallery {
	padding:5px;
	border:1px #CCC solid;
	float:left;
	margin-right:5px;
	clear:left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-weight:bolder;
	margin:0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-weight:bolder;
	margin:0px;
}

p {
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.right {
	text-align:right;
}

p.center {
	text-align:center;
}

p.gallery {
	margin-bottom:10px;
}

/* Text definitions */



/* Layout DIVs */

#div_banner_holder {
	position:relative;
	width:800px;
	height:100px;
	margin:auto;
	margin-top:25px;
	background-color:#FC0;
}
	#div_banner_black_bar {
		position:absolute;
		margin-left:35px;
		width:25px;
		height:100%;
		background-color:#000;
	}
	#div_banner_image {
		position:absolute;
		margin-left:60px;
		width:740px;
		height:100%;
		background-color:#666;
	}

#div_navigation_holder {
	position:relative;
	width:800px;
	height:30px;
	margin:auto;
	margin-top:25px;
	background-color:#900;
}
	#div_navigation_black_bar {
		position:absolute;
		margin-left:35px;
		width:25px;
		height:100%;
		background-color:#000;
	}
	#div_navigation_contents {
		position:absolute;
		margin-left:60px;
		width:740px;
		height:100%;
		background-image:url(../images/backgrounds/navigation_1.gif);
	}

#div_contents_holder {
	position:relative;
	width:800px;
	margin:auto;
	background-color:#900;
}
	#div_contents_black_bar {
		position:absolute;
		margin-left:35px;
		width:25px;
		height:100%;
		background-color:#000;
	}
	#div_contents_contents {
		position:relative;
		margin-left:60px;
		width:740px;
		height:100%;
		min-height:300px;
		background-color:#FFF;
	}
		#div_contents_right {
			position:absolute;
			margin-left:320px;
			width:400px;
			padding:10px;
			background-color:#FFF;
		}
			#div_gallery_box {
				position:relative;
				width:400px;
				min-height:110px;
			}
		#div_contents_left {
			position:relative;
			width:300px;
			padding:10px;
			background-color:#FFF;
		}

		#div_contents_full {
			position:relative;
			width:715px;
			padding:10px;
			background-color:#FFF;
		}

#div_footer {
	position:relative;
	width:790px;
	height:15px;
	margin:auto;
	margin-bottom:25px;
	padding:5px;
	color:#FFF;
}

/* Other DIVs */

#div_button_navigation_on {
	position:relative;
	width:100px;
	height:10px;
	background-image:url(../images/navigation/button_back_1.gif);
	padding:10px;
	text-align:center;
	float:left;
}

#div_button_navigation_off {
	position:relative;
	width:100px;
	height:10px;
	background-image:url(../images/navigation/button_back_2.gif);
	padding:10px;
	text-align:center;
	float:left;
}

