/* Layout Stylesheet */ 


body {
 background-image: url(../../img/sqbg.jpg);
 font-family: Helvetica, Verdana, Arial, sans-serif;
 margin:20px;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:800px;
margin: 0px;
margin-left: auto;
margin-right: auto;
 }

 
#hdr1 {
 height:0px;
 width:0px;
 /*background-image:  url(images/header2.jpg);
 background-repeat: no-repeat;	*/
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 width:790px;
 height:500px;
 padding:0;
 }


 
#left {
 float:left;
 width:170px;
  height:500px;
 }
 

 
#cont {
	position:relative;
	float:right;
	width:600px;
	height:500px;
	text-align:left;
	margin-top: 0px;
	padding-top: 0px;
 }
 
#cont2 {
	position:relative;
	float:right;
	width:600px;
	height:450px;
	text-align:left;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
 }
 

#ftr {
 height:30px;
 width:790px;
/* background-image:  url(images/footer2.jpg);
 background-repeat: no-repeat;	*/ 
 margin:0;
 }
 

 .cubetitle {
	float:left;
	margin-right:5px;
	margin-top:0px;
	padding-top: 0px;
 } 
 
  .mov {
	text-align:center;
 } 
 
   .border {
	text-align:center;
	position: relative;
 } 
 
    .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
	color: #000000;
	margin-top: 10px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

    .text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;	
	color: #000000;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
}

a, h2 a:hover, h3 a:hover {
	color: #00CC33;
	text-decoration: none;
	}

a:hover {
	color: #993399;
	text-decoration: none;
	}


