* {
	margin: 0px;
	padding: 0px;
}
#header {
	z-index: 1;
	background-color: #FFFFFF;
	height: 100px;
	width: 100%;
	float: left;
}
#navagation{
	float: left;
	width: 100%;
	height: 13px;
	background-color: #B51F25;
}

#content {
	z-index: 3;
	height: auto;
	background-color: #103882;
	color: #FFFFFF;
	background-image: url(images/SeanOBoylebk2.jpg);
	background-repeat: repeat-x;
}
#footer {
	text-align: center;
	clear: both;
	color: #FFFFFF;
	z-index: 4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #CCCCCC;
	height: 21px;
	font-size: 9px;
	float: left;
	width: 100%;
}
#header, #sidebar, #content, #footer {
	margin:0;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	padding-left: 200px;
	padding-right: 200px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 35px;
	padding-left: 12px;
	font-weight: lighter;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC;
	font-size: 24px;
	padding-left: 200px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.imageR
{
	float: right;
	border: medium solid #0099CC;
	margin-right: 60px;
	margin-left: 30px;
}

.imageL
{
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	clear: left;
}
.UserExperience
{
	float: right;
	border: medium solid #FFFFFF;
	margin-right: 12px;
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	color: #FFFF00;
	text-decoration: none;
}

a:active
{
	text-decoration: none;
	color: #B51F25;
}
ul{
}


li{
	list-style-position: inside;
	list-style-type: circle;
}

.rss-item  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	margin: 8px 0;
	list-style-type: disc;
	color: #666666;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active, .rss-item a:hover {
	text-decoration : none;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	list-style-type: square;
	}

