/* ############# Layout styles ############## */

#content {
	background:#424a4a url(chips.jpg) no-repeat left bottom;
	padding-bottom:75px;
	color: #FFFFFF;
	position:relative;
}

#content_wrapper {
	background: #424a4a url(bg1.jpg) no-repeat left top;
	padding-left:10px;
	float:left;
	width:620px;
}

#home_content {
	padding-top: 600px;
	float:left;
	width:610px;
}

#leftcol {
	float:left;
	width: 390px;
}

#rightcol {
	float:right;
	width:200px;
	padding-top:230px
}

#action {
	float:left;
	width:610px;
	clear:both;
}

#action img {
	float:left;
	width:auto;
}


/* ############## Text styles ############# */

#content p {
	font-size: 13px;
	padding-bottom: 20px;
}

#content p.intro {
	font-size: 16px;
	font-weight: bold;
}

#content a:link, #content a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#content a:hover {
	text-decoration:underline;
}

