#div_bgframe {
	width: 1027px;
	height: 768px;
	background-color:#008BA0;
	background:url(../images/floral.jpg) no-repeat;
	border: 1px solid #473E35;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;}
	
#div_main {
	width: 810px;
	height: 600px;
	margin-left:100px;
}

#div_set {
	width: 810px;
	background-color:#EAE7E0;
	padding:5px;
	/* for IE */
    filter:alpha(opacity=95);
    /* CSS3 standard */
    opacity:0.95;
	border: 1px solid #EAE7E0;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
}

#div_header {
	margin-top:25px;}

#div_menu {
	margin-top:25px;
}
#div_wrapper {
	text-align: center;
	width: 810px;
	height:330px;
	margin-top:25px;
	background-color:#008BA0;
	border: 1px solid #473E35;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	/* for IE */
    filter:alpha(opacity=95);
    /* CSS3 standard */
    opacity:0.95;}

#div_txt {
	margin: 0px auto;
	padding: 5px;
	width: 357px;
	float: left;
	text-align: left;
}

#div_widetxt {
	margin: 0px auto;
	padding: 5px;
	width: 785px;
	float: left;
}

#div_img {
	margin: 0px auto;
	padding: 5px;
	width: 428px;
	float: left;}

#div_reel {
	margin-top:25px;
}

#div_footer {
	text-align: center;
	width: 810px;
	margin-top:5px;
	font-size:12pt;
	font-weight:bold;
	background-color:#B09464;
	color:#473E35;
	border: 1px solid #473E35;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	/* for IE */
    filter:alpha(opacity=95);
    /* CSS3 standard */
    opacity:0.95;
}

.div_mitem {
	width:160px;
	height:40px;
	float:left;
	font-size:12pt;
	font-weight:bold;
	background-color:#473E35;
	color:#EAE7E0;
	border: 1px solid #473E35;


}
body { 
	font-family : verdana,arial,helvetica; 
	font-size : 11pt; 
	color : #EAE7E0; 
	font-style : normal;
	background-color:#C1293E;}


A:link { color : #EAE7E0; font-size : 12pt; text-decoration: none; font-weight : bold; font-family : verdana,arial,helvetica;}
A:visited { color : #EAE7E0; font-size : 12pt; text-decoration: none; font-weight : bold; font-family : verdana,arial,helvetica;}
A:active { color : #EAE7E0; font-size : 12pt; text-decoration: none; font-weight : bold; font-family : verdana,arial,helvetica;}
A:hover { color :  #008BA0 ; font-size : 12pt; text-decoration: none; font-weight : bold; font-family : verdana,arial,helvetica;}

<!--
GREY BACKGROUND: #EAE7E0
DARK BROWN: #473E35
RED/PINK: #C1293E
BLUE/TEAL: #008BA0
LIGHT BROWN: #B09464
-->

