@charset "UTF-8";

#sidebar {
	margin: 0 30px 0 0;
	padding: 0 20px 10px 10px;
	float: right;
	width: 265px;
	height: 370px;
	background-image: url(../images/sidebar2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#sidebar h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 28px;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#sidebar span{
	font-size: 15px;
	color: #a61125;
	display: block;
	margin: 0 0 10px 10px;
}

#sidebar p{
	font-size: 11px;
}

#sidebar a {
	font-size: 9px;
	color: #a61125;
	text-decoration: none;
}

#sidebar a:hover {
	color: #045c1a;
	
}


#photo {
	float: left;
	width: 90px;
	margin: 0 10px 10px 0;
}
#mainContent {
	margin: 0 30px 0 10px;
	padding: 5px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #a61125;
	margin: 0;
}

#mainContent table {
	margin: 0 0 0 100px;
}

#mainContent  table h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #a61125;
}

#mainContent table img {
	border: #000 solid 3px;
}

#mainContent a {
	font-size: 11px;
	color: #a61125;
	text-decoration: none;
}

#mainContent a:hover {
	color: #045c1a;
	
}
