html {
background-image: url(img/bg.jpg);
background-repeat:repeat-x;
background-color:#fff;
}

#hd {
background-image: url(img/new_hd.jpg);
height:276px;
}

#bd {
background-image: url(img/bd.jpg);
height:auto;
min-height:263px;
padding-right:25px;
}

#ft {
background-image: url(img/ft.jpg);
background-repeat:no-repeat;
height:69px;
text-align:center;
padding:20px 0px 0px 100px;
color:#fff;
font-weight:bold;
}

.yui-b {
padding-top:20px;
}

/* Contact */
#contact-area {
        margin-left:auto;
        margin-right:auto;
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}     

/*Nav Menu*/

#navcontainer { 
width: 100px; 
padding-left:105px;
text-transform:lowercase
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:150%;
text-align:center;
}

#navcontainer ul li{
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 130px;
background-color: #CB2128;
border-bottom: 0px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover, #navcontainer li#active a
{
background-color: #fff;
color: #CB2128;
}

td {
border:none;
}