/*
 * CSS TEMPLATE #1
 * 
 * Description:	"Standard" template. Most commonly used 
 * Dimensions:	Fixed width, content-based height
 * Navigation:	Vertical and horizontal
 * 
 * Info: 		Column distribution is based on their main container. Use main container to differentiate between
 * 				styles e.g for columns in the header and columns in the main content area.
 * 
 */

/* Main properties */
body {
	color: #313131;
}

div#grid_1 {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	background: url("../../images/structure/grid.gif") repeat-y center top;
	display: none;
}

div#content div.column.column_1 {
	color: yellow;
}

div#hitta a {
	color: #fff;
}
div#hitta input.doLocation {
	border: none;
	background: transparent;
}

