/* Spira Studio AB
Author: Sara Axelsson */

*{
margin:0;
padding:0;
}
body{
font-family:"Trebuchet MS", Arial, Arial;
font-size:13px;
color:#333;
background-image:url("/img/bgBody.jpg");
background-repeat:repeat-y;
background-position:50% 0 ;
}

.LogoFG{
background-image:url("/img/LogoFG.gif");
background-repeat:no-repeat;
background-position:97% 0%;
text-indent:-1500px;
height:120px;
margin:0;
}

h1{
font-family:Georgia;
margin-top:14px;
color:#C62F58;
font-size:22px;
font-weight:normal;
}

h2{
margin-top:14px;
font-size:15px;
font-style:italic;
color:#C57619;
}

h3{
font-size:13px;
margin-top:14px;
font-style:Italic;
border-bottom:1px dotted #C62F58;
}

p{
margin-top:6px;
line-height:18px;
}


a{
color:#333;
}

a:link, visited{
text-decoration:underline;
}

H1.header{
font-size:16px;
font-style:Italic;
text-align:right;
padding:3px;
}


#content ul{
margin-top:14px;
}


#content li{
list-style:none;
background-image:url("/img/menu-icon-inactive.gif");
background-repeat:no-repeat;
background-position:0 8px;
padding:3px 0px 8px 15px;
}


#placeHolder{
background-color:#FFF;
margin:0 auto;
width:740px;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

#nav{
background-image:url("/img/bgNav.gif");
background-repeat:repeat-x;
background-color:#FFF;
height:100%;
overflow:hidden;
}

#nav ul{
margin-top:15px;
}

#nav ul li{

display:inline;
padding:10px;
border-right:1px solid #D580A5;
font-size:14px;
}


#nav a:link, visited{
text-decoration:none;
}

#nav a:visited {
	text-decoration: none;
}

#menu{
float:left;
width:200px;
padding:10px;
margin-bottom:100px;
margin-top:8px;
}

#menu a:link{
text-decoration: none;
}

#menu a:visited {
text-decoration: none;
}


#content{
width:490px;
float:left;
padding:0px 10px 25px 10px;
}

#main{
overflow:hidden;

}
#footer{
background-color:#DFAA64;
width:480px;
float:left;
height:65px;
padding:10px 10px 10px 250px;
background-image:url("/img/bgAddress.gif");
background-repeat:no-repeat;
margin-bottom:10px;
}

#wrapper{
overflow:hidden;
width:900px;
background-position:50% 0;
margin:auto;
}

table, td{
border:0;}

#content td{
border-bottom: 1px solid #CCC;}

