/* MENU */
#menu {
 float: left;
 width: 200px;
 padding-left:30px;
 margin-right: 0px;
 margin-top: 100px;
margin-bottom:500px;

}


#blueblock{
width: 212px;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 190px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #eceaeb;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #DAB3CE;
background-color: #B5C3CF;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #9E699D;
background-color: #DAB3CE;
color: #fff;
}

/* BODY */

BODY

{
 background-color: #aa9594;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
 font-family: Arial, Helvetica, sans-serif;
}

/* STRUCTURE */



#page {
 width: 790px;
 margin-left: auto;
 margin-right: auto;
}

#clear {
float:none;
clear:both;
}

#frame {
 background: url('images/frame.jpg') repeat-y;
 width: 790px;
}


#topbanner {
 background: url('images/header.jpg') no-repeat;
 width: 790px;
 height: 140px;
}



#topbanner2 {
 background: url('images/header2.jpg') no-repeat;
 width: 790px;
 height: 261px;
}


.title {
 color: #A270A3;
 font-size: 40px;
 padding-top: 50px;
 text-align: right;
 letter-spacing: 1px;
 padding-right: 150px;
}

.title a  { color: #A270A3; text-decoration: none;}

.title a:active{ color: #A270A3; text-decoration: none;}

.title a:visited { color: #A270A3; text-decoration: none;}

.title a:hover {color: #c1819b; text-decoration: underline;}


#main {
 float: left;
 margin: 20px 20px 0 25px;
 width: 490px;
 background-color:transparent;
 overflow:hidden;

}

.main_post {
 font-size: 90%;
 padding: 5px;
 line-height: 130%;
 margin-left: 10px;
 color:#333333;

}


.main_title {
 color: #A270A3;
 font-weight: bold;
 font-size: 18px;
 letter-spacing: 2px;
 font-family: Georgia;
 margin-bottom: 8px;
}



.main_title a {color: #A270A3; text-decoration: none;}

.main_title a:active {color: #A270A3; text-decoration: none;}

.main_title a:visited {color: #A270A3; text-decoration: none;}

.main_title a:hover {color: #c06489; text-decoration: underline;}


.main_post a {color: #c06489; text-decoration:underline;}

.main_post a:active {color: #c06489; text-decoration:underline;}

.main_post a:visited {color: #c06489; text-decoration:underline;}

.main_post a:hover { background: #fff; color: #c06489; text-decoration:underline;}




#footer {
 background:url('images/footer.jpg') no-repeat;
 width: 790px;
 height: 101px;
  text-align: center;
  padding-left:100px;
 font-size: 10px; 
 color: #808080;
 float:none;
clear:both;
}



#footer a:link { color: #c06489; text-decoration: none;}

#footer a:visited { color: #c06489; text-decoration: none;}

#footer a:active { color: #c06489; text-decoration: none;}

#footer a:hover { color: #c06489; background: #fbf3f7; text-decoration: underline;}


#contact { font-size:90%; padding:20px;}

#contact h2 { font-size:120%; color:#808080; margin:0; padding:0;}

#contact a:link { color: #c06489; text-decoration: none;}

#contact a:visited { color: #c06489; text-decoration: none;}

#contact a:active { color: #c06489; text-decoration: none;}

#contact a:hover { color: #c06489; background: #fbf3f7; text-decoration: underline;}


