/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	background: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0D6B82;
	height:100%;
	width:100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0060A0;
	font-weight:bold;
	background:#EFEFEF;
	border-bottom:1px solid red;
}

a:hover {
}

pre {
	border:3px dotted #0D6B82;
	background:#FFFFF0;
	color:#000000;
}

#withbox1 {
	max-width:287px;
	width:287px;
	height:454px;
	padding:0px;
	background-image:url(/images/image_A.jpg);
	background-repeat: no-repeat;
	background-position:right -8px;
	margin:0em auto;
}

#withbox2 {
	width:950px;
	height:454px;
	padding:0px;
	background-image:url(/images/image_B.jpg);
	background-repeat: no-repeat;
	background-position: center -8px;
}

#withbox3 {
	max-width:287px;
	width:287px;
	height:454px;
	padding:0px;
	background-image:url(/images/image_C.jpg);
	background-repeat: no-repeat;
	background-position:left -8px;
	margin:0em auto;
}

#withbox4 {
        padding:0px;
        background-image:url(/images/image_D.jpg);
        background-repeat: repeat-y;
        background-position: center top;
}

#withbox5 {
        max-width:287px;
        width:287px;
        height:210px;
        padding:0px;
        background-image:url(/images/image_E.jpg);
        background-repeat: no-repeat;
        background-position:right top;
        margin:0em auto;
}

#withbox6 {
        width:950px;
        height:210px;
        padding:0px;
        background-image:url(/images/image_F.jpg);
        background-repeat: no-repeat;
        background-position: center top;
}

#withbox7 {
        max-width:287px;
        width:287px;
        height:210px;
        padding:0px;
        background-image:url(/images/image_G.jpg);
        background-repeat: no-repeat;
        background-position:left top;
        margin:0em auto;
}
#homingDemo {
position: relative;
left:50px;
top:-5px;
width: 950px;
padding: 10px;
margin: 10px 0;
overflow: hidden;
}
#homingDemo li {
float: left;
list-style: none;
}
#homingDemo li.backLava {
border: 2px dashed #CC3300;
background-color:#FFCC99;
width: 9px;
position: absolute;
}
#homingDemo li a {
font:14pt sans-serif;
text-decoration: none;
background:transparent;
color: #330033;
text-align: center;
padding: 5px 10px;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
position: relative;
margin: auto 5px;
}

