
/********** HEADER **********/
#header {
   position: absolute;
   width: 600px;
   height: 149px;
   top: 20px;
   right: 250px;
   background-image: url(images/header_back.png);
   background-repeat: repeat-x;
   background-position: right top;
}

#header h1{
   font-family: sans-serif, Verdana, Tahoma, Arial;
   font-size: 20px;
   font-weight: bold;
   margin-right: 20px;
   margin-top: 20px;
}

#header a{
   text-decoration: none;
   color: #ffffff;
}

#header .header-bar {
   position: relative;
   margin-top: 55px;
   margin-right: 50px;
}

#header .header-bar a{
   padding: 5px 20px 5px 20px;
	background: #d75b00;
}

#header .header-bar a:hover {
   background: #d57e3e
}

/*********** CONTENT *************/
#content {
   position: absolute;
   width: 600px;
   top: 169px;
   right: 250px;
   font-family: sans-serif, Verdana, Tahoma, Arial;
}

#content p{
   font-size: 12px;
   color: #222222;
   text-align: justify;
}

#content h2{
   font-size: 16px;
   font-weight: bold;
   color: #613200;
}

#content h4{
   font-size: 14px;
   font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

#content a{
   text-decoration: none;
   color: #4500fa;
}

#content a:hover{
   color: #a80045;
}

#content a:visited{
   color: #a500fa;
}

#content ul{
   font-size: 12px;
}

/*************** FOOTER ********************/
#content .footer{
   position: relative;
   height: 74px;
   top: 30px;
   background-image: url(images/footer_back.png);
   background-repeat: repeat-x;
   background-position: right top;   
}

#content .footer p{
   position: relative;
   top: 30px;
   margin-right: 15px;
   margin-left: 15px;
   color: #555555;
}

/**************** SIDEBAR **********************/
#sidebar {
   position: absolute;
   width: 220px;
   top: 150px;
   right: 10px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
}

#sidebar h4{
   font-family: sans-serif, Verdana, Tahoma, Arial;
   font-size: 14px;
   font-weight: bold;
	border-bottom: 1px dotted #ccc;
   color: #333300;
   text-align: center;
}

#sidebar img{
   border: none;
}
