* {
	margin: 0;
	padding: 0;
}

body {
	background: #010100; /*url(graphix/img01.gif) repeat-x;*/
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BABFB7;
}

h1, h2 {
/*	color: #313131; */
	color:#CCCCCC;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

p, blockquote, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 150%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style:disc;
	margin-left:20px;
	line-height: 125%;
	font-size: 107%;
}

/*ul li {
	padding-left: 1em;
	background: url(graphix/img07.gif) no-repeat left center;
}*/

.package {
	font-weight:bold;
	font-size:140%;
}

.price {
	font-weight:bold;
	font-size:140%;
	text-align:right;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #172841;
}
/*
#mainwrapper {
	width:762px;
	margin: 0 auto;
	border:solid 1px #CC0033;
}
 */
 
/* Menu */

#menu {
	width: 740px;
	height: 50px;
	margin: 0 auto;
	background: #111111;
	border-left: 20px solid #e3e3e6;
	border-top: 1px solid #172841;
	border-bottom: 1px solid #27404f;
}
#menu .wrapper {
	width: 740px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 10px 20px 0 20px;
	color:#FFFFFF;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
/*	background: #172841;*/
	background:url(graphix/nav_bkg.gif) no-repeat bottom;
	text-decoration: none;
	color: #CCDBCD;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 740px;
	height: 180px;
	margin: 0 auto;
	border-left: 20px solid #27404f;
	background: #010100 url(graphix/header_photo3.jpg);
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	display:none;
/*	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;*/
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #010100;
	/*border-left: 20px solid #e3e3e6;*/
	background: url(graphix/content_bkg.gif) repeat-y #010100;
}

/* Content */

#content {
	float: left;
	width: 570px;
	padding: 20px 10px 20px 40px;
}

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

#content a:hover{
	text-decoration:underline;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
/*	background: url(graphix/img04.gif) repeat-x left bottom; */
}


/* Sidebar */

#sidebar {
	float: right;
	width: 100px;
	padding: 10px;
	/*background:#e3e3e6;*/

}
#sidebar p {
	text-align:center;
	font-size:90%;
	color:#88888d;
}
#sidebar a {
	text-decoration:none;
	}
#sidebar a:hover{
	color:#6C9AB7;
}

#links {
}

#links ul {
	background: url(graphix/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(graphix/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(graphix/img08.gif) no-repeat left center;
	color: #DB5600;
}

/* Footer */

#footer {
	width:760px;
	height: 50px;
	margin: 0 auto;
	background:url(graphix/footer_bkg.gif) #27404f;
	color:#999999;
	/*border-left: 20px solid #27404f;
	border-top: 1px solid #27404f;
	border-bottom: 1px solid #27404f;*/
}

#footer .wrapper {
	width: 740px;
	margin: 0 auto;
}

#footer .left {
	float: left;
	width: 550px;
	height: 34px;
	padding: 15px 30px 0px 40px;
	/*background: #e3e3e6;*/
	font-size: 85%;
}

#footer .right {
	float: right;
	width: 100px;
	height: 34px;
	margin: 0 auto;
	padding: 15px 5px 0px 15px;
	/*background: #27404f;*/
	text-align: center;
	font-size: 85%;
	color: #FFFFFF;
}

