* {
	margin: 0;
	padding: 0;
}

body {
	color: #505050;
	background-color: #c0c0c0;
	font-family: sans-serif;
}

table.content {
	width: 100%;
}

table.content td {
	text-align: center;
	padding: 5px;
}

table.content td.altRow {
	background-color: #f3f3f3;
}

table.content td.divider {
	text-align: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #1f326b;
	background-image: url(../img/light.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

img {
	border-width: 0;
}

a {
	color: #1f326b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-shadow: 1px 1px 1px #c0c0c0;
}

a:visited {
	color: #364a87;
}

p {
	font-size: small;
	margin-bottom: 1em;
}

p.strong {
	font-weight: bold;
}

h3.feature {
	color: #fff;
	background-color: #112255;
	font-weight: normal;
	font-size: medium;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/light.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

li {
	font-size: small;
}

div.networksBox {
	display: table;
	border-style: solid;
	border-color: #112255;
	border-width: 1px;
	padding: 10px;
	float: left;
}

.smallText {
	font-size: 80%;
}

.largeText {
	font-size: 150%;
}

.highlight {
	color: #112255;
	text-shadow: 0 0 20px #364a87;
}

#topBar {
	background-color: #112255;
	background-image: url(../img/topBarBg.png);
	height: 50px;
}

#topBarContent {
	color: #fff;
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
}

#topBarAddThis {
	float: right;
	margin-top: 15px;
}

#pageMount {
	background-color: #f3f3f3;
	background-image: url(../img/bg_all.png);
	background-repeat: repeat-x;
	background-position: top;
}

#page {
	display: table;
	background-color: #fff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-bottom: 30px;
	background-image: url(../img/shade.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	background-color: #505050;
}

#footerContent {
	color: #fff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#footerContent p {
	color: #fff;
	margin-bottom: 0;
}

#footerContent a {
	color: #fff;
}

#shade {
	height: 20px;
	background-image: url(../img/shade.png);
	background-repeat: repeat-x;
	background-position: top;
}

#packages {
	padding-left: 222px;
	background: transparent url(../img/sitella_home.png) no-repeat;
	min-height: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
}

