@charset "utf-8";
/* CSS Document */

/*/////////////CLASSICO///////////////////////////////*/
/*/////////////////PAINTING///////////////////////////*/
/*/////////////AND RESTORATION///////////////////////////////*/

*{margin:0; padding:0;}

body{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#bc9d86;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:12px;
}

/*//////////////////////////////////////////////*/
/*/////////////TEXT STYLES//////////////////////*/
/*//////////////////////////////////////////////*/

p{
line-height:24px;
padding:0 0 0 15px;
}

h1{
color:#990000;
font-family:"Century Gothic";
padding-bottom:25px;
}


A:link{
color:ffffff;
text-decoration:none;
}


A:hover:{
text-decoration:underline;
}

A:visited{
color:ffffff;
}

/*////////////////////////////////////////////////////////*/
/*/////////////LAYOUT AND SUCH//////////////////////////////*/
/*////////////////////////////////////////////////////////*/

#container{
margin: 0 auto 0 auto;
width:800px;
height:800px;
}

#header{
width:800px;
height:197px;
background:#7b0700;
}

#subheader{
height:14px;
z-index:3;
text-transform:uppercase;
vertical-align:text-bottom;
width:800px;
text-align:right;
padding:1px;
}

#site{
z-index:2;
margin-top:0px;
width:800px;
height:650px;
background-repeat:repeat;
background-color:#EEEEEE;
text-align:center;
vertical-align:middle;
}

#site1{
width:800px;
height:650px;
overflow:auto;
}

#siteover{
width:800px;
background-color:#EEEEEE;
}

#left_content{
padding-top:20px;
width: 500px;
height:650px;
float:left;
}

#right_content{
padding-top:25px;
width:300px;
height:625px;
float:right;
background-image:url(images/note.png);
background-repeat:no-repeat;
background-color:#FFCCCC;
}

#right_content a{
color:#666666;
}

#navcont{
width:800px;
background-color:#b27070;
}

#footer{
width:800px;
background:#b27070;
text-align:right;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

#footer a{
color:#ccc;
}

#footer a:hover{
/*text-decoration:underline;*/
padding: 0 0 2px 0;
border-bottom:1px #eee solid;
color:#eee;
}