/*******************************************************
PROJECT: Chad Durham
DATE: 20th June 2009
AUTHOR: Chad Durham @ Big Hello Design

*******************************************************/

html, body {
	margin: 0;
	padding: 0px;
	height: 100%;
	background-color: #b7be34;
}

body {
	background-color: #ffffff;
	text-align: center;
	min-width: 520px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #b7be34 url(../images/background.jpg) repeat-x scroll 50% 0;
}

p {
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border-style: none;
}

.pic {
	border-style: none;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0px;
}

/*************************************
Wrapper to entire site
************************************/

#container {
	float: left;
	width: 100%;
}

#position {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

#content {
	padding: 0;
	width: 520px;
	top: 0;
	position: relative;
	margin: 0 auto;
}

/*************************************
Columns
************************************/

#col1 , #col2 {
	float: left;
	margin: 0 0px;
	padding: 45px 20px 0;
	width: 220px;
}
#col1 .logo a , #col2 .logo a{
	width: 220px;
	background: url(../images/bighello_logo.gif) no-repeat 0 0;
	text-indent:-400px;
	overflow:hidden;
	position:absolute;
	height: 137px;
}

#col2 .logo a{
	background: url(../images/chadsayshello_logo.gif) no-repeat;
}
#col1 p , #col2 p {
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #272727;
	position: relative;
	float: none;
	top: 137px;
	padding-top: 10px;
}
#col1 p a , #col2 p a {
	font-weight: bold;
	color: #272727;
}
#col1 p a:hover , #col2 p a:hover {
	text-decoration: underline;
}