body {
    font-family: arial, helvatica, sans-serif;
	background: #fff;
	color: #000;
	width: 770px;
	margin: 10px auto;
}

h1.top {
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 700px;
	height: 170px;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	color: navy;
}

#content {
    overflow: auto;
	text-align: center;
}


.box {
    float: left;
	border: 4px solid #d95936;
	width: 205px;
	margin: 10px;
	height: 300px;
	position: relative;
}
.promobox {
    float: center;
	border: 2px solid #d95936;
	width: 680px;
	margin: 10px;
	height: 45px;
	position: relative;
	padding: 8px;
}
.promobox2 {
    float: center;
	border: 2px solid #d95936;
	width: 680px;
	margin: 10px;
	height: 75px;
	position: relative;
	padding: 2px;
	
}
.promobox2title {	
	float: center;
	color: navy;
	font-weight: bold;
	text-align: center;
	 font-style: normal;
	 font-size: xx-large;
}

.promobox2words {	
	float: center;
	color: navy;
	font-weight: bold;
	text-align: center;
	 font-style: italic;
	 font-size: large;
}

.infobox {
    float: center;
	border: 0px solid #d95936;
	width: 670px;
	margin: 10px;
	height: 200px;
	position: relative;
	padding: 8px;		
}
.infobox p {	
	color: red;	 
}


.noborder {
    border: none;
	width: 213px;
}


.box p {
    padding: 10px;
}

.quote {
    font-style: italic;
	background: #ffcdbf;
	margin: 10px;
}

.bottom {
    background: #000;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 10px;
    width: 165px;
	text-align: center;
}

.bottom a {
    color: #fff;
	font-weight: bold;
}


.close_link {
    clear: both;
	margin-left: 20px;
}

.close_link a {
    color: #000;
	font-size: x-small;
}

a {
    color: #000;
	font-weight: bold;
}

.page p, li {
    text-align: left;
}

.page {
    margin-top: 20px;
}


label {
	float: left;
	margin: 3px 10px 3px 0;
	text-align: right;
	width: 150px;
	}

input[type="text"], textarea, select {
	float: left;
	width: 182px;
	margin: 3px 0;
	}

form br {
	clear: both;
	}

.about {
    font-size: 0.9em;
}

.page img {
    margin: 10px;
}

a img {
    border: 0;
}
.dark {
   font-weight: bold;   
}
.darki {
   font-weight: bold;
   font-style: italic;   
}