/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {

	}
body {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font: 20px courier, arial;
	line-height:1.2em; 
	color:#666666; 
	background: #FFFFFF;
	}

.Postcard_Portrait {
	display:inline; 
	overflow:hidden;
	float: left;
}

.text { 
	display:inline;
	overflow:hidden;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 70px;
	border-left: 1px dotted #FF0000;
	background-image:url('../../images/background_text.gif');
	background-repeat: repeat;
}

p {
	margin: 10px 40px 0px 20px;
}

b {
	color: #FF0000;
	text-decoration: underline;
}
/******* LINKS *******/

a {
	color: #EF6782;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

img {
border:none;
}

input{
margin: 10px 0 0 0;
font:11px georgia, times;
}

.main {
/*background-color: #000000;*/
}

/* Colour Scheme: Chocolate*/

.box_pink {
background:#ebc6d3;
}

.box_brown {
background:#3d2d1f;
}

.box_chocolate_medium a {
color:#FFFFFF;
}

.box_chocolate_medium a:hover {
color:#000000;
}

.box_chocolate_dark {
background:#210e06;
}

.info_box_text {
padding:10px 10px 10px 10px;
}

.info_box_date {
margin: 10px 0 0 0;
font: 90% Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
}

.info_box_title {
color:#210e06;
}

.info_box_title2 {
color:#ebc6d3;
}
