/*
************************************************************************
*********** Author: Arthur Borges ***************************************
*********** Questions? Feedback? Email me! ******************************
*********** Email: ArthurBrazil@gmail.com *******************************
*********** Site: http://www.kulbox.com **********************************
*********** Date: 3/16/07 ***********************************************
*********** Liscense: Creative Commons Attribution 3.0  License ************
Just one link on your site pointing to http://www.kulbox.com is all I ask *****
*************************************************************************
*/
body {
background: #FFF url(images/bg.gif) repeat-x;
margin:0 0 0 0;
}

#container {
margin:0 auto;
background: #09d;
width: 800px;
}
#header {
padding: 0 0 0 0;
margin:0 auto;
background: #09d url(images/hbg.gif);
width: 800px;
height: 120px;
}
#header  a,#header a:active,#header a:link,#header a:visited,#header a:hover{
padding: 0 0 0 25px;
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size: 29px;
font-weight: bold;
letter-spacing:-2px;
color: #FFF;
text-decoration: none;
}
#header h1 {
padding: 0 0 0 25px;
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 0px;
letter-spacing:-1px;
color: #FFF;
text-decoration: none;
}
#navvy {
text-align: right;
padding:5px 0 0 0;
margin:0 auto;
background: #FFF;
width: 800px;
height: 27px;
}
#navvy ul, #navvy li {
display: inline;
}
#navvy a {
padding:6px 5px 5px 5px;
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size: 15px;
line-height: 20px;
font-weight: bold;
letter-spacing:-1px;
text-decoration: none;
color: #09d;
}
#navvy a:hover {
background: #bbb;
border-bottom: 3px solid #09d;
color: #fff;
}
#cont {
border-top: 2px solid #09d;
text-align: right;
margin:0 auto;
background: #FFF;
width: 800px;
}
#sider {
padding:0;
margin:0;
text-align:left;
float: left;
background: #DDD url(images/sbg.jpg) bottom repeat-x;
width: 200px;
height: 420px;
}
#sider h1 {
padding: 15px 0 0 15px;
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size: 25px;
font-weight: bold;
line-height: 0px;
letter-spacing:-2px;
color: #777;
text-decoration: none;
}
#sider ul, #sider li {
margin:0 0 0 0;
padding:0px 15px 0 15px;
list-style-type: none;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
}
#sider a {
margin:0 0 0 0;
padding:2px 0px 0px 0px;
font-size: 15px;
font-weight: bold;
letter-spacing:-1px;
text-decoration: none;
color: #09d;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}
#sider a:hover {
background: #333;
}
#main {
padding:0 0 0 0;
overflow: auto;
text-align: left;
float: right;
background: #FFF;
width: 600px;
}
#main h1 {
padding: 25px 0 5px 15px;
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size: 35px;
font-weight: bold;
line-height: 0px;
letter-spacing:-2px;
color: #777;
text-decoration: none;
}
#main img {
float:left;
padding:5px 15px 10px 15px;
}
#main p {
padding:0 15px 0 15px;
font-size: 15px;
line-height: 20px;
font-weight: bold;
letter-spacing:-1px;
text-decoration: none;
color: #666;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}
#footer {
background: #333;
width: 800px;
height: 27px;
}