html {
	overflow-y:scroll;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bodybg.png) repeat-x;
	text-align:left;
}

#container {
	width: 834px;
	margin: auto;
}
#header {
	height: 180px;
	background: #ffffff url(../images/headerbg.png) repeat-x;
}
#contentholder {
	background: #ffffff url(../images/pagebottom.png) repeat-x bottom left;
}
#mmenuholder {
	position: relative;
	top: 86px;
	height: 53px;
}
#submenu {
	float:left;
	background: #7e93c3 url(../images/menubg.png) repeat-x;
	width: 175px;
	position:relative;
	left: 4px;
	min-height: 350px;
}


#content {
	width: 655px;
	float:right;
}
#contenttext {
	padding: 10px;
	text-align:justify;
}
#banimage {
	height: 157px;
	background-color: #e8e8e8;
}

#footer {
	background: #ffffff url(../images/footerbg.png) no-repeat;
	height: 26px;
	text-align:right;
	padding-top: 5px;
	display: none;
	clear:both;
}
#footer a {
	color: #2f406a;
	text-decoration: none;
	font-weight: bold;
}
#subfooter {
	display: none;
}
#subfooter, #subfooter a {
	text-align:right;
	color: #7e7e7e;
	text-decoration: none;
}
#results {
		text-align: right;
}

#overlay{
	background-color: gray;
	position: absolute;
	top: 0;
	cursor: pointer;
}
#popup{
	position: absolute;
	overflow: hidden;
	border: solid #fff 2px;
	background-color: #ffffff;
}
#toolBar {
	background-color: #2f406a;
	color: #fff;
	font-weight: bold;
	padding: 4px 4px 0 4px;
	height: 22px;
}

#logout {
	float: right;
}
#memberlogin {
	font-family: Arian,helvetica;
	font-size: 12px;
	padding:5px;
	margin: auto;
	width: 300px;
	background: #fff;
	border: solid black 2px;
}
#memberlogin input.input {
	border: solid black 1px;
	padding:3px;
	width: 150px;
}

div.gallery {
	float: left;
	padding: 10px 0 10px 30px;
}
div.gallery img {
	border: solid #2f406a 2px;
}
div.selCard {
	text-align:center;
}
#cardImg {
	background-color: #000;
	text-align: center;
}
#cardEdit {
	background: url('../images/ecard-bg.jpg') no-repeat #ffffff center center;
	height: 250px;
	border: solid black 1px;
}
#cardEdit textarea {
	border: dashed #d7d7d7 2px;
	height: 175px;
	width: 610px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-family: arial, helvetica, sans-serif;
	color: #2f406a;
	font-size: 12px;
	margin: 12px 0 0 10px;
}

#viewEcard {
	background: url('../images/ecard-bg.jpg') no-repeat #ffffff center top;
	height: 250px;
	border: solid black 1px;
	cursor:default;
}
#ecardHolder { overflow: hidden; cursor:pointer;}
#ecardMessage {
	height: 175px;
	width: 610px;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 20px;
	margin: 12px 0 0 10px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}
input.ecardInput {
	width: 200px;
}
p.decr {
	color: gray;
}
input.selCard {
	margin-top: 5px;
	background: url('../images/btn.jpg');
	border: solid #bababa 2px;
	cursor:pointer;
	font-weight: bold;
}
input.selCard:hover {
	background: url('../images/btn.jpg') bottom;
	color: #e5e5e5;
	border: solid gray 2px;
}
a.ecardsend {
	background: url('../images/ecard.gif') no-repeat;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 8px 4px 35px;
}
a.ecardsend:hover {
	color: #000000;
}
a.addthis {
	display: block;
	float:right;;
}