body {
margin:0;
padding:0;
height:100%;
background-color: #f7f2e6;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url('bgr.png');
background-repeat:repeat-y;
}
#left {
position:absolute;
left:0;
top:0;
padding:0;
width:200px;
height:100%;
}
.content {  
margin-top:15%;
margin-left:15%;
color:#333;
width:85%;
border-bottom:2px solid black;
background-color:#f7f2e6;
}
#main {
width:63%;
margin-left:8%;
}
#right {
position:absolute;
right:0;
top:0;
padding:0;
width:24%;
height:100%;
border-left:2px solid black;
}
#menu {
position: relative; top: 36%;
margin-left:10px;
font-variant:small-caps;
font-size:20px;
}
#bottom {
margin-top:5%;
bottom:0;
background-image:url('bottombgr.png');
background-repeat:no-repeat;
height:200px;
width:99.85%;
}
h1{
font-size: 30px;
color: #647179;
letter-spacing: .05em;
font-variant:small-caps;
}
a:link {
color:red;
text-decoration:none;
}
a:visited {
color:#647179;
text-decoration:none;
}
a:hover {
color:blue;
}