/**
 * Default styles
 */
html, body, form, textarea, input, select {
	font: normal 11px Helvetica,Verdana, Tahoma, Geneva, Sans-Serif;
	margin: 0;
	padding: 0;
	line-height:15px;
}
A,A:active,A:visited,A:link,A:hover
{color:#000000;text-decoration:none;}
html, body {
	border: 0;
	height: 768px;
	text-align: center;
}
.bodytext2{line-height:19px;vertical-align:middle;}
table, td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
img { border: 0px; }

p { margin-top: 0; }

/**
 * Main template styles
 */
#root {
	
	margin: 0 auto;
	text-align:center;
}
#head {
	background: url('../images/mnu_back.jpg') repeat-x;
	height: 195px;
	width: 100%;
	margin:0;
	
}
#head2 {
	margin:0 auto;
	width:768px;
	/*width: expression(document.body.clientWidth < 1024? "760px" : document.body.clientWidth >= 1024? "992px" : "auto");*/
	height: 195px;
	
}
#mnu{ float: left; }
#logo { float: left; }
#mnu {
	padding: 92px 0 0 69px;
}
#logo {
	padding: 40px 0 0 70px;
}
#body {
	margin:0 auto;
	height: 261px;
	width:768px;
	/*width: expression(document.body.clientWidth < 1024? "760px" : document.body.clientWidth > 1024? "998px" : "auto");*/
	text-align: left;
}

#content {
	padding: 170px 10px 0 260px;
}

.clr_float { /* clear floats */
	clear: both;
	line-height: 1px;
	visibility: hidden;
}
.curve {
	float: right;
	width: 550px;
	background: url('../images/smnu_line.gif') repeat-x;
	text-align: right;
}
