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

body {
	background:#000 url(images/bg.jpg) 50% 0 no-repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

a:link, a:visited {color:#4b408b;}
a:hover {color:#d40000;}

#wrapper {
	margin:0 auto;
	width:800px;
	border-right:1px solid black;
	border-left:1px solid black;
	color:#fff;
}

#banner-index {
	background:url(images/banner-index.jpg) no-repeat;
	width:800px;
	height:100px;
}

#banner {
	background:url(images/banner.jpg) no-repeat;
	width:800px;
	height:100px;
}

#content-index-wrap {
	float:left;
	background:url(images/bg-content.gif) repeat-y;
	width:800px;
}

#content-wrap {
	float:left;
	background:url(images/bg-content-inside.gif) repeat-y;
	width:800px;
}

#home-text {
	color:#fff;
	margin:0;
	float:left;
	width:525px;
	height:290px;
	overflow:auto;
	padding:0 25px 5px 40px;
	line-height:1.5em;
	margin:0 0 0 0;
}

#alison {
	float:left;
	padding:2px;
	border:1px solid #fdca02;
	margin:14px 10px 0 0;
}

a.footer-link:link {
	color:#666;
	text-decoration:none;
}
a.footer-link:visited {
	color:#666;
	text-decoration:none;
}
a.footer-link:hover {
	color:#fdca02;
	text-decoration:underline;
}

a.contact-link:link {
	color:#990000;
	text-decoration:underline;
}
a.contact-link:visited {
	color:#990000;
	text-decoration:underline;
}
a.contact-link:hover {
	color:#fdca02;
	text-decoration:none;
}

.navigation {
	float:left;
	width:198px;
}
.index-content {
	float:left;
	width:602px;
}
#footer {
	font-size:7pt;
	background:#000 url(images/bg-footer.gif) no-repeat;
	padding:10px 0 12px 25px;
	color:#666;
	line-height:1.25em;
	float:left;
	clear:left;
	width:800px;
}
.navigation a {
	float:left;
	height:32px;
	width:198px;
}

.nav-bottom {
	float:left;
	width:198px;
	height:150px;
	background:url(images/bg-left-nav-bottom.jpg);
}
.index-pic {
	float:left;
	background:url(images/index-main.jpg);
	width:602px;
	height:206px;
}
.title {
	float:left;
	width:602px;
	height:65px;
}
.inside-content {
	float:left;
	width:542px;
	color:#000;
	min-height:400px;
	padding:55px 30px 20px 30px;
}
ul.page-list {
	list-style-image:url(images/star.gif);
	line-height:1.5em;
}
ul.page-list-news {
	list-style-image:url(images/star.gif);
	line-height:1.5em;
	margin-left:-25px;
}
ul.page-list-history {
	list-style-image:url(images/star.gif);
	margin-left:-22px;
}
ul.page-list-letters {
	list-style-image:url(images/star.gif);
	margin-left:-22px;
}
ul.page-list-thanks {
	list-style-image:url(images/star.gif);
	margin-left:-22px;
}
.f-l {float:left;}
.f-r {float:right;}
.c-b {clear:both;}
