body {
	margin:0px;
	padding:0px;
	background-image:url(images/page_background.gif);
	background-repeat:repeat-y;
	background-position:left;
	}
a:visited {
	color: blue;
	}
.content {
	padding-left: 40px;
	padding-right:40px;
	padding-top:20px;
	/*
	border-left-style: solid;
	border-left-width:medium;
	border-left-color:#F56D09;
	*/
	border-top-style: solid;
	border-top-width:medium;
	border-top-color:#F56D09;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	line-height:1.8em;
	font-weight:bold;
	color: #0000ff;
	}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #484848;
	}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
}
a.topnav:link {
	color: #ffffff;
	text-decoration:none;
}
a.topnav:visited {
	color: #ffffff;
	text-decoration:none;
}
a.topnav:hover {
	color: #ffffff;
	text-decoration:underline;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:bold;
	color: #010066;
}
a.bottomnav:link {
	color: #010066;
	text-decoration:none;
}
a.bottomnav:visited {
	color: #010066;
	text-decoration:none;
}
a.bottomnav:hover {
	color: #010066;
	text-decoration:underline;
}

ul.flags {
	margin-bottom: 0px;
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
}

ul.flags li {
	float: left; 
/*	margin-right: 10px;*/
	margin: 0px 3px 0px 0px;
	padding: 2px 2px 2px 2px;
}

ul.flags li a {
	text-decoration: none;
	color: black;
}

ul.flags li img {
	margin-right: 5px;
	border: 1px solid black;
}
.selected-language {
	border: 2px solid blue;
	font-weight: bold;
	font-style: italic;
}

.ecard-thumbnail {
	border: 1px solid black;
}

.ecard-preview {
	display: table;
	border: 2px solid gray;
	padding: 5px 5px 5px 5px;
/*	margin-right: 5px;*/
}

.ecard-message {
text-align: left;
}
#home_ecard_box {
	width:240px;
	height:240px;
	border-color:#b5aea7;
	border-style:solid;
	border-width:medium;
	background-color:#edeae7;
	margin-top: 80px;
	padding:10px;
}
#home_ecard {
	position:relative;
	/*margin:25px;*/
}

.ecard_rollover {
	cursor: pointer;	
}
.ecard_img {
	width: 240px;
}
