/*******************************************************
PROJECT: HelloBadges.co.uk
DATE: 19th July 2008
AUTHOR: Chad Durham @ Big Hello Design
NOTE: Hello CSS curious person, nice to have you here. Looking through code is in my opinon the best way to learn and advance, it's how I learnt and I thoughly reccomended it  - so, go ahead, teach yourself whatever you can, write your own styles. Just please don't steal the site. C
*******************************************************/

body {
margin: 0;
padding:0;
height:100%;
background-color: #d7d8d1;
text-align: left;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:none;
}

img {  
border-style: none;
}

.pic {  
border-style: none;
margin-top: 10px;
}
#logo {
width:220px;
height: 135px;
background: url(../images/hellobadges_logo.gif) no-repeat;
margin: 0;
padding: 0;
background-color: #ffffff;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
margin-right: 10px;
}

#sheild {
float: right;
margin: 0;
padding: 0;
}

/*************************************
Wrapper to entire site
************************************/
#centerColumn { 	
margin:0 auto;
padding: 0;
width:910px;
text-align:left;
vertical-align: middle;	
}

/*************************************
Picture thumbnails
************************************/
.thumbs {
float:left;
margin: 0;
padding: 0px 10px 10px 0;
}
