
body {
	margin:0;
	padding:0;
	color:#404040;
	font: 11px Tahoma, Sans-Serif;
	line-height: 160%;
	float: none;
	vertical-align: middle;
	position: relative;
	background-attachment: fixed;
	
		}
img{border:none;}
h2 {font-size: 11px}
h3 {font-size: 11px}

A {
	color:#be1717;
	text-decoration:none;
	}
A:Visited {color:#be1717;}
A:Focus {outline:none;}
A:Hover {color:#ff0000;}
html {
overflow: auto;
}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 509px;
}


#menu {
float:left;
margin:54px 0px 0px 330px;
position: fixed;
z-index:1000;
line-height: 100%;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	width:80px;
	margin:0px 0px 0px 2px;
	padding:0;
	text-align:center;}
#menu li a{
	display:block;
	padding:5px 1px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	background:url(../img/bg2.png) repeat 0 0;
	-moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}
#menu li a:hover, li a:focus, li a:active{
	background-position:-150px 0;
}
#menu #a a {
	background:url(../img/bg2.png) repeat -20px 35px;
}
#menu #a .active a {
	background:url(../img/bg2-active.png) repeat -20px 35px;
}
#content {
	float: left;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 430px;
	z-index: -1;
	cursor: move;
	}

.par {
	float: left;
	height: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 65px;
	padding: 0px;
	position:relative;
}
.par2 {
	float: left;
	height: 200px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	position: fixed;
	left: 0px;
	top: 150px;
}
.text {
	float: left;
	height: 250px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 30px;
	left: 0px;
	top: 150px;
}
.footer {
	float: left;
	height: 11px;
	padding: 0px;
	width: 800px;
	top: 550px;
	left: 50px;
	position: fixed;
	z-index:30000;
}

#note { 
	margin-top:10px;
}

.floatright { float: right; margin: 0px 0px 5px 5px; }

#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}
