@charset "UTF-8";
/* CSS Document */

body{
	background: url(images/background.png) top left repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.wrapper{
	width:960px;
	margin:0 auto;
}

#logo{
	float:left;
	clear:none;
	margin-top:10px;
}

#login{
	float:right;
	clear:none;
	width:370px;
	margin-top:20px;
}

#login input[type=text],input[type=password]{
	color:#000000;
	background:#f6f6f6;
	width:110px;
	height:15px;
	border:0px;
}

.input-box{
	background: url(images/input-box.png) top left no-repeat;
	width:125px;
	height:25px;
	padding-left:5px;
	padding-top:5px;
	float:left;
	clear:none;
}

#login-btn{
	margin-top:1px;
	float:left;
	clear:none;
}

.login-links{
	color:#020202;
	float:left;
	clear:none;
	margin-top:5px;
}

.login-links a{
	color:#020202;
}

#menu-background{
	background:url(images/menu-background.png) top left repeat-x;
	height:55px;
	margin-top:20px;
	border:1px solid #ed7bae;
}

#menu-wrapper{
	width:960px;
	margin:0 auto;
	background:url(images/ribbon.png) top right no-repeat;
	height:155px;
	margin-top:-50px;
	padding-top:36PX;
}

#menu{
	width:750px;
	height:60px;
}

#menu ul{
	padding:0px;
}

#menu ul li{
	float:left;
	list-style:none;
}

.menu-btn{
	width:100px;
	height:50px;
	padding-top:15px;
	background:url(images/menu-shadow.png) bottom center no-repeat;
}

ul li a{
	color:#cc3281;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	width:100px;
	height:16px;
	text-align:center;
}

#menu ul li a:hover{
	font-weight:bold;
}

#main-img{
	float:left;
	clear:none;
	background:url(images/main-frame.png) top left no-repeat;
	width:328px;
	height:542px;
	padding-left:28px;
	padding-top:28px;
	margin-top:20px;
}

#content{
	float:left;
	clear:none;
	margin-left:25px;
	margin-top:20px;
	width:520px;
}

.h-divider{
	background:url(images/divider.png) top left no-repeat;
	width:547px;
	height:38px;
	margin-bottom:10px;
	margin-top:10px;
}

.more-btn{
	margin-top:20px;
	text-align:right;
}

.photos{
	float:left;
	clear:none;
	background:url(images/photo-frame.png) top left no-repeat;
	width:108px;
	height:129px;
	padding-left:13px;
	padding-top:13px;
}

.story-txt{
	float:left;
	clear:none;
	margin-left:10px;
	width:120px;
}

.title{
	color:#cc3281;
	font-weight:bold;
}

#footer{
	background:#cc3281;
	height:110px;
	width:100%;
	margin-top:-35px;
}

#rings{
	background:url(images/rings-img.png) top left no-repeat;
	height:100px;
	margin-left:350px;
	margin-top:-20px;
}

#copy-right{
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	padding-top:10px;
}