﻿@import url("base.css");

#web
{
	float: left;
	/* width: 48%; */
	width: 45%;
}

#seo
{
	float: right;
	/* width: 48%; */
	width: 45%;
}

#contact-info
{
	clear: both;
	padding-top: 1em;
	text-align: center;
}

/* #more-sites
{
	clear: both;
	font-size: 85%;
	padding-top: 1.25em;
	text-align: center;
}

#more-sites p
{
	font-weight: bold;
	text-align: center;
}

#more-sites ul
{
	list-style: none;
	margin: 0 0 0 90px;
	padding: 0;
}

#more-sites ul li
{
	float: left;
	margin: 0 50px 0 0;
} */