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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px;
	color:#333333;
}
#container-top {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:154px;
}
#container-behind {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg_middle.png);
	background-repeat: repeat-y;
}

#container-bottom {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:170px;
}
#container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
#container2 {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	background-color:#FFFFFF;
}

#menu {
	height:45px;
	padding-top:8px;

}
#menu ul {
	margin-left:-25px;

}
#menu ul li {
	list-style-type: none;
	display:block;
	position: relative;
	text-align: center;
	float: left;
}
#menu ul li a {
	text-decoration:none;
	color:#333333;
	padding-left:11px;
	padding-right:11px;

}
.lineonmenu {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
}
#menu ul li a:hover {
	color: #E00348;
}

.menu-active {
	color: #E00348;
}

#photo-home {
	margin-bottom:-4px;

}
#flash-banner {

}
#contents {
	background-color:#FFFFFF;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;

}
#contents-page {
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width:631px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:40px;
}
#submenu {
	float:left;
	width:268px;
	background-image: url(../images/bg_submenu.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top:25px;
	margin-bottom:40px;
}
#submenu ul {
	padding-right:30px;
	padding-bottom:20px;
	list-style: none;

}
#submenu ul li {
	text-align: right;
	margin-left:16px;
	padding-bottom:10px;
	background-image: url(../images/submenu_bullets.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	margin-bottom:5px;
	margin-top:5px;
}
#submenu ul li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right:30px;
	padding-bottom:10px;

}
#submenu ul li a:hover {
	color: #F0C387;
	border-bottom-color: #F0C387;
}





#footer {
	clear:both;
	height:34px;
	margin-right: 12px;
	margin-left: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D98DAA;
	font-size:10px;
	color:#666666;
	padding-top:9px;
}
h1 {
	font-size:23px;
	font-weight:normal;
	color: #E00348;

}
h2 {
	font-size:20px;

}
h3 {
	font-size:18px;

}
#footer a {
	text-decoration:none;
	color:#666666;
}
#footer a:hover {
	color:#E00348;
}
a {
	color: #E00348;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#table1 {
	background-image: url(../images/dot_white.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F2F2F2;
}
#table2 {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.purple {
	color: #A584B3;

}
.redpink {
	color:#e10047;

}
.lightgrey {
	color:#999999;

}
a.purplelink {
	color: #A584B3;
	text-decoration:none;
}
a.purplelink:hover {
}
.imgborder {
	border: 1px solid #924C70;
}