/* Start of CMSMS style sheet 'content' */
/*
***********************************************************
Title:     Content
Author:    K.Druijf - Booly.nl
***********************************************************
*/
@charset "utf-8";

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #000;
	font-size: 10px; 
	font-family: "verdana, Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; 
	line-height: 1.3em;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }


h1, h2, h3, h4, h5, h6 { font-family: gill sans-serif;}

b, stong{
   font-weight: bolder;
}

img {
        padding: 4px;
}

p{
   display: block;
   margin: 4px 0px 4px 0px;
}
#center #maincontent { 
         font-family:verdana;
         font-size:14px;
         font-style: normal;
         font-weight: normal;
         margin-bottom:1.3em;
         margin-top: 1em;
         color: #000
} 

#center ol, #center ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

hr {
	clear:both;
	background: #596975;
	color: #596975;
	border: 0;
	height: 1px;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/

#header {
	background: url(/uploads/images/images/bg-top.jpg) no-repeat  top;
             
}

#slogan1{
             float:left;
             margin-left:0px;
             margin-top:42px;
             width:540px;
             text-align :right;
}

#slogan1 h1{
             font-size : 36px;
              font-family: verdana;
             color: #fff;
             height:70px;
             letter-spacing:6px;
             margin:0px;
             line-height: 1.3em;
             font-weight: 100;
}

#slogan2{
             float:left;
             font-family: geneva;
             min_height:90px;
             margin-left:25px;
             margin-top:56px;
             width:300px;
             text-align :left;
}

#slogan2 h2{
             font-size : 24px;
             color: #fff;
             line-height: 1.3em;
             font-family: verdana;
             font-weight: 100;
}


/* home center/////////////////////////////////////////////////////////////////////////////////*/

#line1, #line2, #line3{
             background: transparant;
	color: #000;
	font-size: 12px; 
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; 
	line-height: 1em;


}
#line1{

           margin: 170px 0px 0px 224px;
}

#line2{

           margin: 40px 0px 0px 232px;
}

#line3{

           margin: 40px 0px 70px 240px;
}

#logo {
	background: url(../images/logo.png) no-repeat top;
	height: 135px;
	width: 300px;
	left: 0;
	top: 0;
	position: absolute;
}

#center {	
	background: url(/uploads/images/images/bg-main-content.jpg)  no-repeat scroll top center;
             


}


/* gallery center/////////////////////////////////////////////////////////////////////////////////*/

#flash{
              margin-left: -130px;
              margin-top: -75px;
}


#maincontent{
                   margin:auto;
                   width:650px;
                   display: block;
                   top:10px;
}


#logo a {
	display: block;
	height: 135px;
	width: 300px;
	cursor: pointer;
}

/*////////////////////////
#main a {
	color: #596975;
}
 /////////////////////////*/

#footer {
	background: #DCDCDC;
             background: transparant;
	color: #000;
	font-size: 11px; 
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; 
             font-weight: bold;
}
/* End of 'content' */

