/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F2ECCE;
	background-repeat: repeat-x;
	background-image: url(images/bkg_05.gif);
	color: #402A1F;
	line-height: 19px;
	margin: 0px auto 0px;
	width: 700px;
}
#wrapper {
	padding: 0px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 0px;
	margin: 2px 0px 0px;
	width: 700px;
	text-align: center;
	background-color: #F8F3E0;
	height: 120px;
	background-image: url(images/ina_logo_05.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#navigation {
	width: 700px;
	color: #E5DCA8;
	text-align: center;
	height: 20px;
	padding-top: 10px;
}
#leftcolumn {
	color: #333;
	width: 200px;
	float: left;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2ECCE;
	padding-bottom: 50px;
}
#rightcolumn {
	color: #3F2A1E;
	margin: 0px;
	width: 473px;
	float: right;
	padding-right: 10px;
	padding-top: 30px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2ECCE;
	padding-bottom: 20px;
}
#footer {
	width: 700px;
	color: #98906F;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #98906F;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 8px 0px 0px;
	clear: both;
}
#container {
	height: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2ECCE;
}

.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#navigation a:link, #navigation a:visited {
	color: #E2D693;
	text-decoration: none;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: 22px;
	margin-left: 22px;
}

#navigation a:hover
 {
	text-decoration: underline;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #484F07;
	line-height: 29px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666600;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
	padding-left: 8px;
	padding-right: 5px;
}
a:link, a:visited {
	color: #484F07;
}
a:hover {
	color: #3F2A1E;
}
#homepage {
	padding: 25px;
}
#gallerypage {
	height: 610px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#homepage img {
	border: 6px solid #FFFCE9;
	margin-right: 30px;
	margin-left: 30px;
}
#leftcolumn img {
	border: 6px solid #FFFCE9;
}
h3 {
	color: #3F2A1E;
	font-size: 16px;
	padding-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

#web a:link, #web a:visited {
	font-size: 9px;
	color: #A5A182;
	text-decoration: none;
}
