body {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-image: url(images/backround.png);
	background-position: center top;
	background-color: #EEEEEE;
}
#MyPageTitle {
	color: #EEEEEE;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: left;
	width: 730px;
	padding-top: 20px;
	padding-left: 30px;
	background-image: url(images/header.png);
	background-position: bottom;
}
#header2 {
	text-align: left;
	width: 760px;
}
#page #content .content {
	font-size: 11px;
	text-align: justify;
}
#content {
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	width: 740px;
	float: right;
	margin-top: 0px;
	background-color: #728361;
	padding: 10px;
	background-position: left top;
	background-repeat: no-repeat;
}
#page #content .content p {
	background-position: left top;
	background-repeat: no-repeat;
}
#page #content .title {
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 20px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	float: none;
	background-color: #000000;
}
#page #content .content h2 {
}
#page {
	margin-bottom: -50px;
}
#MyPageTagline {
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 730px;
	padding-left: 30px;
}
#page #content .twocols .col1 {
	padding: 25px;
	float: left;
	width: 190px;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 7px;
	background-image: url(images/back.png);
	background-repeat: repeat-y;
}
#page #content .content blockquote {
	padding: 25px;
	float: left;
	width: 190px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/back.png);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page #content .twocols {
}
#page #content .twocols .col2 {
	margin: 0px;
	padding: 25px;
	float: right;
	width: 190px;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/back.png);
	background-repeat: repeat-y;
}
#page #content .content h2 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: -10px;
}
#footer-wrapper {
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	background-color: #728361;
	height: 25px;
	width: 760px;
	padding-top: 25px;
}
hr {
	visibility: hidden;
	height: 0;
	width: 0px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: none;
}
#imageX {
	float: left;
	background-repeat: repeat-y;
	background-position: center;
	display: none;
}
#header {
	background-image: url(images/page.png);
}
body {
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	}	
	
ul {
	list-style: none;
	}

/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */
	
#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	background-image: url(images/page.png);
	background-repeat: no-repeat;
	font-weight: bolder;
	background-color: #000000;
	background-position: left center;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	font-size: 10px;
}
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	}
	
#menu li a:hover {
	color: #999999;
	font-weight: bold;
	}
	
#menu li a:active {
	color: #FFFFFF;
	}

body {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
} 
#header2 #menu ul li.first a {
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
	}
