/* override to prevent mobile safari autoscaling text*/
html {
	-webkit-text-size-adjust:150%
	}
	
.head {
   position: fixed;
   top: 0px;
   width: 830px;
   height: 190px;
   left: 50%;
   margin-left: -415px;
   background: url(../elements/head2.png);
}

.content {
   position: static;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
}

.white {
   width: 800px;
   height: 178px;
   background: url(../elements/white.jpg);
   margin: 0;  
}

body {
   margin: 0;
   height: 100%;
   font-family: arial, helvetica, sans-serif; 
   font-size: 12px;
   line-height: 125%;
   background: url(../elements/background.png);
}

font {
   font-size: 14px;
   line-height: 24px;
   color: #F8F8F8;
   margin: 0;
}

.description {
   width: 780px;
   padding: 0 0 0 10px;
  	color: #A8A8A8;
}

.copyright {
   font-size: 10px;
	line-height: 150%;
   color: #686868;
}

a.box:link, a.box:active, a.box:visited {
   font-size: 12px;
   line-height: 20px;
   text-decoration: none;
   color: #E8E8E8;
   border: 2px solid #686868;
}

a.box:hover {
   border: 2px solid #D8D8D8;
}

a:link, a:active, a:visited {
   font-size: 12px;
   color: #F8F8F8;
}

a:hover {
   color: #6666CC;
}

.left {
   float: left;
}

.right {
   float: right;
}

br {
   clear: both;
   margin: 0;
   padding: 0;
}

.work {
   width: 800px;
   padding: 0 0 60px 0;
}

.work img {
   margin: 0 0 18px 0;
}

.work font {
   padding: 0 0 0 10px;
}

.lefty {
	float: left;
   width: 200px;
   text-align: right;
   font-size: 12px;
   line-height: 125%;
   color: #A8A8A8; 
}

.righty {
   float: right;
   width: 590px;
   text-align: left;
   font-size: 12px;
   line-height: 125%;
   color: #F8F8F8;
}

.divide {
    margin: 0 0 18px 0;
}

.divide_bot {
   padding: 0;
}


