@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #DFEABE;
}

a:link {
	color: #728E32;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #728E32;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
ul {padding:0; margin:.25em; list-style-type:none;}


#sidebar1 a {
	display: block;
	height: 25px;
	width: 215px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #67882B;
	margin: 0 0 5px 5px;
	padding: 0;
	text-align:center;
	border-bottom:solid  #666666 1px;
}
#sidebar1 a:hover {
	color:#FFFFFF;
	background-color: #67882B;
}

#sidebar1 a img {height: 0; width: 0; border-width: 0;}
#sidebar1 a:hover img {
	position: absolute;
	top: 350px;
	left: 37px;
	height: auto;
	width: 150px;
}


.twoColElsLt #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 20px auto;
	border: 1px solid #000000;
	text-align: left;
	height: 100%;
} 

.twoColElsLt #sidebar1 {
	float: left;
	width: 225px;
	padding: 15px 0;
	text-align: center;
	position: relative;
	height: 100%;
	background-color: #E5CF7E;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsLt #mainContent {
	margin: 0 25px 0 250px; 
} 

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 #angel {
	border: 2px solid #666666;
}
#header #angelVardas {
	float: left;
	border: 2px solid #7F7552;
}
#header #pictures {
	float: right;
}
