﻿body 
{
	background-color: #444444;
    margin:0 auto 0 auto;
}

#page 
{
 margin:auto;
position:relative;
width:780px;
height:635px;
z-index:1;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:120px;
	z-index:1;
}
#img1 {
	position:absolute;
	left:0px;
	top:0px;
	width:206px;
	height:120px;
	z-index:1;
	background-image:url('images/6_01.jpg');
	background-repeat:no-repeat;
}
#img2 {
	position:absolute;
	left:206px;
	top:0px;
	width:166px;
	height:120px;
	z-index:1;
	background-image: url('images/6_02.jpg');
	background-repeat:no-repeat;
}
#img3 {
	position:absolute;
	left:372px;
	top:0px;
	width:112px;
	height:120px;
	z-index:1;
	background-image: url('images/6_03.jpg');
	background-repeat:no-repeat;
}
#img4 {
	position:absolute;
	left:484px;
	top:0px;
	width:103px;
	height:120px;
	z-index:1;
	background-image: url('images/6_04.jpg');
	background-repeat:no-repeat;
}
#img5 {
	position:absolute;
	left:587px;
	top:0px;
	width:104px;
	height:120px;
	z-index:1;
	background-image: url('images/6_05.jpg');
	background-repeat:no-repeat;
}
#img6 {
	position:absolute;
	left:691px;
	top:0px;
	width:89px;
	height:120px;
	z-index:1;
	background-image: url('images/6_06.jpg');
	background-repeat:no-repeat;
}

#bodyleft {
	position:absolute;
	left:0px;
	top:120px;
	width:206px;
	height:511px;
	z-index:1;
}
#leftsec1 {
	position:absolute;
	left:0px;
	top:0px;
	width:206px;
	height:287px;
	z-index:1;
}
.leftsec1
{
background-image: url('images/5_04.jpg');
background-repeat:no-repeat;
}
#leftsec2 {
	position:absolute;
	left:0px;
	top:287px;
	width:206px;
	height:224px;
	z-index:1;
}
.leftsec2
{
background-image: url('images/1_07.jpg');
background-repeat:no-repeat;
background-color:#FFAA31;
}

#bodyright
{
    position: absolute;
    left: 206px;
    top: 120px;
    width: 574px;
    height: 511px;
   
}

#rightdefault
{
     left:0px;
     top:0px;
     height:100%;
     width:100%;
     background-image:url('images/content2.jpg');
     background-repeat:no-repeat;
     z-index:1;
}

#rightsec11 {
	position:absolute;
	left:0px;
	top:0px;
	width:299px;
	height:286px;
	z-index:2;
}
.rightsec11
{
background-image: url('images/5_05ori.jpg');
background-repeat:no-repeat;
}

#rightsec12 {
	position:absolute;
	left:299px;
	top:0px;
	width:275px;
	height:286px;
	z-index:2;
}
.rightsec12
{
background-image: url('images/5_06ori.jpg');
background-repeat:no-repeat;
}

#rightsec21 {
	position:absolute;
	left:0px;
	top:286px;
	width:298px;
	height:225px;
	z-index:2;
}
.rightsec21
{
background-image: url('images/1_08.jpg');
background-repeat:no-repeat;
}

#rightsec22{
	position:absolute;
	left:298px;
	top:286px;
	width:276px;
	height:225px;
	z-index:2;
}
.rightsec22
{
background-image: url('images/1_09.jpg');
background-repeat:no-repeat;
}

#footer 
{
 
  background-image:url('images/footer1.jpg');
	position:absolute;
	left:0px;
	top:630px;
	width:780px;
	height:18px;
	z-index:1;
	text-align:center;
    color:#666666;
    font-size:14px;
  padding-top:2px;
}
#footer a
{
    color:#666666;
    text-decoration:none;
}

/*--------------------------------------------------*/
/*------------------Hosting Links-------------------*/ 
/*--------------------------------------------------*/
#hostlinks
{
    float:right;
    margin-left:10px;
    text-align:center;
    background-color:#DDDDDD;
}
#hostlinks a
{
    font-size:24px; 
    color:#DB7E05;
    border: solid 1px Gray;
    display:block;
    text-decoration:none;
}
#hostlinks a:hover
{
    background-color:#666666;
    color:#DDDDDD;
    border:solid 1px #222222;
}
#hostlinks p
{
    border-left:solid 1px #222222;
}
