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

body
{
    margin:0;
    padding:0;
    background-color:white;
}

#wrap
{
    width:997px;
    height:1100px;
    margin:0 auto;
	position:relative;
}
#one
{
    width:188px;
    height:163px;
  	background-image:url(../imagestwo/images/logo188x163.jpg);
    float:left;
}
#two
{
    width:809px;
    height:75px;
    background-image:url(../imagestwo/images/navtop809x75.jpg);
    float:left;
}
#three
{
    width:169px;
    height:42px; 
    float:left;
}
#four
{
    width:151px;
    height:42px;
    
    float:left;
}
#five
{
    width:141px;
    height:42px;
    float:left;
}
#six
{
    width:126px;
    height:42px;
    float:left;
}

#seven
{
    width:222px;
    height:42px;
    float:left;
}
#eight
{
    width:809px;
    height:46px;
	background-image:url(../imagestwo/images/navlower809x46.jpg);
    float:left;
}
#nine
{
    width:313px;
    height:937px;
	background-image:url(../imagestwo/images/blogglass313x937.jpg);
    float:left;
}
#ten
{
    width:684px;
    height:76px;
  	background-image:url(../imagestwo/images/frametop684x76.jpg);
    float:left;
}
#eleven
{
    width:65px;
    height:738px;
    background-image:url(../imagestwo/images/frameleft65x738.jpg);
    float:left;
}
#twelve
{
    width:543px;
    height:738px;
    background-image:url(../imagestwo/images/content543x738.jpg);
    float:left;
}
#thirteen
{
    width:76px;
    height:738px;
    background-image:url(../imagestwo/images/frameright76x738.jpg);
    float:left;
}
#fourteen
{
    width:684px;
    height:123px;
    background-image:url(../imagestwo/images/framebottom684x123.jpg);
    float:left;
}

#glassnav
{
	
	padding-top:90px;
	padding-right:60px;
	list-style:none;
}
li
{
	padding-bottom:8px;
	text-align:center;
	font:15px arial,sans-serif;
	width:200px;
}
a
{
display:block;
width:200px;
}
a:link {color:white; text-decoration:none;}
a:visited {color:white;text-decoration:none;}
a:hover {color:#E6E6E6;text-decoration:none;}
a:active {color:white;text-decoration:none;}

#bgleft
{
	position:absolute;
    width:153px;
    height:1100px;
    background-image:url(../imagestwo/images/leftbg153x1100.jpg);
	left:-153px;
}
#bgright
{
	position:absolute;
    width:147px;
    height:1100px;
    background-image:url(../imagestwo/images/bgright147x1100.jpg);
	right:-147px;
}
