/* Site Grid by BoxedCSS.com */
#bcss-container {
	width:770px;
	margin:0 auto;
	font-family:georgia, times;
	font-size:1em;
	color:#666;
	letter-spacing:1px;
	}
#bcss-header {
	width:770px;
	clear:both;
	}
#bcss-sidebar {
	width:330px;
	float:left;
	margin-top:10px;
	margin-right:55px;
	margin-bottom:10px;

	}
#bcss-content {
	width:320px;
	float:left;
	margin-top:10px;
	margin-left:65px;
	margin-bottom:10px;
	}
#bcss-footer {
	width:770px;
	clear:both;
	margin-bottom:50px;
	}

.title {
	font-size:2em;
	margin-bottom:20px;
	letter-spacing:1px;
	}

.space {
	padding-bottom:15px;
	}

a:link {color: #3333CC}     /* unvisited link */
a:visited {color: #3333CC}  /* visited link */
a:hover {color: #3333CC}   /* mouse over link */
a:active {color: #3333CC}   /* selected link */