/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #fff url(back.jpg);
  text-align: center;
  color:#666;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999; }
a:active { text-decoration: none; color:#000; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: none;     color:#fff; background-color:#b2dc18;}

a img { border: none; }

#all {
    background: #fff url(white.jpg);
    margin-left:51px;
        width: 900px;
    float: left;
}
#top {
    background-image:  url(top.jpg);
    margin-left:51px;
    height:80px;
        width: 900px;
    float: left;
}
#end {
    background-image:  url(bottom.jpg);
    margin-left:51px;
    height:80px;
        width: 900px;
    float: left;
}
#bottom {
    font-size: 10px;
    width: 800px;
    float: left;
    padding-left:40px;
    padding-top:10px;

}
#logo {
    height:200px;
    float: left;
    padding-left:40px;
}
#left {
    width: 460px;
    float: left;
}

#menu {
    width: 400px;
    float: left;
    padding-left:40px;   
    padding-bottom:40px;     
    font-size: 9px;
    text-transform: uppercase;
}
#mbottom {
    width: 400px;
    height: 200px;
    float: left;
    background: url(mback.jpg);
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;

}

#menu ul li.section-title {color:#000; font-weight:bold;font-size: 10px;}

#content {
    width: 400px;
    float: left;
}

.container {

}

#content p { width: 400px; margin-bottom: 9px; }

#date {
    width: 600px;
    float: left;
    margin-top: 320px;
}
p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px;}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; float:left;margin-top:10px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

