﻿body{

	background-image:url('../images/bg.jpg');
	text-align:center;
	background-repeat:repeat-x;
	background-color:#F9F9F9;
	margin-top:0px;
	font-family:Verdana;
	font-size:small;

}

li {
	font-size:x-small;
	
}
li a{
	color:#1D4190;
}

p,td, input{
	font-family:Verdana;
	font-size:small;
}
#header{
	width:944px;
	height:123px;
	background:white url('../images/florkor-header.jpg') no-repeat scroll center center;
}

#layout{
	text-align:center;
	width:1024px;
	height:auto;
	 border-collapse:collapse;
	 border:0;
	 padding:0;
	
}

#navigation{
	  background-image:url('../images/nav-bg.jpg');
	  background-repeat:repeat-x;
	 
}

#submenu{
	 background:#F9F9F9 url('../images/sub-menu.jpg') no-repeat scroll center center;
	 width:944px;
	 height:43px;
	 text-align:right;
	 vertical-align:middle;
}


#content{
	 background-color:white;
	 vertical-align:top;
}

.title{
	color:#303460;
	font-size:medium;
	font-weight:bold;


}
.section{
	 margin-top:8px;
	 margin-left:5px;
	 position:relative;
	 height:100%;
	 width:99%;
	 background-image:url('../images/inner-header.jpg');
	 background-color:white;
	 background-repeat:no-repeat;
	 border-color:#c4c4c4;
	 border-style:solid;
	 border-width:1px;
}

.section-in{
	height:100%;
	width:92%;
	margin-top:20px;
	margin-left:45px;
	position:relative;
	font-size:small;
}

.frame-right{
	 background:#F9F9F9 url('../images/frame-right.jpg') repeat-y scroll center center;
	 height: auto;
	 width:43px;
}

.frame-left{
	 background:#F9F9F9 url('../images/frame-left.jpg') repeat-y scroll center center;
	 height:auto;
	  width:37px;
}

.copyright{
	 font-size:xx-small;
}
