@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4 {
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:15px;
}

#outer-wrapper {
	background-color:#FFFFFF;
}

#wrapper {
	margin:0px auto;
	width:910px;
}

#header-wrapper {

}

#header {
	padding:0px;
	margin:0px;
	width:910px;
	height:132px;
	background: url(../images/bliss/header.jpg);
	overflow:hidden;
}

#header a {
	text-indent:-5000px;
	margin-top:30px;
	display:block;
	width:300px;
	height:90px;
	outline:none;
}

#content-wrapper-bg {
	background: url(../images/bliss/main-bg-loop.jpg) repeat-y;
	
}

#content-wrapper {
	background: url(../images/bliss/main-bg.jpg) no-repeat;
	min-height:448px;
	
}

#content-bottom {
	width:910px;
	height:114px;
	background:url(../images/bliss/main-bottom.jpg) no-repeat;
	clear:left;
}

#footer {
	border-top:#999999 1px dotted;
	margin-left:195px;
	padding-top:20px;
	width:457px;
	font-size:11px;
}

#menu-wrapper {
	float:left;
	width:195px;
}

#menu {
	padding:0px;
	margin:0px;
	list-style:none;
	position:relative;
}

#menu li {
	position:absolute;
	overflow:hidden;
	left:5px;
	padding:0px;
	margin:0px;
}

#menu li a {
	text-indent:-2000px;
}

#menu li, #menu li a {
	display:block;
	width:174px;
	height:36px;
}

#menu-home {
	top:0px;
}

#menu-home:hover {
	background: transparent url(../images/bliss/menu-over.jpg) -5px 0px;
}

#menu-link1 {
	top:36px;
}

#menu-link1:hover {
	background: transparent url(../images/bliss/menu-over.jpg) -5px -36px;
}

#menu-link2 {
	top:72px;
}

#menu-link2:hover {
	background: transparent url(../images/bliss/menu-over.jpg) -5px -72px;
}

#menu-link3 {
	top:108px;
}

#menu-link3:hover {
	background: transparent url(../images/bliss/menu-over.jpg) -5px -108px;
}

#menu-link4 {
	top:144px;
}

#menu-link4:hover {
	background: transparent url(../images/bliss/menu-over.jpg) -5px -144px;
}

#menu-link5 {
	top:180px;
}

#menu-link5:hover {
	background: transparent url(../images/bliss/menu-over.jpg) -5px -180px;
}

#content {
	float:left;
	width:457px;
	font-size:12px;
	min-height:448px;
}

#content p {
	line-height:170%;
	text-align:justify;
}

#sidebar {
	float:left;
	padding-left:20px;
	font-size:11px;
	width:230px;
}

.sidebar-wrapper {
	padding-top:10px;
	border-bottom:#003300 1px dotted;
}

#sidebar p {
	text-align:justify;
	line-height:150%;
}

#sidebar dt {
	float:left;
	font-weight:bold;
	padding:0px 10px 5px 0px;
}

#sidebar dd {
	margin:0px;
	padding:0px 10px 5px 0px;
}

.clear-left {
	clear:left;
}