body	{
margin: 0px;
padding: 0px;
background-color: #F39800;
background-image: url('../images/side_bk.png');
background-repeat: no-repeat;
background-position: right bottom;
}

H1		{
margin: 0px;
}

H2		{
font-size: 1.5em;
margin: 0px;
border-bottom-width: 3px;
border-bottom-color: #FFFFFF;
border-bottom-style: solid;
}

H2:first-letter {
font-size: 1.7em;
color: #FF0000;
font-weight: bold;
}

H3		{
font-size: 1.5em;
margin-top: 10px;
margin-bottom: 10px;
}

ul		{
margin: 0px;
padding: 0px;
}

Ol		{
margin: 5px 0px 0px 30px;
}

li		{
margin: 3px 0px 0px;
padding: 0px;
}

img	{
border: 0px;
}

#title	{
color: #FFFFFF;
margin: 0px;
padding: 0px;
height: 230px;
width: 100%;
background-color: #9E3D3F;
background-image: url('../images/logo.jpg');
background-repeat: no-repeat;
}

#shdow	{
font-size: 1px;
color: #FFFFFF;
height: 4px;
width: 100%;
background-color: #9E3D3F;
background-image: url('../images/fade.png');
background-repeat: repeat;
margin: 0px;
}

.logo	{
POSITION: absolute;
top: -9000px;
left: -9000px;
}

#main	{
font-family: serif;
font-size: 1.2em;
margin: 0px;
}

.list	{
POSITION: absolute;
top: -9000px;
left: -9000px;
}

#left	{
width:100%;
float:left;
}


#content{
background-color: #fff;
margin-right: 210px;
width: auto;
}


#right	{
margin-left: -210px;
float: left;
width: 210px;
background-color: #F39800;
}

#copy	{
font-size: 1.5em;
color: #fff;
text-align: center;
margin: 0px;
width: 100%;
background-color: #660000;
}

#movable 	{
font-size: 1.3em;
margin-right: 5px;
margin-left: 5px;
position: absolute;
bottom: 0;
height: 500px;
width: 200px;
}

#banner	{
text-align: right;
margin: 0px;
padding-right: 5px;
padding-left: 30px;
}

.info	{
margin: 0px 10px;
padding-right: 5px;
padding-left: 10px;
border-top: 10px solid #A25768;
width: 95%;
height: auto;
background-image: url('../images/txt_bk.png');
background-repeat: repeat-x;
}

/* IE */
* html .info{
margin: 0px 10px;
padding-right: 5px;
padding-left: 10px;
border-top: 10px solid #A25768;
width: 100%;
height: auto;
background-image: url('../images/txt_bk.png');
background-repeat: repeat-x;
}

.imgpos	{
position: absolute;
top: 0px;
right: 0px;
}

.cap	{
font-size: 1.5em;
font-weight: bold;
padding: 10px 5px;
background-color: #F6BFBC;
background-image: url('../images/cap_bk.png');
background-repeat: repeat;
}
.capimg	{
float: right;
}

.photo	{
width: 182px;
float: left;
}

.txt	{
margin-right: 10px;
margin-left: 185px;
}

/*out-first-letter*/ 
.txt{
font-size:1.2em
}

/*first-letter*/ 
.txt:first-letter { 
font-size: 2em; 
font-weight: bold; 
color: #ff0000; 
}

.space	{
height: 20px;
}

.nomark	{
list-style-type: none;
}