/* styles for digideth.com */

body {
	background-color: #666;
	color: #CCC;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #f60;
}



#main {
	background-color: #333;
	width: 1024px;
	margin: 30px auto 30px auto;
	clear: both;
}

#sitelinks, #sitelinks ul {
	background-color: #000;
	margin: 0px;
}

#sitelinks li{
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 5px;
}

#sitelinks a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}

#sitelinks a:hover {
	background-color: #666;	
}

#header {
	border-bottom: 1px solid #900;
	background-color: #000;
	text-align: center;
	height: 110px;	
	clear: both;
}

#header img {
	margin: auto;
}

#content {
	width: 600px;
	margin: 0px;	
	clear: none;
	float: left;
}

#sidebar {
	float: right;
	width: 350px;
	margin: 0px;
	padding: 10px;
}

#sidebar li {
	list-style-type: none;
	font-weight: bold;
}

#sidebar li a {
	color: #FFF;
	text-decoration: none;
}

#footer {
	border-top: 1px solid #900;
	background-color: #000;
	padding: 20px;
	clear: both;	
	text-align: center;	
}











