/* Author: Ras Hagen */

/*--------------------- */
/* 	PAGE REGIONS 	*/
/*--------------------- */

body		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: small;
		color: white;
		background-color: black;
		}


#main		{
		width: 900px;	
		position: relative;
		left: 15%;	
		margin: 1em 0 0 0;
		}



#header		{		
		height: 100px;
		}


#java		{
		width: 900px;
		}

#galleri	{
		width: 900px;
		}

#text		{
		width: 290px;
		}


#text2		{
		width: 400px;
		}


#text2 a	{
		color: gray;
		}

#textgraph	{
		width: 650px;
		min-height: 400px;	
		margin: 1em 0 0 0;
		}


#main_area	{
		width: 900px;
		min-height: 450px;
		}

/*--------------------- */
/* 	NAVIGATION 	*/
/*--------------------- */


#menu		{
		font-size: small;
		color: #C0C0C0;
		padding-bottom: 30px;
		}

.menu_item 	{
		margin: 0 10px;
		}


#menu a		{
		text-decoration: none;
		color: #C0C0C0;
		}

#menu a:hover 	{
		color: white;
		}

#menu a:visited	{
		text-decoration: none;
		}
		

#footer		{
		font-size: x-small;
		text-align: center;
		width: 900px;
		padding-top: 5em;
		}

.copyright	{
		font-size: xx-small;
		}


/*--------------------- */
/* 	IMAGES		*/
/*--------------------- */



#graphic	{
		float: right;
		}



/*--------------------- */
/* 	TEXT 		*/
/*--------------------- */

h1		{
		font-size: 2em;
		font-family: Arial Narrow, Arial, sans-serif;
		font-weight: normal;
		}

ul		{
		margin-top: 2em;
		}



li		{	
		margin-top: 10px;
		}

.notes		{
		font-style: italic;
		text-align: center;
		}

.italic		{
		font-style: italic;
		}


#small		{
		font-size: x-small;
		}


p a		{
		color: gray;
		}


/*--------------------- */
/* 	TABLE		*/
/*--------------------- */


table tr td.pris	{
		margin-left: 80px;
		}	
	


