* { 
margin : 0; 
padding : 0; 
border : 0; 
} 
body { 
background-color : #d7d7d7; 
font : 12px Arial; 
} 
.page a { 
color : #993333; 
text-decoration : none; 
} 
.page a:hover { 
color : #660000; 
text-decoration : none; 
} 
.lightarea { 
width : 1000px; 
margin : 0 auto; 
} 
.leftlight { 
width : 100px; 
height : 800px; 
background-image : url(images/leftlight.jpg); 
background-repeat : no-repeat; 
background-position : right top; 
} 
.rightlight { 
width : 99px; 
float : right; 
height : 800px; 
background-image : url(images/rightlight.jpg); 
background-repeat : no-repeat; 
background-position : left top; 
} 
.tdleftlight { 
width : 100px; 
height : 800px; 
background-image : url(images/bottomLeft.png); 
background-repeat : no-repeat; 
background-position : right bottom; 
} 
.tdrightlight { 
width : 99px; 
height : 800px; 
background-image : url(images/bottomRight.png); 
background-repeat : no-repeat; 
background-position : right bottom; 
} 
.page { 
float : left; 
width : 801px; 
margin : 0 auto; 
} 
.header { 
width : 801px; 
height : 100px; 
background-image : url(images/header.png); 
} 
.phone { 
text-align : justify; 
padding-left : 530px; 
padding-top : 15px; 
padding-right : 20px; 
color : #c0abae; 
} 
.tele { 
font-size : 12pt; 
font-style : italic; 
color : #ffffff; 
} 
.menu { 
width : 771px; 
height : 30px; 
background-image : url(images/menuback.png); 
line-height : 30px; 
padding-left : 30px; 
} 
.bottom { 
width : 801px; 
height : 24px; 
background-image : url(images/bottom.png); 
color : #c0abae; 
text-align : center; 
padding-top : 13px; 
} 
.idea { 
width : 801px; 
height : 157px; 
background-image : url(images/idea.jpg); 
} 
.content { 
width : 801px; 
background-color : #efefef; 
min-height : 480px; 
overflow : hidden; 
} 
.contenttext { 
text-align : justify; 
padding : 22px 30px 0 50px; 
float : left; 
width : 420px; 
background-image : url(images/light.png); 
background-repeat : no-repeat; 
background-position : top left; 
} 

.contenttext p {
text-indent: 0.8cm;
margin : 5px 0 10px 0;
}
.contenttext li {
margin : 0 0 0 15px;
}
.sidebar { 
text-align : justify; 
padding : 22px 30px 5px 30px; 
float : right; 
width : 240px; 
background-image : url(images/light.png); 
background-repeat : no-repeat; 
background-position : top left; 
} 
.sidebar img {
margin-right: 5px;
}


h1 { 
font : 16pt Arial; 
font-style : italic; 
color : #d16700; 
padding-left : 40px; 

background-repeat : no-repeat; 
background-position : center left; 
line-height : 30px; 
padding-left : 6px; 
} 
h2 { 
font : 12pt Arial; 
font-style : italic; 
color : #d16700; 
padding-left : 40px; 

background-repeat : no-repeat; 
background-position : center left; 
line-height : 30px; 
padding-left : 6px; 
} 
.menudiv { 
margin-top : 1px; 
padding : 0; 
width : 4px; 
height : 28px; 
float : left; 
background-image : url(images/menudiv.png); 
} 
.menuitem { 
width : 120px; 
text-align : center; 
float : left; 
} 
.menuitem:hover { 
background-image : url(images/menuhover.png); 
background-repeat : repeat-x; 
}
.menuitem:active{
	background-image : url(images/menuhover.png); 
background-repeat : repeat-x; 
}

#active { 
background-image : url(images/menuhover.png); 
background-repeat : repeat-x; 
} 
.menuitem a { 
font-size : 10pt; 
font-weight : bold; 
font-style : italic; 
color : #f1e2d6; 
position : relative; 
} 


