        body {
            font-family: "ＭＳ　ゴシック",Garamond, "Times New Roman";
			margin: 0;
			background-image: url('img/bodyback.jpg');
			background-repeat: repeat-x;
			background-color: #eeeeee;
		}
		a {
			text-decoration: none;
			color: #333399;
         }
		 a:hover {
			text-decoration: underline;
		 }
		 h2 {
			font-weight: lighter;
			font-size: 14pt;
			padding-bottom: 0px;
			border-bottom:2px solid #e7eff9;
		 }
        #wrap {
            width: 760px;
            margin: 0px auto;
			padding: .5em 1em 1em .5em;
			background-color: #ffffff;
            }
/* header starts here */
       #header {
            background: url('img/header2.jpg') no-repeat;
            height: 100px;
            width: 760px;
            }        
			
       #motto {
				position: relative;
				color: #ffffff;
				font-size:10pt;
				font-style: italic;
				font-weight: 400;
				margin: 0;
				padding:0;
				top: 77px;
				left: 30px;
				width: 140px;
				}   
		.topmenu {
			padding-top: 32px;
			position: relative;
			font-size: 10pt;
			color: #ffffff;
			margin-left: auto;
			margin-right: auto;
			margin-top:0;
			margin-bottom: 0;
			width: 600px;
			text-align: center;
			height: 20px;
		}
		.topmenu li {
			display:inline;
			list-style-type: none;
			padding-right: 20px;
		}
		.topmenu a {
			font-family: "ＭＳ　ゴシック";
			text-decoration:none;
			color: white;
		}
		.topmenu a:hover {
			text-decoration: underline;
		}
	/* header ends here */
	/* sidebar starts here */
		#sidebar {
			float: left;
			width: 168px;
			margin: 0px 0 10px 0;
			padding-left: 10px;
		}
		.sidebox{
			background: #e7eff9 url('img/box.jpg') repeat-y;
			border-top: 10px solid #ffffff;
			margin: 0;
			padding: 0; width: 100%;
			font-family: "MS Sans Serif";	
		}
		.box{
			padding: 0em .5em 0em .5em;
			margin: 0; width: 100%;
		}
		.box h3{
			font-size: 16pt;
			color: #333399;
			font-weight: normal;
			padding: 0;
			margin: 0;
		}
		.box li{
			position: relative;
			left: -40px;
			list-style-type: none;
			padding-bottom: 5px;
			font-size: 12pt;
		}
		.box li a:visited {
			color: #333399;
		}
		#newarticles li {
			margin: 0 auto 0 auto;
			font-size: 10pt;
			padding-bottom: 10px;
			list-style: circle inside url('img/bullet.jpg');
			
		}
		
		.top {
			background-image: url('img/boxtop.jpg');
			background-repeat: no-repeat;
			background-color: #e7eff9;
			padding-top: 13px;
		}
		.bottom {
			background: #e7eff9 url('img/bottom.jpg') no-repeat;
			padding-top: 13px;
			}
	/* sidebar ends here */
	/* content starts here */
		#content {
			margin-top: 10px;
			margin-left: 170px;
			padding-left: 1.2em;
		}
		#picture {
			
			height: 167px;
			width: 566px;
			margin-left: 190px;
			padding: 0;
			
		}
	/* content ends here */
	/* footer starts here */
		#footer {
			clear: both;
			margin-left: 180px;
			padding: 0;
			background-color: #fff;
			font-size: 9pt;
			font-family: arial;
			background-image: url('img/footer.jpg');
			background-repeat: repeat-x;
			border: 1px solid #e2b587;
			height: 37px;
			text-align: center;
			width: 580px;
		}
		#footer ul{ 
			height: 37px;
			padding-top: 10px;
			margin-bottom: -10px;
			margin-top: auto;
			margin-left: auto;
			margin-right: auto;
		}
		#footer li {
			display: inline;
			list-style-type: none;
			padding: 0 8px 0 8px;
			border-right: 1px solid black;
		}
		/* forms */
		textarea { width: 500px; height: 20em; padding: 3px;}
		
		input.text { padding: 3px; width: 150px; margin: 0; border: 1px solid #cccccc;}
		
		input.searchbutton { padding: 0px;
										 width: 80px;
										 height: 24px;
										  margin-left: 70px;
										  margin-top: 5px;

										  }
		input.submit
				{
				border: 3px double #999999;
				border-top-color: #CCCCCC;
				border-left-color: #CCCCCC;
				padding: 0.25em;
				background-color: #FFFFFF;
				background-image: url(http://www.adobe.com/images/master/background_form_element.gif);
				background-repeat: repeat-x;
				color: #333333;
				font-size: 75%;
				font-weight: bold;
				font-family: Verdana, Helvetica, Arial, sans-serif;
				}								  
		input.submit:active
				{
				border: 3px double #CCCCCC;
				border-top-color: #999999;
				border-left-color: #999999;
				}