﻿body
{
    color: #000;
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    background: #fff ;
    margin: 0;
    padding: 0;
}

img { border: none; }

#page
{
    background: transparent url(../images/mainbg.png) no-repeat 50% 0;
    width: 892px;
    margin: 0 auto;
vertical-align: top;
    min-height: 750px;
    position: relative;
}

h1
{
    height: 0px;
    width: 348px;
    padding: 95px 0 0;
    margin: 0;
    overflow: hidden;
    background: transparent url(../images/logo.png) no-repeat 0 0;
    position: absolute;
    top: 30px;
    left: 37px;
    z-index: 1;
}

#menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 30px;
	right: 30px;
	height: 84px;
    z-index: 1;
}

#menu li
{
	float: left;
	width: 76px;
	height: 84px;
	padding: 3px 2px 0;
}

#menu li.selected
{
	float: left;
	width: 76px;
	height: 84px;
	padding: 3px 2px 0;
}

#h2andPics
{
	padding: 160px 0px 0px;
}

h2
{
	height: 0px;
	padding: 29px 0 0;
	overflow: hidden;
	
	margin: 0 0 1em;
}

#examplepics
{
}

#h2andPics,
#mainwrap
{
	width: 802px;
	margin: 0 auto;
	position: relative;
}

h3
{
	text-transform: uppercase;
	
	
}

.rightpic
{
	width: 351px;
	height: 173px;
	top: 0px;
}

#main-l
{
	width: 348px;
	min-height: 420px;
	position: absolute;
	left: 0px;
	top :0px;
}

#main-r
{
	width: 348px;
	min-height: 420px;
	position: absolute;
	right: 20px;
	top :0px;
}

#footbanner
{
	background: transparent url(../images/bottom_banner.png) repeat-x 0 0;
	color: White;
	font-size: 85%;
	text-align: center;
	height: 25px;
	padding: 0px 10px 0;
}

#footbanner a
{
	color: White;
	text-decoration: none;
}

#footbanner a:hover
{
	text-decoration: underline;
}


#footer
{
	font-size: 80%;
	color: #000;
	text-align: center;
	padding: 0 0 2em;
}




#mainwrap p
{
	text-align: justify;
}

#sample
{
	position: absolute;
	top: 220px;
	left: 0px;
	width: 351px;
	height: 173px;
}

#links
{
	position: absolute;
	left: 0px;
	top: 443px;
	font-size: 90%;
	width: 802px;
	text-align: center;
}

#links a
{
	color: Black;
	text-decoration: none;
}

#links a:hover
{
	text-decoration: underline;
}


