/* Top Level */

/* this is the whole website color */ body { margin:0px; background-color:#beb083; font-family:Georgia; color:#333333; font-size:12px; }

/* Header */

/* this is the heading picture */ #header { background-image:url(../images/background_head.jpg); background-repeat:repeat-x; text-align:center; }
#mainMenu a { color:#FFFFFF; font-size:12px; padding-right:25px; text-decoration:none;  }

/* Interface Elements */

.encapsulation { width:950px; }
.buffer { clear:both; }

/* Layout */

#bothSide { width:950px; }
#splitLeft { width:300px; float:left; }
#splitRight { width:610px; margin-left:20px; float:left; }

/* Text Styles */

h1 { font-size:22px; color:#802121; font-weight:normal; font-style:italic; }
p { text-align:justify; }

/* Links */

a { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:underline; }

.sideLink a { color:#660000; }
.sideLink a : hover { color:#660000; }
a = Link