/* @group General Styles */

body {
	margin-top:0px;
	padding-top:0px;
	background-color: #21658c;
	background-repeat: repeat-y;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	color: #39444d;
	background-image: url("images/background.png");
	text-align:center;
}

a {
	text-decoration: none;
	color: #cb4200;
}

a:hover {
	text-decoration: underline;
}

p, ul {
	margin-bottom: 20px;
	line-height: 1.6em;
}

img {
	border: none;
}

#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: url('images/frame_top.png') no-repeat 50% top;
	display:block;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height:91px;
	top: 0px;
	left: 0px;
}

#title
{
	float:left;
	margin: 0 0 0 10px;
	display: block;
	width: 250px;
	height: 91px;
	padding: 25px 0 0 0px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	font-size: 22px;
}

#title a
{
	text-decoration:none;
	color:White;
}

#containerBackground {
	background-image:url('images/frame_body.png');
    background-repeat:repeat-y;
}

#containerPipers {
	margin-left:4px;
	background: url('images/frame_pipers.png') bottom no-repeat;
	padding-bottom:160px;
	display: block;
}

#contentContainer {
}

#contentContainer #content {
	text-align:left;
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
}

#footer
{
	background-image:url('images/frame_footer.png');
    color: #999;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

#footer2
{
	height:41;
	background-image:url('images/frame_copyright.png');
	display:block;
	margin: 0 auto;
	padding:17px 0 24px 32px;
}

#footer2 span
{
	float:left;
	padding-right: 10px;
}

#footer2 a
{
	text-decoration:none;
	color:#FFF;
	border-bottom:1px dotted #FFF;	
}

#footer a:hover, footer2 a:hover
{
  text-decoration:none;
}

#medlemContainer {
	text-decoration: none;
	text-align: center;
	margin-bottom: 20px;
}

#medlemContainer a {
	text-decoration: none;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0; list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding-top: 40px;
	padding-right: 15px;
	float:right;
}

#navcontainer li { 
	display: block; 
	float: left;
	padding-left:5px;
}

#navcontainer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	font-family:Helvetica,Verdana,Arial,Tahoma,sans-serif;
	display: block;
	padding: 5px 10px;
	background: url('images/nav_tab.png') repeat-x top left;
	color: #fff;
	text-decoration: none;
	float: left;
}

#navcontainer #current {
	font-weight:bold;
}

#navcontainer #current:hover {
}

/* @end */

/* @group Global Classes */

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#111; 
  clear:both;
}

h1 {
  font-size: 35px;
  color: #39444d;
  font-family:'Georgia',Times,Serif;
}

h2, h2 a {
  font-size: 1.3em;
  line-height:1.2;
  letter-spacing: 0px;
  text-decoration: none;
}

h3, h3 a {
  font-size: 1.2em;
  line-height:1.25; 
  font-weight:bold;
}

h4 {
  font-size: 1em;
  font-weight:bold;
}

h5, h6 {
  font-size: 1em;
}
