@charset "utf-8";
/* CSS Document */
html, body {    
   height: 100%; 
}

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #dddeb6;
}

#nav
{
background-image: url(../images/logo_100.png); 
            background-repeat: no-repeat;
            background-position: bottom; 
position: absolute;
left: 0;
top: 30%;
width: 150px;
height: 200px;
margin-top: -75px;
}

#container {
	height: 100%;
	position:relative;
	margin-bottom:-20px;
	width: 100%;
	vertical-align: middle;
}
#container2 {
	height: 100%;
	width: 75%;
	vertical-align: middle;
	margin-left: 175px;
}
#containershow {
	min-height: 100%;
	width: 75%;
	vertical-align: middle;
	margin-left: 175px;
}
.ptg {
margin-right: 20px;
height: 350px;
float: left;
}

.ptg img {
background: #000000;
padding: 3px;
}


	
.clearfooter {
   height: 20px;
   clear: both;
}

#footer
{
height: 20px;
text-align:center;
font-size: 10px;
font-variant:small-caps;
vertical-align:bottom;
}

#nav a
{
color:#000000;
font-size:13px;
text-decoration:none;
letter-spacing: -1px;
font-variant:small-caps;
}

a {
text-decoration:none;
color:#000000;
}


A:hover
{
text-decoration: underline;
}
