/*--------------------------------------------------
Title: sytle.css
Author: Daniel Zilli - zilli.daniel@gmail.com 
Date: 14-06-2008

This is a voluntary project made by LecHost
www.lechost.com
--------------------------------------------------*/

* {
margin:0;
padding:0;
}

img {
border:none;
}

body {
font-family:Verdana, 'Trebuchet MS', Helvetica, Georgia, Arial, 'Lucida Sans Unicode', 'Bitstream Vera Sans', sans-serif;
font-size:12px;
line-height:1.5em;
background-image:url(images/bg.gif);
margin:15px;
}

h2 {
color:maroon;
margin-top:20px;
}

hr {
margin-top:25px;
border:none;
background-color:#333;
height:2px;
width:100%;
}

#page-wrap {
background-color:#EAE9D4;
width:770px;
margin:0 auto;
}

#top-header {
background-color:#333;
color:#FFF;
font-size:1.2em;
font-family:Verdana, sans-serif;
font-weight:700;
text-align:center;
}

#logo {
margin-top:20px;
margin-left:20px;
}

#main-content {
width:590px;
float:right;
padding:10px;
}

#balloon {
margin-right:10px;
margin-top:-17px;
float:right;
width:180px;
}

#news {
width:370px;
height:auto;
margin-top:-20px;
text-align:justify;
}

#about p {
margin-top:20px;
text-align:justify;
}

#siderbar-left {
width:150px;
float:left;
}

#menu {
margin-top:45px;
margin-left:30px;
list-style:none;
line-height:2.2em;
}

#menu a {
text-decoration:none;
font-weight:700;
font-size:1.4em;
color:#334;
}

#menu a:hover {
border-bottom:2px dotted;
}

#image {
margin-top:50px;
text-align:center;
}

#footer {
background-color:#333;
color:#FFF;
font-size:0.9em;
font-weight:700;
height:40px;
clear:both;
text-align:center;
}

#footer #lec {
text-align:right;
margin-right:5px;
text-decoration:none;
color:#FFF;
}

#footer a {
text-decoration:none;
color:#FFF;
}

span {
font-weight:700;
}

h3,#news a {
font-size:1.1em;
}