/*Global Gourmet CSS Document */
/*Body*/
body{
padding: 0px;
margin: 0px;
}
/*Content*/
#content{
position: relative;
width: 750px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #FFFFFF;
}
#contentleft{
position: absolute;
top: 40px;
left: 0px;
width: 140px;
margin: 0px;
padding-bottom: 10px;
background-color: #FFFFFF;
border-right: #CCCCCC solid 1px;
}
#contentmain{
height: 650px;
display: table;
width: 408px;
overflow: visible;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 140px;
padding: 0px;
padding-bottom: 20px;
background-color: #FFFFFF;
border-right: #CCCCCC solid 1px;
border-left: #CCCCCC solid 1px;
}
#contentright{
position: absolute;
top: 41px;
right: 0px;
width: 200px;
margin: 0px;
margin-top: 0px;
padding: 0px;
padding-bottom: 10px;
background-color: #FFFFFF;
border-left: #CCCCCC solid 1px;
}
#contentfooter{
clear: both;
margin: 0px;
padding: 10px;
padding-left: 15px;
background-color:  #FFFFFF;
border-top: #CCCCCC solid 1px;
color: #cccccc;
}
#date{
position: absolute;
top: 0px;
right: 0px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #FFFFFF;
color: #999999;
text-align: right;
}
/*Classes*/
.textmain{
padding: 10px;
text-align: justify;
}
.textextra{
padding: 5px;
text-align: justify;
}
.textright{
text-align: right;
font-weight: bold;
}
.imgtheme{
border: #FFFFFF solid 1px;
}
.imgright{ 
float: right;
margin: 0px;
margin-left: 5px;
border: #FFFFFF solid 2px;
}
.imgleft{
float: left; 
margin: 0px;
margin-right: 5px;
border: #FFFFFF solid 2px;
}
