/* ====================================================================
   TEMPLATE: RAW
   AUTHOR: Lars Begerow
   DATE: June 2007
   BROWSERS PASSED: Internet Explorer 6, Firefox 2.0.0.8
   ==================================================================== */

/* ====================================================================
   Copyright of Artwork:Lars Begerow
   ==================================================================== */

/* Body setting */

Body {
	background-color: #66645B;
	text-align: center;
	font-size: 14px;
	color:black
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

:link, :visited {
	font-size: 12px;
	TEXT-DECORATION: none;
	color:black
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Content frame */

#Container{
	position:absolute;
 	left:150px; top: 5px; width:650px; HEIGHT:483px;
	border-right: none;
}
/* header */

#Header{
	COLOR: yellow;
	position:absolute;
	left:0px; TOP:0px;width:685px; HEIGHT:480px;
	background-image:url(raw_logo.jpg);background-repeat:repeat-y;
}

#Text {
	POSITION:absolute;
	left:75px; TOP:290px;width: 500px; height:300px;
}
#Footer{
	POSITION:absolute;
	BACKGROUND-color: transparent;
	left:350px; TOP: 350px; width:200px; height:480px;
}
#Myspace{
	POSITION:absolute;
	BACKGROUND-color: transparent;
	left:50px; TOP: 370px; width:200px; height:20px;
}