/* css1 selectors */

.gridrule {
/*	border-left:1px dotted #ccccff; */
	}


/* css2 selectors */



/* position declarations grid system by dug falby - www.pumpernickle.net */
#gridgroup1 {
	background-position: 16% 6%;
	background-repeat:no-repeat;background-image:url(../images/words.png);
	position:relative;
	width:100%;
	left:0;
	right:0;
	top:0;	
	}
#gridgroup2 {
	position:relative;
	width:100%;
	left:0;
	top:0;
	}
#gridgroup3 {
	position:relative;
	left:0;
	right:0;
	top:0;
	}


/* content boxes 2 column configuration */

#box1-2 {
	position:relative;
	padding-left:25px;
	padding-right:10px;
	}
#box2-2 {
	position:absolute;
	padding-left:25px;
	padding-right:10px;
	top:0;
	left:0;
	width:10%;
	}
#box3-2 {
	background-position: -2% -10%;
	background-repeat:no-repeat;background-image:url(../images/logo.png);
	position:relative;
	border-top:2px dotted #fe4b4b;
	border-bottom:2px dotted #fe4b4b;
	border-left:2px dotted #fe4b4b;
	border-right:2px dotted #fe4b4b;
	top:0;
	left:10%;
	width:80%;
	}
#box6-2 {
	position:relative;
	padding-right:10px;
	}
#box7-2 {
	position:relative;
	}



/* content boxes 3 column configuration */

#box1-3 {
	position:relative;
	padding-left:10%;
	padding-right:10px;
	}
#box2-3 {
	position:absolute;
	top:0;
	left:0;
	padding-left:5px;
	width:10%;
	}
#box3-3 {
	position:relative;
	top:0;
	left:20%;
	width:60%;
	}
#box4-3 {
	position:absolute;
	top:0;
	left:80%;
	width:20%;
	}
#box5-3 {
	position:relative;
	top:0;
	left:0;
	width:100%;
	}
#box6-3 {
	position:relative;
	padding-left:20%;
	padding-right:10px;
	}
#box7-3 {
	position:relative;
	}




/* content boxes 4 column configuration */

#box1-4 {
	position:relative;
	padding-left:20%;
	padding-right:10px;
	}
#box2-4 {
	position:absolute;
	top:0;
	left:0;
	width:20%;
	}
#box3-4 {
	position:relative;
	top:0;
	left:20%;
	width:40%;
	}
#box4-4 {
	position:absolute;
	top:0;
	left:50%;
	width:40%;
	}
#box5-4 {
	position:absolute;
	top:0;
	left:80%;
	width:20%;
	}
#box6-4 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	}
#box7-4 {
	position:relative;
	}

