#left {
	float:left;
	width:700px;
	}
	
#left a:link, #left a:visited, #left a:active {
	color: #000000;
	font-weight:800;
	text-decoration: none;
}

#left a:hover {
text-decoration:underline;
}	


#right {
	border-left:1px solid #CCCCCC;
	float:right;
	margin-top:5px;
	padding-left:5px;
	width:200px;
	}
	
#right h1 {
	font-size:120%;
	}
	


#right a:link, #right a:visited, #right a:active {
	color: #000000;
	text-decoration: none;
}

#right a:hover {
text-decoration:underline;
}

#right h3{margin-top:8px;display:block;background:/*#FFF url(../images/sidebar_h3.png) no-repeat;*/height:22px;width:181px;font-weight:700;font-size:11px;padding:9px 0 0 10px;}

#right ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
#right ul li {
background:transparent url(http://dev.daveismyname.com/blog/wp-content/themes/meadowland/images/listbullet.gif) no-repeat scroll 0 2px;
}

#right ul li {
border-bottom:1px dotted #CCCCCC;
margin:0;
padding:2px 0 2px 15px;
}	
	
















.warning {
	color:#FF0000;
	}
label {
	float:left;
	margin-right:10px;
	width:180px;
	font-weight:bold;	
	}	
.left {
	float: left;
	padding-right:20px;
	}
.right {
	float: right;	
}
/* tables */
table {
	border-collapse:collapse;
	font-size:1.1em;
	padding:0;
	width:100%;
}

.stripeMe th {
	background-color:#68654A;
	font-weight: bold;
	padding: 10px 11px;
	text-align: left;
	line-height: 1.2;
	padding-left:10px;
	color:#FFFFFF;
}

.stripeMe td {
	padding: 6px 11px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}

.stripeMe td * {
	/*padding: 6px 11px;*/
}

.stripeMe tr.alt td {
	/*background:#D7CAAF;*/
}

.stripeMe tr.over td {
	background:#F8F8F8;
}

/* white box */

.boxcont {
	width: 700px;
	height:auto;
	overflow:auto;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.innerboxcont {
	width: 700px;
	height:auto;
	overflow:auto;
}
	
.innerboxcont hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

.boximg {
	float:left;
	width:120px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}
.boxuser {
	float:left;
	width:540px;
	height:auto;
	clear:right;
	border-left:1px solid #ccc;
	padding-left:10px;
}

.boxuser table {
	border-collapse:collapse;
	font-size:1.1em;
	margin-bottom:-30px;
	margin-top:-150px;
	padding:0;
	width:100%;
}

.sponsors {
	float: right;
	width:200px;
}

img {
	border:none;
	}
em {
	color:#000000 !important;
	}
	
.lines {
	width:300px;
	}