/* global */
html{height: 100%;}

A:link {text-decoration: none; color: #CC3333; font-weight:bold;}
A:visited {text-decoration: none; color: #CC3333; font-weight:bold;}
A:active {text-decoration: none; color: #CC3333; font-weight:bold;}
A:hover {text-decoration: underline; color: #000000;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .74em;
}

li
{ list-style-type: square;
  margin: 0px 0px 0px 20px; 
  padding: 0px;
}

p
{ margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 20px;
}

h1
{ font-family: tahoma, verdana, arial, sans-serif;
  font-size: 188%;
  font-weight: normal;
  margin: 0px;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

.box, .handle {
		font-size: 14px;
		font-family: Arial, sans-serif;
		border: 1px solid #aaa;
	}
	.box {
		float: left;
		padding: 0px;
		width: 123px;
		height: 123px;
		margin: 5px;
		background-color: #eee;
		z-index: 1;
	}

#boxDrag, #boxVerticalOnly, #boxHorizontalOnly, #boxRegionConstraint, 
	#boxThreshold, #boxAbsolute {
		cursor: move;
	}
	#boxAbsolute {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}


	.handle {
		cursor: move;
		height: 14px;
		border-width: 0px 0px 1px 0px;
		background: #666;
		color: #eee;
		padding: 2px 6px;
		margin: 0px;}

img{border: 0px;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 14px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 779px;
  margin-left: auto; 
  margin-right: auto;
  top:50px;

}

/* links above the logo */
#links
{ margin-left: auto; 
  margin-right: auto;
  padding: 9px 21px 3px 2px; 
  width: 99%;
  text-align: right;
  height: 22px;
  border-bottom: 2px solid;
  position: fixed;
  z-index:200;
}



#links-android

{ float:center;
  margin-left:0 auto;
 
  margin-right:0 auto;

  padding: 9px 21px 3px 2px; 
  
  width: 350px;
  
  height: 22px;
  
  border-bottom: 2px solid;
  
  position: absolute;
  
  left:0;
  z-index:200;
  
  background-color: #eeeeee;

}

#links-clone
{ margin-left: auto; 
  margin-right: auto;
  padding: 9px 21px 3px 2px; 
  width: 99%;
  text-align: right;
  height: 22px;
  border-bottom: 2px solid;
}

/* #links a, #links a:hover{text-decoration: none;} */

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  padding: 0px;
  width: 739px;
  height: 100px;
  text-align: left;
}

#logo h1
{ padding: 41px 0px 0px 19px;
  font-family: verdana, arial, sans-serif;
  font-size: 140%;
  font-weight: normal;
}

/* navigation menu */
#menu
{ height: 43px;
  width: 740px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul
{ margin: 0px auto; 
  padding: 0px; 
  list-style: none; 
  text-align: left; 
  width: 740px;
} 

#menu li
{ margin: 0px; 
  padding: 0px; 
  list-style: none; 
  float: left; 
} 

#menu li a 
{ display: block; 
  float: left; 
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 37px;
  font-size: 100%; 
  width: 128px; 
  text-decoration: none; 
  padding: 3px 0px 0px 19px;
  font-weight: bold; 
  text-transform: lowercase;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 739px;
  height: auto;
  padding: 0px;
  text-align: justify;
  overflow: hidden;
} 


.curvy {position:relative; top:-25px; background:#eee; color:#000; margin:5em auto;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#eee; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#eee; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}




/* column 1 - contains sidebar items */
#column1
{ width: 190px;
height: 2900px;
  float: right;
  padding: 0px 0px 0px 0px;
  position:relative;
  top:100px;
}

#column1 h1
{ padding: 0px 0px 6px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px dashed;
}

#column1 li
{ margin: 10px; }

.plain
{text-decoration: none;
border: none;
}

.sidebaritem
{ position: relative;
  text-align: justify;
  width: 165px;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 3px 0px 3px 0px;
}

/* adsense - main ad banner */
#adsense
{ margin-left: auto; 
  margin-right: auto;
  width: 739px;
  height: auto;
  padding: 0px;
  text-align: justify;
  overflow: hidden;
  position:relative;
	left:5px;
	} 


/* column 2 - page content */
#column2
{ 
  padding: 5px 0px 5px 10px;
  width: 520px;
  float: left;
}

#column2 h1
{ padding: 12px 0px 6px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px dashed;
   font-style:italic;
   font-weight:bold;
}

#column2 li
{ margin: 0px 0px 0px 20px; 

}

.sidebaritem a, #column2 a
{ padding: 0px;
  text-decoration: none;
}


/* footer */
#footer
{ padding: 9px 0px 3px 0px;
  width: 739px;
  text-align: center;
  border: 1px solid;
  height: 22px;
  margin-left: auto; 
  margin-right: auto;
}

/* #footer a, #footer a:hover{text-decoration: none;} */

/* contact page - form layout */
form{margin-top: 0px;}


input, textarea, select
{ 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

