body { 
background : #ffffff url('/images/style/body-background.png') repeat top left fixed; 
}

.header { 
width: 845px;
height: 500px;
margin-top: 10px;
margin-left: 10px;
}

.container {
background-color: #ffffff;
opacity:0.4;
filter:alpha(opacity=40);
width: 1000px;
height: 5000px;
top: 100px;
left: 50px;
position: absolute;
}

.ad{
position: absolute;
left: 60px;
top: 105px;
width: 728px;
height: 90px;
margin: 5px;
padding: 7px;
background: #cccccc url('/images/style/ad-background.gif');
border: 1px dashed #cccccc; 
}

.sidebar {
background: transparent;
color: #666666;
width: 200px;
height: 5000px;
position: absolute;
top: 110px;
left: 835px;
padding-left: 10px;
font-family: tahoma;
font-size: 10px;
text-align: center;
}

.content {
background: transparent;
left: 60px;
width: 750px;
height: 600px;
position: absolute;
top: 235px;
font-family: tahoma;
font-size: 10px;
text-align: left;
}

a, a:link { 
text-decoration : none; 
color : #8B658B;
; 
} 

a:hover {
color: #8B658B;
font-family: tahoma;
text-transform: none;
font-weight: none;
font-size: 10px;
text-decoration: line-through;}

b { 
color : #CD6090; 
}

strong {
color: #666666;
}
 
u { 
color : #666666; 
border-bottom : 1px solid #CD6090; 
} 



.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
padding: 6px;
text-align: center;
background-color: #ffffff;
border: 1px solid #dbdbdb;
}
.alignleft{
float: left;
margin: 1px 4px 0 0;
padding: 6px;
background-color: #ffffff;
border: 1px solid #dbdbdb;
}
.alignright{
float: right;
margin: 1px 0 0 4px;
padding: 6px;
background-color: #ffffff;
border: 1px solid #dbdbdb;
}
.alignnone{
margin: 1px 4px 0 0;
padding: 6px;
background-color: #ffffff;
border: 1px solid #dbdbdb;
}

input, textarea, select, button {
border-bottom: #DCDCDC 1px solid;
border-left: #ffffff 1px solid;
border-top: #ffffff 1px solid;
border-right: #DCDCDC 1px solid;
color: #666666;
font-size:10px;
background: #F5F5F5;}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
border: 1px solid #F8C9DD;
color:#666666;
background: #FFB6C1; 
border-bottom: #FFE4E1 1px solid;
border-left: #FFFAFA 1px solid;
border-top: #FFFAFA 1px solid;
border-right: #FFE4E1 1px solid;}

.title1 {
font-family: times new roman;
font-size: 24px;
background: #ffffff;
color: #8B658B;
padding-bottom: 2px;
border-bottom: 1px dotted #666666;
text-transform: lowercase;
}

.title2 {
background: #CD6090; opacity:0.4;
filter:alpha(opacity=40); text-color: #8B658B;
color: #ffffff;
font-family: times new roman;
font-size: 12px;
margin-bottom: 5px;
}

.table {
border-left: 1px dotted #666666;
border-right: 1px dotted #666666;
border-top: 1px dotted #666666;
border-bottom: 3px solid #666666;
background: #ffffff url('/images/style/ad-background.gif');
margin-bottom: 10px;}


.blockquote {
text-align: justify;
color:#c0c0c0;
background: #ffffff;
border-left: 5px solid #8B3A62;
padding:0 5px 0 28px; 
margin: 0 5px 0 5px;
}

