body {
	background: url(../images/b_ground.jpg) no-repeat top center #f3fdff;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font: normal 14px Helvetica, sans-serif;
	color: #333333;
	margin:5px;
}


#wrap {
	width:850px; 
	margin:0 auto; 
	text-align:left;
}

#navi {
	height: 40px;
	margin-top: 108px;
}

#content {
	clear:both;
	float:left;
	width: 750px;
	margin: 10px 50px;
	padding: 10px 0;
	line-height:130%;
}


#content a {
	color:#47949d;
	font-weight:bold;
	text-decoration: none;
}

#content a:hover {
	color:#84c0df;
	text-decoration: underline;
}

#content h1 {
	color:#5959bc;
	font-size:21px;
	text-align: left;
	line-height:36px;
}

#content h2 {
	color:#47949d;
	font-size:16px;
	text-align: left;
	line-height:18px;
}

#content h3 {
	color:#5959bc;
	font-size:18px;
	text-align: left;
	line-height:24px;
}

#content img {
	float:left;
	clear:right;
	margin:0 20px 20px 0;
}

#content ul, #content ol {
	margin-bottom:14px;
	padding-left:28px;
	font-weight:normal;
}

#content ul {
	list-style-type:oval;
}

#content ol {
	list-style-type:none;
}

#content ul li, 
#content ol li {
	font-weight:normal;
	line-height:140%;
}

#content ul li a, 
#content ol li a {
	color:#47949d;
	font-weight:bold;
	text-decoration: none;
}

#content ul li a:hover, 
#content ol li a:hover {
	color:#84c0df;
	text-decoration: underline;
}

#content table tr td p {
	margin:5px;
}

#main{
	float: left;
	width: 500px;
}

#main h2{
	padding-top: 10px;
}

#sidebar{
	float: right;
	width: 200px;
	min-height: 550px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 2px #ffffff solid;
}

#sidebar h2 {
	font-size:16px;
	margin-top:24px;
	line-height:125%;
}

#sidebar h3 {
	font-size:16px;
	margin-top:28px;
	line-height:125%;
}

#sidebar p {
	font-size:14px;
	line-height:125%;
}	

#sidebar ul li {
	line-height:125%;
}

#sidebar img {
	border:0;
}	

#footer {
	clear:both;
	width: 850px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
}

#footer p {
	color: #449ba5;
	font-size:12px;
	padding: 14px;
}	

#footerback	{
	margin-top:20px; 
	height:40px;
	border-radius: 2px; -
	webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	background: -webkit-gradient(linear, left top, left bottom, 
			color-stop(0%, #d7f0fd), color-stop(100%, #a0dac3)); 
	background: -moz-linear-gradient(top, #d7f0fd, #a0dac3); 
	box-shadow: 0 1px 2px #a7a7a7; 
	-webkit-box-shadow: 0 1px 2px #a7a7a7; 
	-moz-box-shadow: 0 1px 2px #a7a7a7; 
	-pie-background: linear-gradient(#d7f0fd, #a0dac3); 
	behavior: url(../PIE.htc);
}

#menu {
	border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	background: -webkit-gradient(linear, left top, left bottom, 
			color-stop(0%, #d7f0fd), color-stop(100%, #a0dac3)); 
	background: -moz-linear-gradient(top, #d7f0fd, #a0dac3); 
	box-shadow: 0 1px 2px #a7a7a7; 
	-webkit-box-shadow: 0 2px 3px #999999; 
	-moz-box-shadow: 0 2px 3px #999999; 
	-pie-background: linear-gradient(d7f0fd, #a0dac3); 
	behavior: url(../PIE.htc);	
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin-right: 12px;	
	padding: 11px 7px;
}

#menu ul li a {
	color: #449ba5;
	text-decoration: none;	
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

#menu ul li a:hover {
	color: #84c0df;
	text-decoration: underline;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

.default {
	width: 850px;
	height: 40px;
}

.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	height: 64px;
}