
/* Colors:  black: #000000;  white: #FFFFFF;  red: #D5382B;  blue: #3A5278; */
/*		red: #CC3333; gold: #FFCC00; light blue: #6699CC; dark blue: #333366; */

/* Global style settings */

body
{
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

.content_area
{
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 52px 10px 52px;
	color: #000000;
	background-color: #CCCCFF;
}

.footer
{
	text-align: center;
	font-size: 10px;
	position: relative;
	clear: both;
	padding: 20px 0px 10px 0px;
}

.fch
{
	clear: both;
	line-height: .1;
}

.page_heading
{
	text-align: center;
	font-family: sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333366;
	padding: 20px;
}

a:link
{
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	color: #333366;
}

a:visited
{
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	color: #333366;
}

a:hover
{
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 14px;
	color: #333366;
}

/* Footer box */

#footer_box
{
	clear: both;
	position: relative;
	border-top: 2px solid #CC3333;
	border-bottom: 2px solid #CC3333;
	width: 500px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
}

#footer_left
{
	position: relative;
	float: left;
	padding-left: 20px;
	top: 17px;
}

#footer_logo
{
	position: absolute;
	left: 214px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#footer_right
{
	position: relative;
	float: right;
	text-align: right;
	padding-right: 20px;
	top: 17px;
}



/* Navbar */

#navbar
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	width:1004px;
	height:180px;
	border-bottom: 2px solid #000000;
	background-color: #FFFFFF;
}

#navbar-new-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:384px;
	height:41px;
}

#navbar-new-02 {
	position:absolute;
	left:384px;
	top:0px;
	width:239px;
	height:180px;
}

#navbar-new-03 {
	position:absolute;
	left:623px;
	top:0px;
	width:311px;
	height:41px;
}

#navbar-new-04 {
	position:absolute;
	left:934px;
	top:0px;
	width:70px;
	height:180px;
}

#navbar-new-05 {
	position:absolute;
	left:0px;
	top:41px;
	width:72px;
	height:100px;
}

#home-button {
	position:absolute;
	left:72px;
	top:41px;
	width:103px;
	height:100px;
}

#menu-button {
	position:absolute;
	left:175px;
	top:41px;
	width:107px;
	height:100px;
}

#calendar-button {
	position:absolute;
	left:282px;
	top:41px;
	width:102px;
	height:100px;
}

#birthday-button {
	position:absolute;
	left:623px;
	top:41px;
	width:103px;
	height:100px;
}

#gallery-button {
	position:absolute;
	left:726px;
	top:41px;
	width:106px;
	height:100px;
}

#contact-button {
	position:absolute;
	left:832px;
	top:41px;
	width:102px;
	height:100px;
}

#navbar-new-12 {
	position:absolute;
	left:0px;
	top:141px;
	width:384px;
	height:39px;
}

#navbar-new-13 {
	position:absolute;
	left:623px;
	top:141px;
	width:311px;
	height:39px;
}


