@charset "utf-8";
/* CSS Document */

body {
      background: #F88607 url(core/bg3.jpg);
	  font: 78%/130% "Verdana", "Arial", "Helvetica", san-serif;
	  background-position: 50% 0%;
	  background-repeat:no-repeat;
}

h2 { 
     font-size:1.9em;
	 margin-bottom: 25px;
	 color: #600;
	 text-align:center;
}

h3 { 
     font-size:1.3em;
	 margin-bottom: 25px;
}

P {
    margin-bottom: 20px;
}




a:link, a:visited {
      color: #777;
	  text-decoration: none;
}



a:hover {
    color: #333;
	text-decoration: underline;
}

div#wrapper {
     background: url(core/wrapper.jpg); 
	 border-left: 0px solid black;
	 border-right: 0px solid black;
	 margin: 0 auto;
	 width: 900px;
	 
}

div#header {
        background:url(core/header1.jpg);
		font-size: 3em;
		color: #500301;
		height: 120px;
		text-align: right;
		padding-right: 200px;
		padding-top: 70px;
}

div#navi {
       height: 50px;
	   border-top: 2px dotted #bbb;
	   border-bottom: 2px dotted #bbb;
	   padding-top: 15px;
	   padding-left: 50px;
}

div#navi a{
        color: #666;
		font-size: 1.7em;
		text-decoration: none;
		margin-right: 10px;
}

div#navi a:hover{
       text-decoration: underline;
	   color: #000;
}

div#contents {
      padding: 30px 50px;
	  
}

div#leftColumn {
      float: left;
	  width: 600px;
	 
}



div.ex{
	background: url(core/content.png);
    width:550px;
    padding:10px;
    border:0px solid #F30;
    margin:0px;
}

div.ex2{
    width:150px;
    padding:10px;
    border:0px solid #F30;
    margin:0px;
}

div#rightColumn {
      float: right;
	  width: 150px;
}

div.center {   
    margin-left: auto;   
	margin-right: auto;   
	width: 26em; 
}

div#footer {
       height: 50px;
	   border-top: 0px dotted #bbb;
	   border-bottom: 0px dotted #bbb;
	   padding-top: 15px;
	   padding-left: 250px;
	   background:url(core/footer.jpg);
	   
}

.clear {
      clear: both;
}