/*
THEME NAME: Beanbag Media
THEME URI: http://www.beanbagmedia.co.za
DESCRIPTION: Beanbag Media, the social media and design agency
VERSION: 1.0
AUTHOR: Jason Bagley
AUTHOR URI: http://www.beanbagmedia.co.za
*/

@import url('css/reset.css');
@import url('css/text.css');

body{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#wrapper{
	overflow: hidden;
	width: 960px;
}

#leftcol{
	width: 484px;
	height: 650px;
	background: url(images/leftcol-repeat.gif) repeat-y 0 0;
	float: left;
	overflow: hidden;
}

#rightcol{
	width: 425px;
	float: left;
	overflow: hidden;
	padding-left: 40px;
}

h1{
	margin: 0px;
}

p{
	font-size: 18px;
	color: #CDCDCD;
	padding: 0 30px 0 0px;
	margin-top: 0px;
}

p.disclaimer{
	font-size: 14px;
}

.line{
	height: 2px;
	width: 164px;
	background-color: #F3F3F3;
	margin: 30px 0;
}

form{
	margin-bottom: 10px;
}

input#text{
	height: 32px;
	width: 232px;
	background: url(images/form-text-bg.gif) no-repeat;
	border: 1px solid #D8D8D8;
	float: left;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #CDCDCD;
	padding: 10px 8px 0 8px;
}

#footer{
	clear: both;
	height: 32px;
	background-color: #EB2128;
	padding-top: 12px;
}

#footer p{
	color: #fff;
	font-size: 14px;
	margin-left: 520px;
}

#footer p a{
	text-decoration: none;
	color: #fff;
	padding: 3px;
}

#footer p a:hover{
	background-color: #fff;
	color: #EB2128;
}













