body {
	margin:0;
background:#eee;
color:#000;
font-family:arial, sans serif;
	}
a {
color:rgb(198,37,31);
}
a:hover {
text-decoration:none;
} 

#logo {
margin-bottom:10px;
x-index:5;
}

#content {
margin-left:200px;
margin-bottom:20px;
background:#eee;
height:850px;
min-height:600px;
x-index:10;
}

.text {
margin:50px 20px 40px 0px;
background:#fff;
background-position:right;
background-image: url(images/side.jpg);
background-repeat:repeat-y;
}

.body {
padding:15px 50px 20px 30px;
}

.image {
float:right;
border-bottom:solid 3px #000;
margin-left:10px;
}

.title {
font-size:x-large;
background:#fff;
margin-left:-10px;
}

.shadowtop {
display:none;
text-align:right;
background:transparent;
margin:40px 40px 0px 0px;
}

.shadowbottom {
background:#eee;
background-image:url(images/bottommiddle.jpg);
background-repeat:repeat-x;
text-align:right;
margin-bottom:-50px;
padding-bottom:20px;
}



#navLeft {
position:absolute;
top:0px;
width:180px;
margin-left:10px;
z-index:15;
}

#menu {
background:rgb(198,37,31);
}

#menu a {
display:block;
padding:3px 0 0 7px;
border-bottom:#eee solid 4px;
color:#FFF;
text-decoration:none;
font-family:"comic sans ms", verdana, sans serif;
}

#menu a:hover {
color:#ddd;
}


#menu p {
display:block;
padding:3px 0 0 7px;
border-bottom:#eee solid 4px;
color:#ccc;
font-weight:bold;
font-variant:small-caps;
font-family:"comic sans ms", verdana, sans serif;
}

#footer {
width:100%;
margin-top:20px;
clear:both;
text-align:center;
height:20px;
background:#666;
padding:10px 0 5px 0;
border-top:solid 2px rgb(198,37,31);	
color:#FFF;
font-family:arial, sans serif;
font-size:small;
}

#footer a {
text-decoration:none;
color:#fff;
}

#footer a:hover {
text-decoration:underline;
}

.indent {
margin-left:10px;
}


























