/* -------- Style Sheet for Crown E-Cards -------- */

*{
	padding: 0;
	margin: 0;
	border: 0;
}

html, body{
	text-align: center;
	width: 100%;	
}

body{
	height: 100%;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	color: #555;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 775px;
	min-height: 100%;
	height: 405px;
	height: auto !important;	
	text-align: justify;	
}

#header{
	height: 148px;
}

#content{
	border: 2px;
	border-color: #e8e8e8;
	border-style: solid;
	background-color: #f7f7f7;
	margin-bottom: 3px;
	min-height: 375px;
	height: auto;
}

* html #content{
	height: 30em;
}

#footer {
	clear: right;
	height: 25px;
	text-align: center;
}

#headerlogo{
	position: absolute; 
	top: 26px; 
	right: 570px;
	text-align: right;	
	z-index: 1;	
}

#headertag{
	position: absolute;
	top: 40px;
	right: 175px;
	text-align: right;
	z-index: 2;
}

#menubar{
	position: absolute;
	top: 123px;
	width: 775px;
	height: 25px;
	left: 0px;
}

.nav{
	background-color: #cc0000;
	font-size: 11px;	
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2;
	padding: 0 10px;
}

.nav a, .nav a:visited{
	color: #fff;
	text-decoration: none;
}

.nav a:hover{
	color: #fff;
	text-decoration: underline;
}

.floatright{
	float: right;
}
