body {
	background:url(images/bg.jpg) #d55262;
	background-repeat:repeat;
	font-family:verdana; 
	text-align: center; 
	padding:0; 
	margin:0;
	font-size:12px;}

/* Font Format*/
p {	color:#000337; font-size:11px; font-family:verdana;}	
h5 { color:#000337; font-family:verdana; font-size:13px;}
h6 { color:#3d429f; font-family:verdana; font-size:10px; text-decoration: none;}	
.highlight { color:#ed2b41;}
	
/* Links */
a:link             	{COLOR: #ed2b41; text-decoration: underline;}
a:visited          	{COLOR: #ed2b41; text-decoration: underline;}
a:active           	{COLOR: #0f0012; text-decoration: none;}
a:hover           	{COLOR: #0f0012; text-decoration: none;}
a:visited:hover  	{COLOR: #0f0012; text-decoration: none;}

/*Main Container*/
#main {
	width:800px; 
	height:600px; 
	background:url() no-repeat #0f0012; 
	margin-right: auto; 
	margin-left: auto; 
	border: 1px  solid #ffffd9; 
	position:relative; top:10px;}
	
/*Header*/
.logo {	
	background:url(images/logo.png);	
	width:160px;	
	height:159px;	
	z-index:2;	
	position:absolute;	
	left: 0px;	
	top: 0px;}

.title {
	background:url(images/moniqueamber.png);	
	width:445px;	
	height:55px;	
	z-index:2;	
	position:absolute;	
	left: 350px;	
	top: 15px;}


/* Navigation */
#navigation {
	width:100%;
	height:35px;
	position:absolute; 
	top:93px;  
	text-align:right;
	background:#0f0012;
	border-bottom:#ed2b41 1px solid;
	border-top:#ed2b41 1px solid;
	font-size:12px;
}
#navigation ul { list-style-type: none; padding: 0;}
#navigation li { float: right; }
#navigation a { float: right; display:block; padding: 7px 8px; margin-top: -8px; border-bottom-width: 0; font-size:12px; color:#ffffd9;text-decoration: none;}
#navigation li.active a { color: #ec283f; text-decoration: none; }

#navigation a:hover, #navigation a:active { color: #ec283f;text-decoration: none;   }

/*Text boxes*/
#textbig {
	width:760px; 
	height:400px;
	background:#faf4d0; 
	margin-right:auto; 
	margin-left: auto; 
	position:absolute; 
	left:20px; 
	right:20px; 
	top:175px; 
	border: 1px  solid #ed2b41;
	text-align:left;
	overflow:auto;
}
#textleft {
	width:400px; 
	height:400px;
	background:#faf4d0; 
	margin-right:auto; 
	margin-left: auto; 
	position:absolute; 
	left:20px; 
	top:175px; 
	border: 1px  solid #ed2b41;
	text-align:left;

}
#textright {
	width:42%; 
	height:400px;
	background:#faf4d0; 
	margin-right:auto; margin-left: auto; 
	position:absolute; 
	left:440px; 
	top:175px; 
	overflow:hidden; 
	border: 1px  solid #ed2b41; 
	text-align:left;
} 

#cheersbox {
	background:#faf4d0;
	width:380px;
	height:480px;
	margin:5px;
	position:relative; 
	border: 1px  solid #0f0012;
	text-align:left;

}
/*Footer Box*/
#footer {
	width:100%;
	height:66px;
	text-align:center;
	position:absolute;
	top:610px;
	left:0px;
	background:#0f0012;
	border: 1px solid #ffffd9; 
	text-decoration: none;
}
	
/*Poetry Page*/
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 380px;
height: 800px; /* Set height to be able to contain height of largest content shown*/
border: none;
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 350px;
background:#faf4d0; /*A background is needed for the fadein*/
padding:8px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 100%;
background:#faf4d0;
padding:8px;
text-align:center;
vertical-align:middle;
}

.glidecontenttoggler li {
	list-style:none;}

/*Misc*/

.stickgirl {	
	background:url(images/footer.png);	
	width:59px;	
	height:66px;	
	z-index:2;	
	position:absolute;	
	left: 740px;	
	top: 610px;
}

.image { border: 1px solid #ed2b41;}
		
.padding {
	padding:8px; 
	overflow:auto;} 
.padding li { list-style-image:url(images/bg.jpg) } /*creates a small pink square*/
	
.poetrypadding {
	overflow:auto;}
