body {
	background-image: url(images/bg-tile.gif);
	margin: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5;
}

#main {
	background-color: #ffffff;
	text-align: left;
}
#header{
	border-bottom: 1px dashed #D9AB7D;
	height: 75px;
}
#header h1{
	font-size: 1.6em;
	color:#434967;
}

#header h2{
	font-size: 1.3em;
	color:#BDCAF7;

}
#side {
	padding: 10px;
}
#side1{
	background-color: #DEE1F5;
	width: 180px;
}
ul{
	margin-left: 20px;
	list-style-image: url(images/sosimple-blue.png);
}
ul ul{
	margin-left: 25px;

}

#side1 a:link, #side1 a:visited{
	text-decoration: none;
	color: #674350;
}
#side1 a:hover{
	text-decoration: underline;
}
html > body ul{
	margin-left: -10px;
}
html > body ul ul{
	margin-left: -30px;

}

#content{
	padding: 10px 20px 0 0;

}
#content ul{
	list-style-image: url(images/sosimple.png);
}	
#content h1{
	text-align: center;
	font-size: 1.4em;
	color: #434967;
	height: 30px;
	background-color: #E4E8F7;
	border-top: 1px dashed #BDCAF7;
	border-bottom: 1px dashed #BDCAF7;
}

#content h2{
	font-size: 1.2em;
	text-align: center;
	color: #990033;
	height: 24px;
	background-color: #FEFED3;
	border-bottom: 1px solid #FEFE98;
}
a.full_article{
	text-align: right;
	color: #990033;
}
.a_photo{
	border: 1px solid #000000;
	float: left;
	margin: 4px 7px 4px 0;

}
#footer{
	font-size: 90%;
	color: #ffffff;
	background-color:#D9AB7D;
	height: 30px;
	border-top: 2px solid #434967;
}
#footer A:link, #footer a:visited{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover{
	border-bottom: 1px dashed #FFFFFF;
		text-decoration:none;
}
