body, html {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	font-family : Arial, Helvetica;
	background: #F4F0E5;
	background-image : url(images/bg1.jpg); 
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
}

 /* HOLDER STYLES 
------------------------------------------------------*/
#holder {
	width: 900px;
	background: #FFFFFF url(images/wrapperbg.jpg) repeat-y;
	text-align: left;
	margin: 0 auto -29px;
	overflow: hidden;
	min-height:100%;
}
* html #holder {
	height:100%;
}
#container {
	padding-bottom:29px;
}
#container:after {
	content:" ";
	display:block;
	clear:both;
}
* html #container {
	height:1px;
}
 /* HEADER STYLES 
------------------------------------------------------*/
#top {
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat;
	width : 900px;
	height : 166px;
	padding : 0px 0px 0px 0px;
}
 /* NAVIGATION
------------------------------------------------------*/
#nav {
	background-image : url(images/topnavbg.gif);
	background-repeat: no-repeat;
	width : 900px;
	height: 31px;
	float : right;
	padding-top:134px;
}
ul.nav {
	padding-top: 8px;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	font-weight: bold;	
	color: #730220;
	text-align: right;
}
ul.nav li {
	display: inline;	
}

ul.nav li a {
	text-decoration: none;
	color: #730220;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

ul.nav li a:hover {
	color: #748052;

}
#navText a:link, #navText a:visited {
	color: #730220;
	text-decoration: none;
	font-size: 90%;
	font-weight: normal;
}
#navText a:hover {
	color: #748052;
}

 /* COLUMN1
------------------------------------------------------*/
#column1 {
	width: 163px;
	float: left;
	padding: 0px 0px 0px 0px;
	background-image: url(images/column1bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 100%;

}
#pic1{
	width : 163px;
	padding : 0px 0px 0px 0px;
	position: top;
}

 /* MAIN 
------------------------------------------------------*/
#content {
	margin: 0 163px;
	padding-right: 90px;
	padding-top: 20px;
	padding-left: 20px;
	background-image :  url(images/mainbg2.jpg);
	background-repeat: no-repeat;
	background-position: left top
}

#content p {
	line-height: 130%;
}

/* COLUMN3
------------------------------------------------------*/

#column3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 250px;
	min-height: 100%;
	background-image: url(images/sidebarbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#pic{
	width : 228px;
	background-position: left;
	padding : 0px 0px 0px 0px;
	position: relative;
}

 /* FOOTER
------------------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	height: 29px;
	margin: 0 auto;
	background: url(images/footerbg1.jpg) repeat-x;
	bottom:0;
	clear:both;

}
.footerText {
	text-align: center;
	color : #fff;
	padding-top: 9px;
	font-size : 70%;
	display : block;
}
.footer a {
	color : #fff;
	text-decoration: none;
}
.footer a:hover {
	color : #EDE5D1;
	text-decoration: none;
}
 /* FONTS
------------------------------------------------------*/
p {
	font-size: 80%;
	color: #730220;
}
.pBold {
	font-size : 80%;
	font-weight: bold;
	color : #730220;
}
a {
	color: #730220;
	text-decoration: none;
}
.form {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #730220;
	font-weight: bold;
}
a:hover{
	color: #748052;
	text-decoration: none;
}
H1 {
	font-size: 110%;
	color: #422753;
	font-weight: bold;
}
H2 {
	font-size: 100%;
	color: #AF0F6E;
	font-weight: bold;
}
ul.main {
	font-size : 80%;
	color : #422753;
	list-style-image :   url(/images/bullet.gif);
	!padding : 0 10px 0 20px;
	!margin : 0;
}

 /* MICELLANEOUS STYLES
------------------------------------------------------*/
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.H1 {
	font-size : 100%;
	font-weight: bold;
	color : #740321;
}

.H2 {
	font-size : 100%;
	font-weight: bold;
	color : #b3ab95;
}
.submit-button
{
color: #730220;
font-size: 12px; 
font-weight: bold;
background: #E5E4B6D;
border: 1px #EDE5D0 outset;
cursor:pointer
}
.input-box {
	font-family : Arial, Helvetica;
	font-size: 13px;
		color: #730220;
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #730220;
	text-align: left;
		}
		.picbox {
    border-bottom: 1px solid #730220;
	border-top: 1px solid #730220;
	border-right: 1px solid #730220;
	border-left: 1px solid #7302208;
	display: block; 
	margin: 0px 0px 0px 0px; /* for FF */
    line-height: 0px;
	border: 1px solid #730220;

	}
