* {
    padding: 0;
    margin: 0;
} 
p.rel{position:relative;left:139px;}

body {
background: #fdecc0;
font-family:Arial;
font-size: 14px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #850b09; text-decoration: none; }
a:hover { text-decoration: none; color : #ff0000; }

#wrap {
width: 800px;
margin: 10px auto;
}

#top {
background: #fdecc0 url(images/top.gif) no-repeat;
padding: 15px 0;
}

#header {
background: #fdecc0 url(images/header.gif) no-repeat;
height: 100px;
}
#header h1 {
padding: 0px 0 0 0px;
font-size: 45px;
letter-spacing: 5px;
font-weight: 900
}
#header h1 a {
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
font-size: 17px;
color: #eee;
font-weight: 100;
}

#content {
background: #fdecc0 url(images/content.gif) repeat-y;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 180px;
padding: 10px 10px 0px 30px;
font-size: 13px;
}
#left h2 { 
background: #fdecc0 url(images/sidebarh2.gif) no-repeat;
color: white; 
font-size: 15px; 
letter-spacing: 3px; 
font-weight: bolder;
height: 30px;
line-height: 30px;

}
#left ul { color:#470302; padding: 5px 0px 5px 20px; list-style-type:disc ; }
#left ul li { color:#5d0403;padding-bottom: 5px }
#left ul li a { color: 0066CC; text-decoration: none;  }
#left ul li a:hover { color: #0066CC; }

#left h3 { 
background: #fdecc0 url(images/advertisement.gif) no-repeat;
color: #fff; 
font-size: 15px; 
letter-spacing: 3px; 
font-weight:normal;
height: 50px;
line-height: 24px;
padding: 0px 0 0 0px;
}

#left a { color:#850b09;text-decoration: none; }
#left a:hover { color:#0066CC; text-decoration: none; }

#center {
float: left;
width: 360px;
padding: 10px 0 0 0px;
text-indent: 20px;
}
#center h2 {
background: #fdecc0 url(images/contenth2.gif) no-repeat;
height: 30px;
color:#470302;
line-height: 30px;

font-size: 18px;
letter-spacing: 3px;
font-weight: 500;
padding : 00 0px 0;
}
#center a { color: #0066CC;text-decoration: none; }
#center a:hover { color:#850b09; text-decoration: none; }

#right {
float: right; 
width: 180px;
padding: 10px 30px 10px 0;
}
#right h2 { 
background: #fdecc0 url(images/sidebarh2.gif) no-repeat;
color: #005EB0; 
height: 30px;
line-height: 30px;
color:white;
padding-left: 0px;
font-size: 15px; 
letter-spacing: 3px; 
font-weight: bolder;
}
#right a { color:#850b09;text-decoration: none; }
#right a:hover { color:#0066CC; text-decoration: none; }

#bottom { 
background: #fdecc0 url(images/bottom.gif) no-repeat;
padding: 15px;

}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 12px;
color: black;
}


