/*
   New Perspectives on HTML and CSS
   Tutorial 9
   Case Problem 2

   Middle Age Arts Style Sheet

   Author:   David Katelansky 
   Date:     07/21/2015

   Filename:         maa.css
   Supporting Files: 

*/

body
{
   background-image: url("gbar.jpg");
}

body a:link, body a:visited, body a:active
{
   color: white;
}

img {
   border-width: 0px;
}

#leftcol
{
   height: 100%;
   width: 165px;
   vertical-align: top;
}

#leftcol img
{
   width: 144px;
   height: 25px;
}

table.leftSide h4
{
   color: yellow;
}

#rightcol
{
   width: 645px";
   vertical-align: top;
}

#article1
{
   width: 320px;
}

#article1 h4
{
   display: block;
   width: 100%;
   text-align: center;
   vertical-align: center;
   color: red;
}

#article1 img
{
   float: right;
}

#gutter
{
   width: 5px;
}

#aside1
{
   width: 320px";
   background-color: yellow;
}

#aside1 h4
{
   text-align: center;
   color: red;
}

#aside2
{
   width: 320px;
}

#aside2 h4
{
   text-align: center;
   color: red;
}

#aside2 img
{
   float: right;
}