/** Initialization Styles **/

* {
	margin:0;
	padding:0;
}
form,label,input{
	margin:0.1em 0;
}
h1,h2,h3,h4,h5,h6,blockquote,ul,ol,dl,fieldset,address{
	margin:0.5em 0;
}
ul{
	margin-left:2em;
}
fieldset{
	padding:.5em;
}

/** Default Styles **/

body
{
	font: normal 76.1%/1.2em Verdana, Arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align:center;
}
h1 { 
	font-size:1.3em;
	line-height:1.4em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.3em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-style:italic;
}
h5 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight:bold;
}
h6 {
	font-size: 1em;
	line-height: 1.2em;
	font-style:italic;
}
p {
	margin:1em 0;
}
ol, ul {
	text-align: justify;
	margin-top: 5px
}
a, a:link, a:visited {
	text-decoration: none;
	cursor: hand;
	color:#B92E35;
}
a:hover {
	text-decoration: underline;
	cursor: hand;
	color:#D7642E;
}
img {
	border: none;
}
table
{
	empty-cells: show;
	border: 0px;
	border-collapse : collapse;
	font-size:100%;
}
table, td, tr {
	font-size:100%;
}
.clr {
	clear:both;
	height:1px;
}
.orange {
	color:#D7642E;
}
.red {
	color:#BB2B34;
}
/*layout styles*/

#wrapper {
	margin:0 auto;
	text-align:left;
	width:756px;
	background:#FFFFFF url(images/core_bg.jpg) top left repeat-y;
}

#header {
	background:url(images/header.jpg) top left no-repeat;
	width:756px;
	height:245px;
}

#core {
	width:744px;
	background:url(images/flower-top.jpg) right bottom no-repeat;	
	margin-right:12px;
}

#menu {
	background:url(images/menu_bg.jpg) 6px 0 no-repeat;	
	width:220px; 
	height:446px;
	float:left;
	padding: 17px 0 0 29px;
	color:#FFFFFF;
}
#menu img {
	width:191px;
	height:31px;
}
#menu form {
	margin:53px 0 0 6px;
}
.inputsetwidth {
	width:165px;
}
#content {
	padding:10px;
	float:right;
	width:472px;
}

#bottom {
	width:756px;
	height:130px;
	clear:both;
}

.pic1 {
	background:transparent url(images/bottom-photos1.jpg) 6px 0 no-repeat;
}
.pic2 {
	background:transparent url(images/bottom-photos2.jpg) 6px 0 no-repeat;
}
.pic3 {
	background:transparent url(images/bottom-photos3.jpg) 6px 0 no-repeat;
}
.pic4 {
	background:transparent url(images/bottom-photos4.jpg) 6px 0 no-repeat;
}
.pic5 {
	background:transparent url(images/bottom-photos5.jpg) 6px 0 no-repeat;
}

#footer {
	background:#ffffff url(images/footer_bg.jpg) top left no-repeat;
	width:708px;
	height:42px;
	color:white;
	padding: 8px 24px;
	font-size:.8em;
}

#lm {
	float:left;
}
#lm a, #lm a:visited, #lm a:link{
	text-decoration:none;
	color:#FFFFFF;
}
#lm a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#copyright {
	float:right;
}