@charset "utf-8";
body {
	background-color: #000000;
	margin: 5px 0;
}
#header {
	height: 160px;
	width: 800px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_bar {
	background-image: url(images/buttons/blank_black.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	width: 800px;
	background-position: center top;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #FF9900;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}
#nav_table {
	background-position: center center;
}
#main {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main a:link {
	color: #FF9900;
	text-decoration: none;
}
#main a:hover {
	color: #ff9900;
	text-decoration: underline;
}
#main a:visited {
	color: #FF9900;
}
#main a:active {
	color: #000000;
	text-decoration: none;
	background-image: url(images/buttons/blank_orange.gif);
	background-repeat: repeat;
}




#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#main hr {
	color: #FF9900;
}
#side_bar {
	width: 200px;
	text-align: center;
	display: block;
	float: right;
	border: 0px solid #FF9900;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: auto;
	background-repeat: repeat;
	background-image: url(images/bg_metal.gif);
	position: relative;
}

#main #title {
	font-size: 18px;
	color: #000000;
	font-family: "Century Gothic";
	background-image: url(images/buttons/blank_orange.gif);
	background-repeat: repeat-x;
	text-indent: 5px;
}

#main #side_bar img {
	border: 2px solid #ff9900;
}
#main #table_1 {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
	height: auto;
	padding-bottom: 2px;
	vertical-align: middle;
}
#main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-image: url(images/list_icon.gif);
	list-style-position: outside;
}

#links  a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#links  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#links a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#main #photo {
	float: right;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-align: right;
}

#main #ideas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(images/bg_metal.gif);
	background-repeat: repeat;
	text-align: left;
	padding: 5px;
}
#packages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(images/bg_metal.gif);
	background-repeat: repeat;
	text-align: center;
	width: 800px;
	padding: 3px;
	margin: auto;
	position: static;
}
#packages img {
	padding: 0px;
	border: 2px solid #FF9900;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#main #gallery {
	border: 1px solid #FF9900;
}
