@charset "utf-8";

#containerNew {
	width: 837px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	background-image: url(wp-content/themes/beyondTheme/images/body_back.gif);
	background-repeat: repeat-y;
} 
#containerNew #containerFoot {
	background-image: url(wp-content/themes/beyondTheme/images/faux_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding: 0;
}

/* Header */
#headerNew {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #FFF;
} 
#headerNew h1 {
	margin: 0;
	color:#eb62a8;
	font-size: 23px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.h1span {
	font-size: 33.5px;
}

/* Main Content */
#mainContentNew {
	width: 550px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContentNew h2 {
	margin-right: 0px;
	margin-left: 10px;
	margin-top: -20px;
	margin-bottom: 10px;
	color: #666;
	padding: 0px;
	font-size: 16px;
}
#mainContentNew h5 {
	font-size: 15px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #999;
}
#mainContentNew h5 span {
	color: #eb62a8;
}
/* Rounded Box */
#mainContentNew #box1Main {
	width: 520px;
	background-color: #f2dfe8;
	position: relative;
	background-image: url(wp-content/themes/beyondTheme/images/round/tl.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #804D65;
}
#mainContentNew #box1Main .top-right {
	background-image: url(wp-content/themes/beyondTheme/images/round/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
}
#mainContentNew #box1Main h3 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14.5px;
}
#mainContentNew #box1Main ul {
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#mainContentNew #box1Main ul li {
	font-size: 11px;
	line-height: 1.8em;
}
#mainContentNew #box1Main #pic_move {
	position: absolute;
	top: -35px;
	right: -45px;
} 

/* mainContent More Text */
#mainContentNew #mainContentNewMore {
	width: 250px;
	margin-top: 30px;
	margin-bottom: 135px;
}
#mainContentNew #mainContentNewMore h3 {
	color: #eb62a8;
	font-size: 14px;
	margin-top: -20px;
}
#mainContentNew #mainContentNewMore p {
	text-align: justify;
}
/* Moving Pictures */
#mainContentNew #box2Main {
	float: right;
	width: 228px;
	margin-right: 30px;
	background-color: #e5e5e5;
	height: 220px;
	padding-top: 8px;
}


/* Sidebar */
#sidebar1New {
	float: right;
	width: 210px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
#sidebar1New h2 {
	font-size: 18px;
	color: #999;
	text-align: center;
}
#sidebar1New img {
	padding-left: 5px;
	margin-top: -5px;
}
#sidebar1New p {
	text-align: justify;
	margin-top: -10px;
}


/* Footer */
#footerNew {
	padding: 0 10px 0 20px;
} 
#footerNew p {
	margin: 0;
	padding: 10px 0;
}

/* Other */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
	clear:both;
}
