@charset "utf-8";
/* CSS Document */
<style>
html {height:800px;}
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#3A3A3A;
	font-family:tahoma, verdana;
	font-size: 8pt;
}
#header {
	float:left;
	width:790px;
	padding-left: 10px;
}
#footer {
	float:left;
	position: absolute;
	bottom:0;
	width;790px;	
	left:10px;
	margin-top: 20px;
}

#leftborder{
	float:left;
	height:100%;
	width: auto;	
	padding-right: 10px;
	background-image: url(../images/leftline.jpg);
}
#rightborder{
	float:right;
	height:100%;
	width: auto;	
	padding-right: 10px;
	background-image: url(../images/rightline.jpg);
}
#wrap {
	min-height:100%;
	width: 810px;
	height: auto;
	margin:auto;
	position:relative;
	background-color: #666666;
	background-image: url(../images/wrapbp.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#centerkanji{
	float:right;
	width: auto;	
}
#gallery{
	float:right;
	padding: 0px;
	margin: 0px;
}

#headlines{
  float:left;
	width: 20%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
#phatsearch{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #5F5F5F;
	background-color: #E7DDC7;
	height: 20px;
	font-weight: bold;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#studentlogin{
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #5F5F5F;
	background-color: #E7DDC7;
	height: 20px;
	font-weight: bold;	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logincontainer{
	float:left;	
	background-color: #E7DDC7;
	height: 33px;
}		
#rightcontainer{
	float:right;
	clear: right;
	top: 214px;
	position: absolute;
	right: 8px;
}		
#todaysschedule{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #E7DDC7;
	background-color: #999999;
	height: auto;
	font-weight: lighter;
	width: 323px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px dashed #CCCCCC;
	
}

#newsplus{
	border: 1px dashed #CCCCCC;
}

.smalltextbox{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #5F5F5F;
	}
#newshead{
	background-image: url(/images/newsbg.jpg);
	height: 20px;
	width: 320px;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D0BC91;
	font-weight: bold;
	vertical-align: baseline;
	padding-left: 5px;	
}
	
#newstext {
	color: #ffffff;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	
}

#article {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #F8F3E0;
	margin-top:15px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 65px;
	padding-left: 5px;
}
a:link {  
font-family: Verdana, Geneva, san-serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
color: #E7DDC7; 
text-decoration: underline
}

a:hover {  
font-family: Verdana, Geneva, san-serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
color: #E7DcC6; 
text-decoration: none
}

a:active {  
font-family: Verdana, Geneva, san-serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
color: #E7DDC7; 
text-decoration: underline
}

a:visited {  
font-family: Verdana, Geneva, san-serif; 
font-size: xx-small; 
font-style: normal; 
font-weight: normal; 
color: #E7DDC7}
.style1 {font-size: 9px}
</style>


