/* CSS Document */



body {
font-family: Tahoma;
font-size: 12px;
text-align: justify;
color: #464646;
background: #ffffff url(bg.jpg);
margin: 0;
}

#container {
width: 643px;
background: url(bg1.jpg) repeat-y top left;
}

#header {
width: 643px;
height: 657px;
background: #ffffff url(header.jpg) no-repeat left top;
float: left;
}

#content {
width: 450px;
margin-left: 0px auto;
text-align: justify;
padding: 0px 4px 0px 4px;
float: left;
}

#sidebar {
width: 155px;
padding-left: 4px;
padding-right: 4px;
float: left;
}


h1, h2, h3, h4, h5, h6 {
font-family: Georgia;
font-size: 12px;
color: #ffffff;
text-transform: capitalize;
background-color: #000000;
text-align: left;
font-weight: bold;
font-style: italic;
border-top: none;
border-right: none;
border-bottom: 3px solid #bf6c7c;
border-left: none;
padding-left: 2px;
}

a {
text-decoration: none;
color: #000;
font-family: Georgia;
font-weight: bold;
font-style: italic;
}

a:hover {
text-decoration: none;
color: #000;
font-family: Georgia;
font-weight: bold;
font-style: italic;
border-bottom: 1px solid #bf6c7c;
}

blockquote {
background-color: #000;
color: #fff;
text-align: justify;
padding: 4px 4px 4px 4px;
margin-left: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, blockquote a {
text-decoration: none;
color: #bf6c7c;
font-family: Georgia;
font-weight: bold;
font-style: italic;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, blockquote a:hover {
text-decoration: none;
color: #bf6c7c;
font-family: Georgia;
font-weight: bold;
font-style: italic;
border-bottom: 1px solid #fff;
}

input, textarea, select {
background-color: #fff;
font-family: Tahoma;
font-size: 12px;
color: #000;
border: 1px solid #000;
}

ul, li {
list-style-type: none;
margin: 0px;
padding-left: 4px;
}

#footer {
clear: both
}