body
 	{
    	min-width: 780px;
	color: #404040;  
	text-align: center;
	background: #f4f4f4 url(bg.gif) top center repeat-y;
	} 
	
/* =============== text =============== */

p 	
	{
	font-family: serif;
	text-align: left; 
	color: #000000;
	background: #ffffff;
   	}
	
.center 	
	{
	font-family: serif;
	text-align: center;
   	}

.right
	{
	text-align: right;
	}	

.b
	{
	font-family: serif;
	font-weight: 700;
	}
	
.i
	{
	font-family: serif;
	font-style: italic;
	}
	
.small
	{
	font-size: xx-small;
	}	
	
.hyper
	{
	font-family: sans-serif;
	font-weight: 700;
	text-align: right;
	}
	
.blue
	{
	background-color: #ccdcdd;
	padding-bottom: 5px;
	}
	
.blu2
	{
	background-color: #ccdcdd;
	margin-left: 5px;
	margin-right: 5px
	}
	
.black
	{
	color: #000000;
	background: #ffffff;
	font-family: serif;
	font-weight: normal;
	}
	
.red
	{
	color: #ff0000;
	background: #ffffff;
	}	
	
.event
	{
	font-family: sans-serif;
	font-style: italic;
	font-weight: 700;
	}
	
.date
	{
	font-family: sans-serif;
	font-weight: 700;
	}
	
h1, h2, h3, h4, h5	
	{
	font-family: sans-serif;	
	}
	
h1
	{
	text-align: center;
	max-height: 120px;
	}
	
h4
	{
	color: #ff0000;
	background: #ffffff;
	font-style: italic;
	}	

td
	{
	padding-right: 10px;
	}
	
th
	{
	vertical-align: top;
	}	
		
hr
	{
	background-color: #ff0000;
	}

li	
	{
	color: #ff0000;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
img
	{
	border: 0;
	}
	
.margin
	{
	margin-right: 1em;
	margin-bottom: 5;
	}

.star
	{
	color: #ff0000;
	font-size: smaller;
	vertical-align: super;
	}
		

/* =============== layout =============== */
	

#container 
	{
	text-align: left;
	margin: 0 auto;
	width: 780px;
	position: relative;
	background: #f4f4f4 url(bg.gif) top center repeat-y;
	}
	
#nav
	{
	width: 180px;
	float: left;
	position: absolute;
	top: 190px;
	left: 5px;
	display: inline;
	}

#management
	{
	float: right;
	}

#main
	{
	margin-left: 220px;
	margin-right: 30px;
	float: right;
	display: inline;
	}
	
#box
	{
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px; 
	margin-top: 40px;
	margin-bottom: 40px;
	border: solid 5px #ff0000;
	}



/* =============== navigation =============== */
 
a:link, a:visited
	{ 
	color: #367fac; 
	background: #ffffff;
	text-decoration: none;
	} 
	
a:hover, a:active
	{ 
	color: #ff0000; 
	background: #ffffff;
	text-decoration: none;
	} 
