body {
	margin:0px; 
	font-family: Times New Roman;
	font-size:12px;
	background-repeat: repeat-x;
	overflow:auto;
	color:#000000;
	background-color: #1d1d8c;
}
img {
border:0px none;
}

a{	
	color:#000000;
	text-decoration:none;
}
a:hover{	
	color:#888888;
	text-decoration:none;
}

/* ------------------------ mainframe-------------------------- */

#mainframe{
	margin:0 auto;
	width: 950px;
}
#mainframe .margin{
	margin:0 auto;
	width: 120px;
        height: 100%;
	display:inline;
	float:left;
}
#mainframe .middle{
	margin:0 auto;
	width: 710px;
        height: 100%;
	display:inline;
	float:left;
}

/* ------------------------ middle -------------------------- */
#title{
	margin:0 auto;
	width: 100%;
        height: 75px;
	display:block;
	float:left;
	background-image: url('images/title2.jpg');
	background-repeat: no-repeat;

}

#main{
	margin:0 auto;
	width: 100%;
        height: 100%;
	display:block;
	float:left;
	background-color: #ffffff;
	background-image:url('images/menubg.gif');
	background-repeat: repeat-y;
}

#footer{
	margin:0 auto;
	width: 100%;
        height: 68px;
	display:block;
	float:left;
        text-align: right;
	background-image: url('images/footerbg02.jpg');
	background-repeat: no-repeat;
}

#footer .copy{
        color: #5757b7;
	font-size:10px;	
        margin: 3px 10px 0px 0px;
}
#footer a{
	color:#888888;
	text-decoration:none;
}

#footer a:hover{	
	color:#5757b7;
	text-decoration:none;
}


/* ------------------------menu-------------------------- */

#menu{
	margin:0 auto;
	width: 160px;
        height: 100%;
	display:inline;
	float:left;
/*	background-image:url('images/menubg.gif');*/
}

#menu ul{
	margin: 10px 0px 0px 5px; 
	padding: 0px; 
	list-style: none outside;
	vertical-align: middle; 
}
#menu li{	
	margin: 3px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	width: 147px;
	height: 40px;
	text-align: center;
	background-image: url('images/menulinkbg.gif');
	background-repeat: no-repeat;
	display:list-item;
	text-decoration:none;
}
#menu p{	
	padding:0px;
	margin:0px;
	text-align:left;
}

#menu a{	
	padding:0px;
	margin:0px;
	font-size:18px;	
	color:#111111;
	text-decoration:none;
}
#menu a:hover{	
	font-size:18px;
	color:#888888;
	text-decoration:none;
}

/* ------------------------content-------------------------- */

#content{
	margin: 0px; 
	padding: 0px;
	width: 550px;
        height: 100%;
	display:inline;
	float:left;
	background-image: url('images/mainbg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content .c01{
	margin: 0px; 
	margin: 15px; 
}

#content .pagetitle{
	width: 520px;
	height: 25px;
	background-image: url('images/pagetitlebg.gif');
	background-repeat: no-repeat;
}

#content ul{
	margin: 10px 0px 0px 15px; 
	padding: 0px; 
	list-style: disc outside;
	vertical-align: middle; 
}
#content li{	
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	display:list-item;
	font-size:16px;	
	line-height: 1.5;
	text-decoration:none;
}
#content a{	
	color:#1918b1;
	text-decoration:none;
}
#content a:hover{	
	color:#6699FF;
	text-decoration:none;
}

h1{
	line-height: 1.4;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
}


h2{
	margin: 0px; 
	padding: 0px;
	line-height: 1.2;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	color: #2e2e9f;
}

h3{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font-size:20px;
	text-align: right;
	line-height: 1;
	color: #1d1d8c;

}




/* ------------------------eyeglass-------------------------- */


#eyeglasses ul{
	margin: 0px; 
	padding-left: 20px; 
	list-style: disc outside;
	vertical-align: middle; 
}
#eyeglasses li{	
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size:12px;
	line-height: 1.3;
	display:list-item;
	text-decoration:none;
	text-align: left; 
	vertical-align: middle; 
}