body
 	{
    	min-width: 780px;
	color: #404040;  
	text-align: center;
	background: #f4f4f4 url(images/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;
	font-size: large;
	text-align: right;
	}
	
.blue
	{
	background-color: #ccdcdd;
	padding-bottom: 5px;
	}

	
.red
	{
	color: #ff0000;
	background: #ffffff;
	}	
	
h1, h2, h3, h4, h5	
	{
	font-family: sans-serif;	
	}
	
h1
	{
	text-align: center;
	max-height: 120px;
	}
	
h4
	{
	color: #ff0000;
	background: #ffffff;
	font-style: italic;
	}		
		
hr
	{
	margin-top: 60px;
	}

li	
	{
	color: #ff0000;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
img
	{
	border: 0;
	}
	
table
	{
	margin-bottom: 2em;
	}
	
td.name
	{
	font-weight: 700;
	vertical-align: text-top;
	width: 50%;
	}

	

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

#container 
	{
	text-align: left;
	margin: 0 auto;
	width: 780px;
	position: relative;
	background: #ffffff url(images/bg.gif) top center repeat-y;
	}
	
#header
	{
	margin-top: 0px;
	position: top center;
	}		
	
#nav
	{
	width: 120px;
	float: left;
	position: absolute;
	top: 250px;
	left: 0px;
	display: inline;
	}

#main
	{
	margin-top: 120px;
	margin-right: 120px;
	margin-left: 220px;
	float: right;
	display: inline;
	}
	
#footer
	{
	}
	
	


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

a:hover
	{ 
	color: #ff0000; 
	background-color: #ffffff;
	text-decoration: none;
	} 

a:active 
	{ 
	color: #ff0000; 
	background: #ffffff;
	text-decoration: none;
	}	 
