body {
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color: #000000;
	font-family:Arial;
}
.bg1 {
	background-color: #045581;
	background-repeat: repeat-x;
	min-height:8px;
}
.bg2 {

	background:url("bg2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

.bg3 {
	background:url("bg3.jpg");
	background-repeat: repeat-x;
	min-height:165px;
}

.text p{
	margin: 20px 20px 20px 20px ;
	text-align: right;
	font-size: 12px;
	font-family: arial;
	color: #045581;
}
#text{
	margin: 20px 20px 20px 20px ;
	text-align: right;
	font-size: 12px;
	font-family: arial;
	color: #045581;
}

.text h1 {
	margin: 20px 20px 20px 20px ;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #045581;
}
.lavaLamp {
    position: relative;
    height: 37; width: 762px;
    background: url("../bg.gif") no-repeat top;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: right;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../lava.gif") no-repeat right -31px;
            width: 17px; height: 31px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../lava.gif") no-repeat top left;
                height: 31px;
                margin-right: 17px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: 12px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 50px; top: 12px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 30px;
        }
        

.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext table
{
position: center;
z-index: 2;
cursor: pointer;
}
#prevNext img
{
position: relative;
z-index: 3;
cursor: pointer;
}


.portfolio {
	border:0px;
}
.portfolio li {
	list-style-image:url('../images/li.png');
}

a:link {
	color:blue;
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
}

a:visited {
	color:blue;
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
}

a:active {
	color:#00fbfe;
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
}

a:hover {
	color:#138ab1;
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
}
.pics {  
    height:  200px;  
    width:   380px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    height:  200px;  
    width:   380px;  
    top:  0; 
    left: 0 
}
