/* GENERAL */
html, body {
	background: #c6d5e8;
	margin: 0;
	padding: 0;
}
body, p, br, table, tr, td, div, i, u, textarea, input, form, label, select {
	color: #4f7cb6;
	cursor: default;
	font-family: "calibri";
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
}
p {
	margin: 5px 0px;
	}
b, strong {
	color: #8b7c6e;
}
a:link, a:visited {
	color: #255a91;
	cursor: help;
	text-decoration: none;
}
a:hover, a:active {
	color: #444444;
	cursor: help;
	text-decoration: none;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}

/* HEADERS */
h1 {
	border-bottom: 1px dashed #d0ac00;
	color: #d0ac00;
	font-family: "chaparral pro", garamond, "lucida bright";
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 30px;
	text-align: left;
	text-indent: 15px;
	text-transform: uppercase;
}
h1:first-letter {
	font-size: 26px;
}
h2 {
	color: #686868;
	font-family: "century gothic";
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 15px;
}

/* STRUCTURE */
#wrap {
	margin: 0px auto;
	text-align: justify;
	width: 750px;
}
#content {
	float: left;
	width: 540px;
}
#footer {
	color: #acbed3;
	font: 9px "century gothic";
	padding: 20px;
	text-align: center;
}
#footer a { color: #acbed3; }
#footer a:hover { color: #4f7cb6; }

/* MENU NAVI */
#menu {
	background: url(menubg.gif) #bbcde3 bottom center no-repeat;
	float: right;
	padding-bottom: 10px;
	width: 200px;
}
#menu div {
	padding: 10px;
}
#menu h2 {
	background: #acbed3;
	border-bottom: 5px solid #b4c6dc;
	color: #4f7cb6;
	font-family: "century gothic";
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 6px;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-right: 15px;
	text-align: right;
	text-transform: lowercase;
}
h3.navi {
	color: #686868;
	font-family: "century gothic";
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 15px;
}
#menu ul {
	margin: 0 0 8px 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	padding-bottom: 2px;
}
#menu ul li a {
	border-bottom: 1px solid #acbed3;
	display: block;
	font-size: 90%;
	font-weight: normal;
	padding: 0 15px;
	text-decoration: none;
}
#menu ul li a:hover {
	background: #b4c6dc;
	border-bottom: 1px solid #999999;
	padding: 0 20px;
}

/* AIMG */
.aimg {
	float: left;
	padding: 5px 0px;
	text-align: center;
	width: 24%;
}
.aimg a img {
	border: 1px solid #acbed3;
	padding: 5px;
}
.aimg a img:hover {
	border: 1px solid #999999;
}

/* MISCELLANEOUS */
.p {	text-indent: 20px; }
.clear {	clear: both; }
.center {	text-align: center; }
.right {	text-align: right; }
