* {
	padding: 0px;
	margin: 0 auto;
}

body {
	font-family: Arial, Tohama;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	background: #F0F0F0;
	height: 100%;
}

#wrapper {
	width: 1000px;
	background: #FBFAFA;
}
#pagebox {
	border: 0px; 
	border-bottom: 0px;
	overflow:hidden;
}
.breaker {
	clear: both;
}
/************************************************************/
/************************************************************/
#title {
	background: #FFFFFF url('images/title.png') no-repeat;
	height: 90px;
	text-align: right;
}


#navigation {
	background: #EC7C18;
	margin-left: 10px;
	margin-right: 10px;
	height: 25px;
	text-align: right;	
}

#navigation ul {
	padding: 5px 10px 0px 0px;
}

#navigation li {
	display: inline;
	padding: 5px 5px 5px 5px;
}

#navigation li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 2px 33px 3px 8px;
}

#navigation li a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	padding: 2px 33px 3px 8px;
	
}

/************************************************************/
/************************************************************/
#leftside {
	float: left;
	width: 250px;
	background: #131917;
	background: #FFFFFF; 
	color: #EC7C18;
	font-size: 12px;	
	text-align: left;	
	margin-top: 10px;
	margin-left: 10px;
}

#leftside p {
	color: #000000;
	padding: 5px 15px 5px 5px;
	font-size: 12px;	
	font-weight: bold;
}

#leftside h2 {
	padding: 5px 5px 5px 5px;
	margin: 3px 5px 3px 5px;
	font-size: 12px;	
}

#leftside h3 {
	background: #74797C;
	color: #fff;
	padding: 2px 5px 2px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 13px;	
	border: 1px solid #484E52;
}

#leftside a {
	color: #6F77A7;
	text-decoration: none;
	border-bottom: 1px dashed #F0F0F0; 
}
#leftside a:hover {
	color: #3D3D43;
	border-bottom: none;
}


#navigationleft {
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 14px;
 width: 230px;
 _width: 220px;
 border-right: 1px solid #666;
 padding: 0;
 margin-bottom: 1em;
 background-color: #9cc;
 color: #333;
 margin-left: 0px;
}
#navigationleft ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigationleft ul li {
 margin: 0;
 border-bottom: 1px solid #003;
}
#navigationleft ul li a {
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 10px solid #EC7C18;
 background-color: #F0F0F0;
 color: #663333;
 text-decoration: none;
 width: 100%;
}
html>body #navigationleft ul li a {
 width: auto;
}

#navigationleft ul li a:hover {
 border-left: 10px solid #FFCC33;
 background-color: #FFFF99;
 color: #663300;
 height: 18px;
 _line-height: 18px;
}
.menutop {
	margin-left: 0px;
	margin-rigth: 5px;
	height: 25px;
	line-height: 25px;
	background-color: #EC7C18;
	width: 220px;
	padding: 0;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}
/************************************************************/
/************************************************************/
#main {	
	width: 480px;
	float: left;
	background: #FCFCFC; 
	text-align: left;	
}

#main h1 {
	padding: 15px 5px 0px 15px;
	font-size: 24px;
	color: #5077A7;
}

#main h2 {
	padding: 15px 5px 0px 15px;
	font-size: 18px;
	color: #5077A7;
}

#main h3 {
	padding: 15px 5px 0px 15px;
	font-size: 14px;
	color: #000;
}

#main h4 {
	padding: 15px 5px 0px 15px;
	font-size: 13px;
	color: #336600;
}

#main p {
	padding: 5px 5px 10px 5px;
	font-size: 14px;	
	text-align: justify;
	color: #3D3D43;
	margin-left: 10px;
	margin-right: 10px;
}

#main a {
	color: #5077A7;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover {
	color: #3D3D43;
	font-weight: bold;
}

#plast {
	text-align: center;
	margin: 0px 10px 5px 10px;
	border-bottom: 1px dashed #A8ADB3;
	
}

#plast p {
	color: #A8ADB3;
	padding: 5px 0px 5px 0px;
}

#plast a {
	background: #FCFCFC url('images/lnk.jpg') no-repeat top left; 
	color: #A8ADB3;
	text-decoration: none;
	font-weight: normal;
	padding-left: 12px;
}

#plast a:hover {
	color: #000;
	font-weight: normal;
}

/************************************************************/
/************************************************************/
#rightside {
	float: right;
	width: 240px;
	background: #FBFAFA; 
	text-align: left;	
	margin-right: 6px;
}

#rightside p {
	color: #3D3D43;
	padding: 5px 5px 5px 5px;
	font-size: 12px;	
	font-weight: bold;
}

#rightside h2 {
	background: #EBEBEE;
	color: #3D3D43;
	padding: 5px 5px 5px 5px;
	margin: 10px 5px 15px 5px;
	font-size: 12px;	
	text-align: justify;
	border: 2px solid #C5C5D1;
}

#rightside h3 {
	background: #CED1D4;
	color: #000;
	padding: 3px 5px 3px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 16px;	
	font-weight: bold;
	text-align: justify;
	border: 1px solid #A8ADB3;
}

#rightside a {
	color: #5077A7;
	text-decoration: none;
	border-bottom: 1px dashed #3D3D43;
}

#rightside a:hover {
	color: #3D3D43;
	border-bottom: none;
}

/************************************************************/
/************************************************************/
#footer {
/*	width: 1000px;*/
	clear: both;
	/*float: left;*/
	height: 25px;
	background: #EC7C18;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer p {
	color: #000000;
	padding: 5px 5px 5px 5px;
	font-size: 12px;	
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #EFF9F9;
	border-bottom: none;
}
