﻿body 
{
    background:#E8E2D9;
    color:Black;
    height:100%;
    margin:0px;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:12px;
}
#Container
{
    width:580px;
    height:380px;
    position:absolute;
    top:70px;
    left:90px;
    color:Black;
}
.Content
{
    width:540px;
    height:340px;
    position:absolute;
    top:10px;
    left:10px;    
}
.Footer
{
    width:580px;
    height:30px;
    position:absolute;
    top:460px;
    left:90px;
}
html
{
    height:100%;
}
.Item
{
    width:260px;
    height:75px;
    margin-right:10px;
    margin-bottom:5px;
    float:left;
}
.Item a
{
    color:Black;
    text-decoration:none;
}
.Item img
{
    border:1px solid gray;
    float:left;
    margin-right:10px;
}
.Item p
{
    margin:2px 0px 5px 0px;
}
.ItemSep
{
    width:1px;
    height:320px;
    background-image:url(i/menu-sep.gif);
    float:left;
    margin:5px;
}
.Logo
{
    position:absolute;
    top:8px;    
}
.Logo img
{
    border:0px;
}
.Main
{
    width:760px;
    height:560px;
    margin:auto;
    background:url(i/bg.jpg) no-repeat;
    color:Black;
    position:relative;
}
.Menu
{
    float:right;
}
.Menu img
{
    border:0px;
    float:left;
    margin-top:10px;
    margin-left:10px;
}
.MenuSep
{
    width:1px;
    height:30px;
    background-image:url(i/menu-sep.gif);
    float:left;
    margin-left:10px;
}
.Page
{
    width:560px;
    height:360px;
    background:white;
    color:Black;
    margin:10px;
    position:relative;        
    opacity:.90;
    filter: alpha(opacity=90); 
    -moz-opacity: 0.9;
}
.PageSmall
{
    width:300px;
}
.PageSmall p
{
    width:280px;
    margin:0px 0px 10px 0px;
}
.PageContact a
{
    text-decoration:none;
}
.PageContact img
{
    border:0px;
}
.PageContact form
{
    display:inline;
}
.PageLinks a
{
    color:Black;
    text-decoration:none;
}
.PageLinks a:hover
{
    text-decoration:underline;
}
.PageLinks p
{
    width:280px;
    margin:0px 0px 2px 0px;
}
.Paging
{
    float:right;
}
.Paging a
{
    color:Black;
    text-decoration:none;
}
table
{
    width:100%;
    height:100%;
    border-collapse:collapse;
}
.Title
{
    width:100%;
    height:20px;
    background:no-repeat left;
    margin-bottom:5px;
}
.TitleAbout
{
    width:280px;
    background-image:url(i/title-about.gif);
    margin-bottom:10px;
}
.TitleContact
{
    width:280px;
    background-image:url(i/title-contact.gif);
}
.TitlePortfolio
{
    background-image:url(i/title-portfolio.gif);
}
.TitleLinks
{
    width:280px;
    background-image:url(i/title-links.gif);
    margin-bottom:10px;
}
.txt
{
    font-size:12px;
    width:275px;
    border:1px solid gray;
}