/* ************************************************************************************************** */
/*                       CSS by Bernard Philip - http://joomlabasic.blogspot.com									  */
/*                         JOOMLA 1.0.x 1module TEMPLATE 										  */
/* ************************************************************************************************** */
/* For Joomla v. 1.0.x																				  */
/*																									  */
/*																									  */
/* ************************************************************************************************** */
/* CONTENT CSS 																						  */
/* ************************************************************************************************** */

body {
font-size:76.1%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3em;
}

/* ************************************************************************************************** */
/* TEMPLATE LAYOUT CSS - DEFINE YOUR OWN TEMPLATE STYLES HERE										  */
/* ************************************************************************************************** */

#container {
	margin:0 auto;
	width:728px;
}
#container2 {
  margin-top: 40px;
  margin-left: 11px;
	width:728px;
}
#top{
    padding-left:160px;
}

#header {
background:url(../images/header2.png);
	width:728px;
	height:200px;
}

#logo {
float:left;
background:url(../images/logo.png) no-repeat;
width:130px;
height:110px;
margin-left:25px;
margin-top:-25px;
}

#main_col {
width:724px;
border-top:4px ridge blue;
border-left:2px ridge blue;
border-right:2px ridge blue;
}

#footer {
  background:url(../images/footer.png) no-repeat;
  text-align:center;
  width:728px;
  height:49px;
}
.clr{
	clear : both;
}
.inside {
padding:10px;
}

/* ************************************************************************************************** */
/* JOOMLA MENU CSS 																					  */
/* ************************************************************************************************** */

    #mainlevel,#mainlevel ul{
    float:left;
    list-style:none;
    line-height:1em;
    background:transparent;
    font-weight:500;
    margin:0;
    padding:0;
    }
    #mainlevel a{
    display:block;
    color:white;
    text-decoration:none;
    margin-right:1px;
    padding:0.3em;
    }
    #mainlevel li{
    float:left;
    padding:0;
    }

a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited {
  background:url(../images/menu_bg.png) no-repeat;
  width:97px;
  height:28px;
}
a.mainlevel:hover {
  background:url(../images/menu_bg2.png) no-repeat;
  width:97px;
  height:28px;
}
