@charset "UTF-8";
/* CSS Document */

body {
background-color:#6a52a2;
margin: 0;
}

#container {
width: 900px;
height: 675px;
margin-right: auto;
margin-left:auto;
border-right: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
background-image:url(../images/pizza.jpg);
}

#header {
width: 900px;
height: 160px;
}

#navigation {
width: 900px;
height: 54px;
background-image:
url(../images/ribbon-red.jpg)
}

ul.nav { 
list-style-type:none;
padding-left:25;
padding-top:0;
margin-left:20;
margin-top:0;
}

ul.nav li {
display:inline;
}

ul.nav a {
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
line-height: 55px;
padding-right: 10px;
}

ul.nav img {
border:none;
vertical-align:bottom;
float:right;
margin-right:17px;
}

ul.nav a:hover {
background-color:#6a52a2;
}

#links li { list-style-type: square; }


#left_column {
width: 180px;
height: 460px;
float:left;
background:url(../images/kitty-cat.png) center bottom no-repeat;
}

#content {
height: 420px;
width: 490px;
float: left;
background-color:#FFFFFF;
margin-top: 20px;
}

#right_column {
width: 190px;
height: 420px;
float: left;
background-color:#FFFFFF;
margin-top: 20px;
margin-right:30px;
}

img.content {
float: right;
padding-right: 1px;
padding-top: 1px;
position:absolute;
top: 230px;
left: 820px;
z-index:2
}


#footer {
width: 900px
}  

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
background-color:#FF0000
}

p.content {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000000;
margin-left: 20px;
margin-right: 20px;
margin-bottom:5px;
margin-top:10px;
}



h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:18px;
margin-left: 20px;
margin-bottom: 5px;
color:#FF0000
}

.style1 {
color: #FF0000;
font-weight: bold;
}

table {
margin-left:15px;
}

a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px; 
color:#FF0000;
text-decoration:underline; 
}
