body {
     padding:0;
     margin:0;
     font-size:12px;
     font-family:Verdana,Tahoma,Arial,sans-serif;
     color:#333;
     line-height:140%;
     text-align:center;
     background:#ddd;
}

#header {
   height:78px;
   margin:0 auto;
   width:960px;
   background:url(images/bg_header.jpg) no-repeat top center;
}

#header h1 {
   padding-top:15px;
   padding-left:15px;
   font-size:18px;
   font-weight:bold;
   font-family:Verdana,Tahoma,Arial,sans-serif;
   color:#ddd;
   text-align:left;
}

#header h2 {
   padding:15px;
   font-size:14px;
   font-weight:bold;
   font-family:Verdana,Tahoma,Arial,sans-serif;
   color:#ddd;
   text-align:left;
}

#header h3 {
   padding-left:15px;
   font-size:12px;
   font-weight:normal;
   font-family:Verdana,Tahoma,Arial,sans-serif;
   color:#ddd;
   text-align:left;
}

#container {
position:relative;
margin:0 auto;
width:970px;
background:url(images/bg_content.jpg) repeat-y left top #fff;
}

#content {
float:left;
text-align:left;
margin:20px 25px !important;
margin:5px 12px;
width:580px;
display:inline;
background:#fff;
overflow:hidden;
}

#side-left {
float:left;
border-right:1px dotted #ccc;
border-bottom:1px dotted #ccc;
margin-bottom:20px;
width:160px;
}

#side-right {
float:left;
border-left:1px dotted #ccc;
width:160px;
}


#footer {
clear:both;
color:#fff;
height:80px;
width:100%;
background:url(images/bg_footer.jpg) repeat-x bottom left #ddd;
}
.content-top {
background:url(images/bg_content_top.jpg) no-repeat left top;
}

/* MENU ITEMS */
#menu {
    margin-left:5px;
    margin-top:20px;
    margin-bottom:20px;
}

#menu a {
    width:155px;
    padding-top:5px;
    display:block;
    text-decoration:none;
    background-color:#fff;
    border-bottom:1px dotted #999;
    text-align:left;
    text-indent:10px;
}

#menu a:hover {
    background-color:#fafafa;
}

/* LOGIN PART */

#login {
    width:155px;
    margin-left:5px;
    margin-bottom:20px;
}

/* RIGHT SIDE */
#myad {
    width:155px;
    height:600px;
}

/* OTHER, DEBUG */
.info {
   font-size:9px;
   font-weight:normal;
   font-family:Verdana,Tahoma,Arial,sans-serif;
   color:#888;
}

.download{
	width:470px;
	align:center;
	background-color:#ccc;	
}

td{
	background-color:#fff;	
	margin:5px;
	padding:5px;
	text-indent:5px;
}