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

*{
	margin: 0px;
	padding: 0px;
}

body  {
	text-align: center;
	color: #C7DCE2;
	font-family: "Comic Sans MS", cursive;
	font-size: 67%;
	background-color: #3A6A74;
	background-image: url(../web_graphics/heart_pattern_repeatBlk.png);
	background-repeat: repeat-x;
	background-position: right 25% ;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

p {
	font-size: 1.2em;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 16px;
}

h4 {
	font-size: 1.6em;
}

.bold {
	font-weight: bold;
}
.spacer {
	color: #6870A2;
	font-size: 2px;
}
.smaller {
	font-size: 15px;
	font-weight: bolder;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #A47CAD;
	width: 800px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#sidebar1 {
	float: left;
	width: 150px;
	padding-right: 29px;
	padding-left: 29px;
	background-color: #6870A2;
	background-image: url(../web_graphics/nubg_side.png);
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	padding-bottom: 40px;
}
#sidebar1 p {
	font-size: 1em;
}

#sidebar1 ul {
	padding-left: 18px;
	font-size: 16px;
	margin-top: 10px;
}

#sidebar_links {
	margin-top: 70px;
}
#sidebar_links p {
	font-size: 1em;
}



#header {
	margin-left: 208px;
	background-image: url(../web_graphics/nubg_head.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 592px;
	color: #222;
	text-align: center;
	padding-top: 20px;
	background-color: #92CFDA;
}
#mainContent {
	background-image: url(../web_graphics/nubg_mainC.png);
	height: 530px;
	width: 592px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 208px;
	background-color: #A47CAE;
} 

#photodiv {
	height: 219px;
	width: 292px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	background-color: #96D0DB;
	margin-top: 23px;
}


#frame {
	margin-right: auto;
	margin-left: auto;
	height: 270px;
	width: 342px;
	border: 2px solid #000;
	background-image: url(../web_graphics/outerrframe_342x270.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	color: #FFF;
	width: 550px;
	padding-left: 30px;
	background-color: #A47CAD;
	margin-top: 30px;
	float: left;
}

#footer2 {
	clear: both;
	background-color: #FFF;
}


#operating {
	float: left;
	width: 500px;
	text-align: center;
	margin-top: 10px;
}
#operating p {
	font-size: .9em;
}


.footer_phone {
	width: 150px;
	float: left;
}
#footer_email{
	width: 220px;
	float: left;
}
