@import url("reset.css");
@import url("typography.css");
/*=STRUCTURE
=== === === === === === === === === === */
html {
	min-height:100%;
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
}
body {
	font-size: .75em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
}
/*=COMMON
=== === === === === === === === === === */
a, a:link {
	color: #500000;}
a:visited {}
a:hover {
	color: #000;}
a:active {}

/*h1 { font-size: 140%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }*/

.container {
	min-height: 600px;
}
li {
	line-height: 150%;	
	list-style: url(../_cssimg/Bullet.gif);	}
/*=HEADER
=== === === === === === === === === === */
#header {
}
/*=NAVIGATION
=== === === === === === === === === === */
.nav {
}
.nav ul{
	display: block;
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0 0 50px 0;
}
.nav ul li {
	display: inline;
	list-style: none;
	padding:0;
	margin: 10px;
	line-height: 100%;	
}
.nav a, .nav a:visited {
	text-transform: uppercase;
	text-decoration: none;
	padding:  5px 8px;
	margin: 0;
	height: 12px;
	display:block;
	float: left;
	color: #500000;
}
.nav a:hover {
	background: #b06967;	
}
.nav a:active {
	color: #fff6df;
	background: #231f20;	
}
/*=CONTENT
=== === === === === === === === === === */
#content {

}
/*=FOOTER
=== === === === === === === === === === */
.footer {
	padding-top: 15px;
	
}
.footer ul{
	padding: 0;
	margin: 0;
}
.footer li{
	display: inline;
	list-style: none;
}
.footer a {
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 5px;
	margin: 0;
	height: 12px;
	font-size: 80%;
	color: #500000;
}
.footer a:hover {
	color: #231f20;	
}
.footer a:active {
	color: #000;	
}

/*=THUMBNAILS
=== === === === === === === === === === */
.thumb {
	border-bottom: 1px solid #CCC;
	margin-bottom: 8px;
}
.thumb p{
	font-size: 80%;
	text-align: right;
}
.thumbox {
	width: 189px;
	height: 189px;
	margin-bottom: 3px;
	border-right: 1px solid #CCC;
}
.thumbox img {
	display: block;
	margin: 0 auto;
	/*border: 1px solid #333333;*/
}
.thumb:hover {
	/*background: #CCC;*/
	cursor: pointer;
}
.thumb:hover img{
	border-bottom: 3px solid #500000;
}
/*=MISC
=== === === === === === === === === === */
.logoSpace {
	margin: 15px 0;
}
.logo {
	margin: 10px 0;
}
.airout{
	margin-top: 28px;
}
a.button01 {
	display: block;
	text-align: center;
	color: #FFF;
	padding: 5px 0;
	text-decoration: none;
	background: #500000;
	text-transform: uppercase;
	font-size: 14px;
}
a.button01:hover {
	color: #FFF;
	color: #fff6df;
	background: #b06967;
}
.centerText {
	text-align: center;
	font: Helvetica, Arial, sans-serif;
}
.burgundy {
	color: #500000;
}
.fancy {
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	font: 13px Helvetica, Arial, sans-serif;
	padding-top: 4px;
	margin-bottom: 25px;
}
.spaceTop {
margin-top: 25px;
	}
.spaceTop2 {
margin-top: 8px;
	}
.imgspace img{
	margin-right: 4px;
	cursor:hand;cursor:pointer;
}
.highlight01 {
	background: #f5f4eb;
}
.padme01 {
	padding: 15px;
	}
.right01 {
	float: right;
	padding:0;
	margin:0;
}