* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	background: #c7c7ca url(../img/bg.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}

a img{
	border: none;
}

#main {
	width: 970px;
	margin: 15px auto;
}

#top {
	background: url(../img/top_bg.png) no-repeat;
	height: 20px;
}

#subnavi {
	float: right;
	height: 20px;
    padding-right: 12px;
}
#subnavi a {
	cursor: pointer;
}
#subnavi img {
	float: left;
	padding-top: 5px;
}

#middle {
	background: url(../img/middle_bg.png) repeat-y;
	padding: 0 10px;
}
#breadcrumb {
	height: 38px;
	width: 949px;
	background: #ffffff;
}

#footer {
	background: url(../img/footer_bg.png) repeat-y;
	height: 20px;
}

#copyright, #copyright a, #copyright a:hover {
	font-size: 9px;
	font-family: verdana;
	text-align: center;
	text-decoration: none;
	color: #666666;
	height: 50px;
}

#header {
	background: #ffffff url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 949px;
	height: 156px;
}

.clr {
	clear: both;
}

.forminput {
    padding:2px; font-family: Arial; font-size: 12px; width: 265px; border: 1px solid #B9B9B9; border: 1px solid #B9B9B9; background: #F1F1F1;
}
.formtextarea {
	padding:2px; font-family: Arial; font-size: 12px; width: 265px; border: 1px solid #B9B9B9; background: #F1F1F1;
}
.formselect {
	width:300px;
	height:20px;
	border:#353535 1px solid;
	color: #FFFFFF;
	background-color:#353535;
	padding-top: 2px;
	padding-left:4px;
	font-family: Arial;
	font-size:10px;
}
.formsubmit {
	padding:2px; font-family: Arial; font-size: 12px; width: 165px; border: 1px solid #B9B9B9;
}
