/*** Global styles ***/

body  {
padding:0;
margin:0;
background:url(images/paper_texture.jpg) no-repeat;
background-color:#F9E9BB;
background-attachment:fixed
}

img  {
border:0;
}

/**********/


/*** Left Menu styles ***/

#leftmenu  {
float:left;
width:330px;
margin:0;
padding:0;
background-color:#addfff;
height:897px;
}

#leftmenu p  {
color:#FFFFFF;
font-size:18px;
padding:10px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#leftmenu p span  {
font-size:24px;
font-weight:bold;
}

p#contact  {
color:#993300;
border-bottom:1px solid #993300;
margin:-0px;
font-size:17px;
}

/**********/


/*** Right Content styles ***/

#right_content  {
margin-left:320px;
padding:1em;
max-width:50em;
/*background:url(images/bg-sun.gif) no-repeat;*/
}

/**********/


/*** Sample site styles ***/

#site_container  {
margin:0 0 0 15px;
}

#sites  {
width: 250px;
float: left;
margin: 32px 20px 0 0;
padding: 0;
}

#sites p  {
font-size: 80%;
font-family:Georgia, Arial, Helvetica, sans-serif;
line-height: 140%;
margin: 3px 0 0 0;
padding: 0;
text-align: center;
width: 250px;
}

#sites p a  {
color:#996600;
border-bottom:1px dotted #996600;
text-decoration:none;
}

#sites p a:hover  {
color:#CC0000;
border-bottom:1px solid #CC0000;
text-decoration:none;
}

/**********/


/*** Footer styles ***/

#footer  {
font-family:Garamond, Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#993300;
margin: 0;
}

#footer a  {
color:#996600;
border-bottom:1px dotted #996600;
text-decoration:none;
}

#footer a:hover  {
color:#CC0000;
border-bottom:1px solid #CC0000;
text-decoration:none;
}

/**********/