body {
	background: url('../images/bg.png') repeat;
	//    background: #efefef url('http://chamelo.co.uk/bg-tile.jpg') center repeat; 
	height: 100%;
}

.button {
   float: right;
   width: 8em;/* em width variance by element*/
   margin: 0 0 0 0.2em;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 8px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
img {
	outline: none;
	border: none;
}

#wrapper {
	
	position: fixed;
}


#main{
	/* The main container */
	margin:50px auto;
	text-align:center;
	width:520px;
	height:500px;
	position:relative;
}

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:#ffffff;
	
	/* The width of the gallery */
	width:520px;
	height:500px;
	
	overflow:hidden;
}




#images {
	margin-top: 13px;
	margin-left: 28px;
	width: 250px;
}

#blog.latest_img {
	background: url('../images/blog.png') no-repeat;
	width: 48px;
	height: 48px;
	margin-top: -13px;
	float: left;
	text-indent: 12px;
}

#twitter.latest_img {
	background: url('../images/twitter.png') no-repeat;
	width: 48px;
	height: 48px;
	margin-top: -13px;
	margin-left: 153px;
	float: left;
	text-indent: 12px;
}

#email.latest_img {
	background: url('../images/email.png') no-repeat;
	width: 48px;
	height: 48px;
	margin-top: -13px;
	float: left;
	text-indent: 12px;
}

#work h2 {
	color: #67707d;
	text-shadow: #ffffff 0px 1px 0px;
	width: 225px;
	height: 27px;
	margin-bottom: -20px;
	margin-top: -10px;
	margin-right: 22px;
	margin-left: 22px;
	font: bold 12px/2px "Lucida Grande", Lucida, "Helvetica Nenu",Tahoma, sans-serif;
	text-align:left;
}

#work span {
	text-align:left;
	font-size: 12px;
	font-weight: normal;
		font-family: "Lucida Grande", Lucida, "Helvetica Nenu",Tahoma, sans-serif;
}

#work span.available {
	text-align:left;
	color: #318e28;
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, "Helvetica Nenu",Tahoma, sans-serif;
}

#work p {
	text-align:left;
	color: #67707d;
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, "Helvetica Nenu",Tahoma, sans-serif;
	text-shadow: #ffffff 0px 1px 0px;
	line-height: 27px;
}


h3 {
	text-align:left;
	color: #67707d;
	text-shadow: #ffffff 0px 1px 0px;
	margin-right: 22px;
	margin-left: 22px;
	font: normal 10px/20px "Lucida Grande", Lucida, "Helvetica Nenu",Tahoma, sans-serif;
	
}


.seperator {
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 1px 20px 5px 45px;
	border-top: 1px dashed #aeaeae;
}

.seperator_small {
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 1px dashed #aeaeae;
}

.alert {
	background: #fff6bf url('../images/exclamation.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;

	padding: 5px 20px 5px 45px;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
}

a {
	color: #00e600;
	text-decoration: underline;
}

a:link {
	color: #00e600;
}

a:visited {
	color: #00e600;
}


.float-right {/* header element float */
  float: right;
  width: 8em;/* em width variance by element*/
  margin: 0 0 0 0.2em;

  }
 
.float-end-right {/* header element float */
  float: right;
  width: 8em;/* em width variance by element*/
  margin: 0 0 0 0.2em;
  text-decoration: underline;
}

.btn_link{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}



