br.clearer { clear: both; }

body
{
    font-family: Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FFFFFF;
    background: url(../images/bg.jpg) repeat-x top;
    font-size: 0.7em;
    text-align: center;
    height: 100%;
}

#header
{
    margin-right: auto;
    margin-left: auto;
    background: url(../images/headbg.png) no-repeat top center;
    width: 796px;
    height: 148px;
    text-align: left;
}

#logo
{
  padding-top: 20px;
  padding-left: 10px;
  height: 70px;
}

H1
{
	font-size: 14px;
	margin-bottom: 2px;
	color: #000;
	font-family: Helvetica, Georgia, verdana, Arial;
}
H2
{
	font-size: 13px;
	margin-bottom: 2px;
	color: #000;
}
H3
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #000;
	font-family: Helvetica, Georgia, verdana, Arial;
}
P
{
	font-size: 11px;
	font-family: Verdana, Georgia, Helvetica, Arial;
	color: #000;
}

/* ############ MENU ############# */

#navtop
{
    background: #ccc url('../images/menubg.png') no-repeat top center;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 796px;
    height: 56px;
}


#navtop ul
{

    margin: 0px;
    padding-top: 11px;
    padding-left: 75px;
    list-style-type: none;
    height: 36px;
    text-align: left;
    
}

#navtop ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 39px;
    padding-right: 39px;;
    border-right: 1px solid #fff;
}

#navtop a:link, #navtop a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover
{
    text-decoration: underline;
}
#navtop a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/* ############# CONTENT ############# */

#content
{
    margin-right: auto;
    margin-left: auto;
    width: 796px;
    background: #ccc;
}

#presentation
{
    margin-right: auto;
    margin-left: auto;
    width: 738px;
    height: 288px;
    background: #ccc url(../images/contbg.gif) no-repeat center;
}

.column
{
    display: inline;
    float: left;
    width: 335px;
    color: #fff;
    text-align: left;
}


#colone
{
    margin: 30px 20px 0 20px;
}

#coltwo
{
    margin: 30px 0px 0 6px;
}


.column h1 
{
    font-size: 16px;
    margin-bottom: 2px;
    position: relative;
    color: #fff;
}

.column p
{
    color: #fff;
}

.info
{
    background: #ccc url(../images/infobg.png) no-repeat center;
    height: 500px;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
}

.infotext
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: left;
    color: #000;
    font-size: 12px;
}    

/* ##########  Searchframes  ############ */

.search
{
    background: #ccc url(../images/sbg.png) no-repeat center;
    height: 100px;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
}

.searchframe
{
    margin-left: 20px;
    line-height: 100px;
    height: 100px;  
}

.searchframe img
{
    float: left;
    vertical-align: middle;
    margin-right: 40px;
    height: 42px;
    width: 100px;
    margin-top: 29px;
}

.searchframe form
{
    _margin-top: 35px;
}

/* ########## SEARCHENGINES ####### */

.searchengines
{
    float: left;
    display: inline;
    width: 210px;
    height: 150px
    color: #000;
    margin-bottom: 15px;
}

.searchengines img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/* ########## FOOTER ########### */

#footer
{
    background: #ccc url(../images/footerbg.png) no-repeat center;
    height: 50px;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
}

#footinfo
{
    line-height: 50px;
    padding-left: 20px;
    text-align: left;
    color: #CCC;
    font-size: 10px;
}
