* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 0.7em;
	background: black;
}

/*  #page-wrap holds the whole page */
#page-wrap {
	background-color: #000000;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	}

/*  #header holds the navigation bar and the logo */
#header {
	text-align: center;
	background-color: #000000;
	margin-top: 10px;
}
	
/*  content holds the main image (mainimage) and the main image side text (headerbox)  */
#content {
	padding: 00px;
}

.mainimage {
	float: left;
	padding-bottom: 20px;
}

/*  end content  */

	
/*  main-content-2 holds the three lower text columns (text-col-1 > text-col-3)  */
#main-content-2 {
	padding-top: 10px;
}

.text-col-1, .text-col-2, .text-col-3 {
	background-color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 29%;
	font-size: 1.1em;
	min-height:220px;
	height:auto !important;
	height:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

.text-col-1 {
	padding-right: 20px;
	padding-left: 15px;
}

.text-col-2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
	padding-left: 20px;
	padding-right: 20px;
}

.text-col-3 {
	padding-left: 20px;
	padding-right: 15px;
}


/*  end main-content-2  */

#footer {
	color: #FFFFFF;
	background-color: #FF6600;
	font-size: 11px;
	padding: 5px 10px 0 10px;
	height: 20px;
	margin-top: 0px;
}

#footer a { color:#000000
	}
	
#footer a:hover {
	text-decoration:underline;
	color:#000000
	}
#footer a:visited {
		text-decoration:none;
		color:#000000;
		}
		

/*  links and text specs */
a {
	color: #FF6600;
	text-decoration: none;
}
a:link {
	color: #FF6600;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h3, h4, h5 {
	font-weight: normal;
}
h4 {
	font-size: 1.3em;
}
h3	{
	color:#FF9900;
}

ul { margin-left: 25px; }

#headerbox {
	float:left;
	font-size: 1.5em;
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	line-height: 1.3em;
	height: 250px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
}

.quoteButton {
	padding-right:100px;
	padding-top: 20px;
	float: right;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

/* main navigation
---------------------------------
the margin-top property pushes the navbar down with respect to the logo  */
#mainNav {
	padding: 0;
	font-weight: normal;
}
#mainNav a:link, #mainNav a:visited, #mainNav strong {
	margin-top: 25px;
	display:block;
	padding:2px;
	width:70px;
	text-decoration:none;
	border-top-width: 4px;
	border-right-width: 0em;
	border-bottom-width: 0px;
	border-left-width: 0em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
#mainNav strong {
	border-color:#f90;
	float: left;
	margin-right: 0.5em;
	border-right-width: 0em;
	color: #FFFFFF;
	background-color: #FF9900;
}
#mainNav #a a:hover {
	border-color: #F90;
}

#mainNav #a a {
	float: left;
	margin-right: .5em;
}
#photoholder {
	width:560px;
	height:310px;
	border:1px solid #666;
	background:#fff url('/images/loading.gif') 50% 50% no-repeat;
}
#thephoto {
	width:560px;
	height:310px;
}
#banner {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 9px;
	padding: 5px 10px 0 10px;
	height: 20px;
	margin-top: 10px;
}
#admin_headerbox {

	float:left;
	font-size: 1.1em;
	width: 320px;
	margin: 0px 0 0 -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#admin_headerbox h1{
	font-size: 1.2em;
}
#mainNav #b a {
	float: left;
	margin-right: 0.5em;
	background-color: #F90;
	border-color: #F90;
}
