
body {
	background-color: #333333;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #333333;
}

a { text-decoration: none; color: #333333; border: none;}
a:hover { font-size: 16px; text-shadow: 2px 2px 2px #666666; }
.rssFeed a {font-size: 13px; text-decoration: none; color: #AAAAAA;}
.rssHeader {font-size: 16px;}
.rssBody ul { list-style: none; }
.rssBody ul li {
	color: #AAAAAA;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}
.rssFeed a:hover {text-shadow: none;}
.rssRow div {
	color: #AAAAAA;
	margin-top: -20px;
	font-size: 10px;
}

#wrap {
	margin: 10px auto;
	width: 900px;
	min-height: 100px;
	padding: 10px;
}

#topPadding{
	margin-top: 5%;
}

#top {
	background: url(images/title.png) no-repeat 0 0;
	height: 200px;
	margin-bottom: 5px;
}

#links {
	padding: 5px;
	background-color: #FFFFFF;
	-moz-box-shadow: 5px 5px 5px #000000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#links ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
#links ul li {display: inline; margin-right: 15px;}
#links ul li a { text-decoration: none; border: none;}
#links ul li a img{ border: none;}

#content {
	margin: 10px auto;
	padding: 5px;
	width: 600px;
}
#content a {font-size: 13px; text-decoration: none; color: #AAAAAA;}
#content h5 { font-size: 10px; color: #AAAAAA;} 

#dataFrame {
	width: auto;
	height: auto;
	border: none;
}

#footer {
	width: auto;
	height: 50px;
	color: #777777;
}

#footer a { text-decoration: none; color: #777777; border: none;}

#feedsData {
	margin: 10px auto;
	padding: 5px;
	width: 600px;
}

#feedBlog {
	float: left;
	width: 290px;
	margin-right: 10px;
	min-height: 350px;
}
#feedTech{
	float: right;
	width: 290px;
	margin-left: 10px;
	min-height: 350px;
}
#feedPhoto{
	float: left;
	width: 290px;
	margin-right: 10px;
	min-height: 350px;
}
#feedLines{
	float: right;
	width: 290px;
	margin-left: 10px;
	min-height: 350px;
}