/* CSS Document */

/* Div layout for side images */

#container{position:relative; min-height:100%; margin:0 auto; width:100%;}

#image1{
	position:absolute;
	top:0;
	right:5px;
	width:100px;
	height:100px;
	}
	
#image2{
	position:absolute;
	top:125px;
	right:130px;
	width:100px;
	height:100px;
	}
#image2-1{
	position:absolute;
	top:230px;
	right:130px;
	width:100px;
	height:100px;
	}
#image3{
	position:absolute;
	top:230px;
	right:15px;
	width:100px;
	height:100px;
	}
#image4{
	position:absolute;
	top:335px;
	right:95px;
	width:100px;
	height:100px;
	}
#image5{
	position:absolute;
	top:0;
	left:10px;
	width:100px;
	height:100px;
	}
#image6{
	position:absolute;
	top:105px;
	left:120px;
	width:100px;
	height:100px;
	}
#image7{
	position:absolute;
	top:200px;
	left:20px;
	width:100px;
	height:100px;
	}
#image8{
	position:absolute;
	top:225px;
	left:110px;
	width:100px;
	height:100px;
	}
#image9{
	position:absolute;
	top:10px;
	left:20px;
	width:100px;
	height:100px;
	}
#image10{
	position:absolute;
	top:10px;
	left:20px;
	width:100px;
	height:100px;
	}
#image11{
	position:absolute;
	top:10px;
	left:20px;
	width:100px;
	height:100px;
	}
#image12{
	position:absolute;
	top:10px;
	left:20px;
	width:100px;
	height:100px;
	}

html {
	}

body {
	/*background-color: #000000;*/
	/*background-color: #0066CC;*/
	
	background:url(images/cloudback.jpg);
	}

.maindoc{

	}
	
h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color:#333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

.outside {
	border-width:thin;
	border-color: #000000;	
			}
			
/*.submainareatop {
	background:url(images/sub-main-area-top.gif) no-repeat;
	color: #533439;
	font: bold 12px  Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	text-align:left;
	border:none;
	}
    
    .submainareatop a {
    color: #533439;
    text-decoration: none;
    margin: 0px 5px;}
        
    .submainareatop a:hover {
    color: #2C71C6;
    text-decoration: underline;} */
			
/* Navigation */

.nav {
	color:#000000;
	font: bold 12px  Arial, Helvetica, sans-serif;
	border:none;
	text-align:center;
	text-decoration:none;
	padding: 10px 20px;	
	}
				
	.nav a{
	color:#000000;
	text-align:center;
    text-decoration: underline;
    margin: 0px 5px;
	text-decoration:none;
	}
		
	.nav a:hover{
	color: #996633;
	background-color:#000000;
	text-align:center;
    text-decoration:none;
	}

.condolesences {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}
    
    .condolesences a {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;	}
        
    .condolesences a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
	}

/* Layout */

.left{
	background: url(images/sub-left.gif) repeat;
	}
	
.right{
	background:url(images/sub-right.gif) repeat;
	}
	
.mylife {
	padding: 10px 20px;
		}

.flashsection {
	background-image:url(images/cloudback.jpg);
	}
