/* 
  -----------------------------------
  RAKSoft Style Sheet
  by Rolf André Klaedtke
  www.raksoft.ch
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #663300;
	margin: 0px;
	background-color: #FFAE4D;
	background-image: url(../images/bkg.jpg);	
	background-repeat: repeat-x;
}

div {
	/*border: 1px solid Red;		*/
}

/*Heading Styles*/
h1, h2, h3, h4,  h5, h6 {
	color: #FF9900;
}
h1 {
	font-size: 110%;
}
/* Elements */
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 90%;
}
/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:active {
	color: #663300;
	background-color: #FFAE4D;
}
a:hover, a:focus {
	color: #003333;
	text-decoration: underline;
}

/* IDs */
#header {
	margin: 0px;
	height: 108px;
}
#navigation {
	position: absolute;
	top: 8px;
	left: 80px;
}
#layoutwrapper {
	width: 918px;
	margin: 0px;
	padding: 0px;
}
#mainbox {
	float: right;
	width: 716px;
	height: 541px;
	margin: 0px;
	background-image: url(../images/stage.jpg);
	background-repeat: no-repeat;
	background-color: White;
}
#submainbox {
	float: right;
	width: 716px;
	height: 541px;
	margin: 0px;
	background-image: url(../images/stageclean.jpg);
	background-repeat: no-repeat;
	background-color: White;
}
#maincontent {
	font-size: 90%;
	line-height: 150%;
	margin: 15px 25px 0 10px;
}
#contactwrapper {
	width: 700px;
}
#conleft {
	float: left;
	width: 260px;
}
#conright {
	padding-left: 5px;
	float: right;
	width: 420px;
	border-left: 1px dotted #FE9900;
}
#leftbox {
	float: left;
	width: 202px;
	height: 541px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
}
#subleftbox {
	float: left;
	width: 202px;
	height: 541px;
	background-image: url(../images/sidebarclean.jpg);
	background-repeat: no-repeat;
}
#leftcontent {
	width: 85px;
	margin: 0 0 0 38px;
	font-size: 0.75em;
}
#leftcontent h3 {
	color: #663300;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
#footer {
	font-size: 80%;
	clear: both;
	margin: 35px auto 10px auto;
	color: #666666;
	border-top: 1px dotted #666;
}
#floatimageleft {
	float: left;
	margin: 5px;
	margin-right: 10px;
}
#floatimageright {
	float: right;
	margin: 5px;
	margin-left: 10px;
}

/* Classes */
.Textbold {
	font-weight: bold;
}