html, body, form, fieldset, div {
	margin: 0;
	padding: 0;
}
body {
	
	font-family: Bell MT, Times New Roman;
	font-size:100%;
	line-height:1.3em;
}
#tet {
	background: #fff url(../images/bg.png) 0 0 repeat-x;
	margin-top:20px;
	text-align:center;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align:left;
}

#header {
	height: 145px;
}
#logo {
	width:186px;
	overflow:hidden;
	float:left;
}
#menu {
	width:714px;
	overflow:hidden;
	float:right;
}
#box {
	width:900px;
	position:relative;
	height:auto;
}

#box .bg {
	position:absolute;
	height: 57px;
	width: 50px;
	background:  url(../images/roundedcorner.png) no-repeat;
	z-index:1;
}

#box .topLeft {
	top:0px;
	left:0px;
	background-position:left top ;
}

#box .topRight {
	top:0px;
	right:0px;
	background-position:right top ;
}

#box .bottomLeft {
	bottom:0;
	left:0px;
	background-position:left bottom ;
}

#box .bottomRight {
	bottom:0;
	right:0;
	background-position: right bottom ;
}

#box .bgborder{
	background: #fff url(../images/line.gif) !important;
	position:relative;
	padding:2px;
}

#box .background {
	background: #fff url(../images/bggrad.gif) left bottom repeat-x;
	
}

#contentheader{

}

#sidebar {
	
	float:right;
	width:40%;
	position:relative;
	overflow:hidden;
	
}
.paddingsidebar {
	padding:20px 15px 30px 20px;

}
#main {
	float:left;
	width:60%;
	position:relative;
	background: url(../images/rightline.png) right bottom no-repeat;
	overflow:hidden;
}
.paddingmain {
	padding:20px 15px 30px 40px;
}

#mainfull {
	position:relative;
	overflow:hidden;
}
.paddingmainfull {
	padding:20px 15px 30px 40px;
}
.clr {
	clear:both;

	
}
a:link {color: #990000; text-decoration: none; }
a:visited {color: #9b0606; text-decoration: none;}
a:active {color: #ff5454; text-decoration: none; }
a:hover {color: #ff5454; text-decoration: none; }

