*{
margin: 0;
padding: 0;
}

body{
background:#ece9ef;
font-family: calibri, arial, sans-serif;
color: #888;
font-size: 11pt;
letter-spacing: 0.25ex;
}

#main{
background: url("/images/main-bg.png") repeat-y;
width:1024px;
margin: auto;
}

#head{
color: #4960ee;
font-family: Adobe Garamond Pro, serif;
font-size: 35pt;
line-height: 192px;
padding-left: 30px;
background: url("/images/header.jpg");
width: 970px;
height: 192px;
margin: auto;
}

#sidebar-ads-left{
width: 160px;
margin: 0 15px 0 22px;
float: left;
}

#sidebar-navigation{
width: 120px;
margin: 0 15px 0 0;
float: left;
font-size: 10pt;
}

#sidebar-navigation a{
letter-spacing: 1px;
display: block;
border-bottom: 1px dotted #ddd;
padding: 3px 0;
}

#content{
width:500px;
margin: 0 15px 0 0;
float: left;
}

#sidebar-ads-right{
width: 160px;
margin: 0 0 0 0;
float: left;
}

#foot{
text-align: center;
font-size: 9pt;
color: #aaa;
padding: 30px 0 10px 0;
}

a{
text-decoration: none;
color: #4960ee;
}

a:hover{
background-color: #f7f7f7;
}

a img{
border: none;
}

.float-right{
float:right;
margin: 0 10px;
}

.float-left{
float:left;
margin: 0 20px 0 0;
}

.center{
text-align: center;
}

.caption{
text-align: center;
font-size: 10pt;
font-variant: small-caps;
font-weight: bold;
}

h1{
font-family: serif;
font-size: 20pt;
font-weight: bold;
letter-spacing: .25ex;
margin: 0 0 20px 0;
padding: 2px 0;
}

h2{
font-family: serif;
font-size: 14pt;
font-weight: bold;
margin: 0 0 10px 0;
}

h3{
font-size: 12pt;
color: #aaa;
margin: 0 0 10px 0;
}

hr{
margin: 0 0 20px 0;
background-color: #ddd;
color: #ddd;
border: none;
height: 1px;
}

p{
margin: 0 0 20px 0;
line-height: 2em;
}
 
ul{
margin: 0 0 20px 30px;
list-style: circle;
line-height: 2em;
}

ul ul{
margin: 0 0 0 40px;
}