@charset "utf-8";
/* 
CSS for Daishu site 
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e2edff;
	line-height:125%;
	padding: 15px;
	}

h1 {
	font-size: Large;
	background-color: silver;
	color: black;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	}

p {
	font-size: medium;
	color: black;
	}	
	
	
li {
	font-size: medium;
	}
	
h2 {
	color: Black;
	font-size: Large;
	font-weight: normal;
	}

h3 {
	color: Black;
	font-size: medium;
	font-weight: normal;
	}	
	
#navigation , #bodycontent, #header {
	position:absolute;
	/*width: 180px;
	border: 1px dotted navy;
	background-color: #7da5d8;*/
	}

#navigation , #bodycontent {
	top: 223px;
	}
	
#bodycontent {
		left: 200px;
	}
	
#header {
	width: 100%;
	}
	
#navigation {
	width: 160px;
	background-color: #7da5d6;
	}

.column {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

