/* Background color, logo, main content size */

body
{
background-color:#FFF;
background-image:url(../images/background.jpg);
background-repeat:repeat;
text-align:center;
margin:0;
}


.logo
{
text-align:center;
background-image:url(../images/logo.png);
background-repeat:no-repeat;
width:915px;
height:177px;
margin-top:0px;
margin-left:0;
margin-right:auto;
margin-bottom:0px;
position:relative;
}


.container
{
text-align:right;
width:915px;
height:auto;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
position:relative;
}

.mycontent
{
width:900px;
height:auto;
padding-top:20px;
margin-top:0px;
margin-bottom:15px;
margin-left:15px;
margin-right:0px;
text-align:center;
position:relative;
}





/* Navigation */


.nav
{
position:absolute;
top:90px;
left:0px;
width:915px;
height:27px;
text-align:left;
}


.navhome
{
	position:absolute;
	width:53px;
	height:26px;
	left:435px;
}


.navabout
{
	position:absolute;
	width:55px;
	height:26px;
	left:515px;
}


.navprint
{
	position:absolute;
	width:43px;
	height:26px;
	left:600px;
}


.navidentity
{
	position:absolute;
	width:70px;
	height:26px;
	left:675px;
}


.navweb
{
	position:absolute;
	width:41px;
	height:26px;
	left:775px;
}


.navcontact
{
	position:absolute;
	width:69px;
	height:26px;
	left:845px;
}





/* LINKS */

A:link, A:visited
{
color:#e9654c;
text-decoration:underline;
}




/* Copyright & contact */


.copyrightcontainer
{
text-align:right;
width:915px;
height:auto;
margin-top:20px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
position:relative;
}


.copyright
{
position:relative;
height:auto;
margin-top:20px;
padding-top:10px;
text-align:center;
float:none;
color:#000000;
margin: 0px;
font-family: 'Questrial', sans-serif;
font-size:9pt;
font-style: normal;
}
