body, html {
	background: url('images/bg_01.jpg') repeat-y top center;
	background-color: #2e2e2e;
	margin: 0px;
}

body, tr, td {
	font-family: Georgia, Times, "Times New Roman";
	font-size: 13px;
	color: #dae7ec;
}

a {
	color: #0c2169;
	text-decoration: none; 
}

#content a:hover {
	color: #58d1bd;
	text-decoration: none; 
}

#content {
	padding: 5px 20px 20px 20px;
	line-height: 20px;
	text-align: justify; 
}

h1 {
	font-size: 22px;
	color: #ffffff;
	border-bottom: 1px solid #2b4290;
	text-align: left; 
	padding-left: 10px;
	font-weight: lighter;
	letter-spacing: 1px;
}

input, textarea, select {
	border: 1px solid #d9ccb9;
	background-color: #FFFFFF;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 12px;
	color: #dae7ec;
	padding: 2px; 
}

blockquote {
	margin: 10px 20px 10px 10px;
	padding: 10px;
	border: 1px solid #1d536a;
	background-color: #27708f;
}

.quote {
	margin: 10px;
	padding: 10px;
	background: url('images/quote.gif') no-repeat left top;
}

i {
	color: #93cfe9;
}

.listleft {
	width: 85%;
	text-align: left;
	background-color: #4f9ec1;
}

.listright {
	width: 15%;
	text-align: right;
	background-color: #4f9ec1;
}

.listleft2 {
	text-align: left;
}

.listright2 {
	text-align: right;
}

.smaller {
	font-size: 11px;
}

#footer {
	margin: 60px 0 20px 0;
	text-align: center;
	font-size: 10px;
}

.photo {
	margin: 20px;
	padding: 10px;
	border: 1px solid #1d536a;
	background-color: #27708f;
}

.tabphoto {
	margin: -15px 3px 3px 3px;
	padding: 10px;
	border: 1px solid #1d536a;
	background-color: #27708f;
}

.link {
	margin: 5px;
	padding: 5px;
	border: 1px solid #1d536a;
	background-color: #27708f;
}