body {
	background: url(/Content/pic/background.jpg) repeat-x;
	font-size: 13px;
	color: #0072bc;
	font-family: Arial, Geneva, Verdana serif;
}

div.base, div.baseleft {  
	background-color: #FFF;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000;
	float: left;
	width: 965px;
}

div.container {
	width: 965px;
	margin: 0 auto;
	padding: 0;
}

div.mainlogo {
	background: url(/Content/pic/logo.jpg) no-repeat #FFF;
	width: 273px;
	height: 77px;
	text-align: left;
	float: right;
}

div.header {  
	background: #FFF;
	width: 470px;
	height: 298px;
	border-right: 15px red solid;
	float: left;
	margin: -4px 0 0;
}

div.header img {
	width: 470px;
	height: 298px;
	float: right;
}

div.leftcontent {  
	background: url(/Content/pic/subnavi_background.jpg) #FFF top right no-repeat;
	width: 210px;
	margin-top: 0px;
	float: left;
	padding-right: 20px;
	min-height: 315px;
}


div.contentleft {
	background: #49484d;
	text-align: left;
	float: left;
	border: none;
	padding-left: 40px;
	padding-top: 30px;
	width: 440px;
	height: 264px;
	margin: 0;
	clear: left;
	color: #fff;
	font-size: 11pt;
}

div.content {
	background: #fff;
	border: none;
}

div.content#fullwidth {
	width: 780px;
}

div.footer {
	background: url(/Content/pic/footer.jpg) #FFF no-repeat bottom;
	width: 796px;
	height: 31px;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}

div.footer p {
	padding-left: 30px;
	font-size: 12px;
	color: #000;
}


input.textinput {
	width: 90%;
}

textarea {
	width: 90%;
	height: 100px;
}

