/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #D36C67}
a:visited {color: #D36C67}
a:hover {color: #FCBC6A}
a:active {color: #FCBC6A}

#site_info a:link {color: #FFFFFF}
#site_info a:visited {color: #FFFFFF}
#site_info a:hover {color: #FFFFFF}
#site_info a:active {color: #FFFFFF}

html {
text-align: center;
}
p
{ 
line-height: 1.2
}
body {
position: relative;
width: 800px;
margin: 30px auto;
text-align: left;
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
background: #FCBC6A url(graphics/background.jpg) repeat-y top center;
}
#branding {
position: relative;
z-index: 10;
height: 361px;
background: #FFFFFF url(graphics/pakimauititle.jpg) no-repeat 0 0;
}
h1 {
position: absolute;
top: -28px;
right: -38px;
height: 172px;
width: 242px;
background: transparent url(graphics/flower.jpg) no-repeat;
text-indent: -9999px;
}
h2 {
font-size: 16px;
font-weight: 600;
color: #D36C67;
}
h3 {
font-size: 15px;
color: #000000;
text-decoration: underline;
font-style: italic;
font-weight: bold;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 800px;
background: #FFFFFF url(graphics/footer.gif) no-repeat bottom left;
}
/* content with navigation */
#right_content {
margin-left: 150px;
padding: 10px 25px;
background: #FFFFFF url(graphics/bottomrightbg.jpg) no-repeat bottom right;
}
#nav {
position: absolute;
left: 0;
top: 15px;
width: 150px;
font-size: 15px;
font-weight: 600;
}
#nav ul {
list-style: none;
margin: 0 0 0 20px;
padding: 0;
border: none;
}
#nav li {
margin: 5px 0;
}
#nav li a:link, #nav li a:visited {
padding-left: 17px;
color: #FCBC6A;
text-decoration: none;
background: #FFFFFF url(graphics/pinkswirl.gif) no-repeat top left;
}
#nav li a:hover {
color: #D36C67;
background: #FFFFFF url(graphics/orangeswirl.gif) no-repeat top left;
}
/* footer */
#site_info {
text-align: center;
font-size: 11px;
color: #FFFFFF;
margin-top: 4px;
}
table {
border-collapse:collapse;
padding: 0;
margin: 0;
border: none;
}
th, td {
padding: 2px;
border: none;
}
