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

body{
	background-color: #997f7f;
	background-image: url("../img/back_flower.png");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: underline;
	color: #2a0000;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #990000;
}

img{
	border: 0;
}

#inbox{
	color:#666666;
	padding: 15px;
	width: 800px;
	background-color: #FFFFFF;
	border: double 3px #997f7f;
	text-align: right;
	margin: 20px auto;
}

#header{
	margin: 0px;
	padding: 5px 0px;
	border: double 3px #ffffff;
	text-align: left;
	background-color: #FFFFFF;
}

h1#title{
	color:#777777;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h1#title a{
	color: #777777;
	text-decoration: none;
}

h1#title img{
	border: 0;
}


#main{
	background-color: #ffffff;
	margin:15px 0 15px 250px;
	padding:20px;
	text-align: left;
	border: #eeeeee solid 1px;	
}

#side{
	text-align: left;
	color: #000000;
	float:left;
	width: 220px;
	margin:15px 0px;
	padding: 5px 5px 20px 5px;
	background-image: url("../img/back_flower.png");
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #997f7f;
	border: double 3px #ffffff;
}

#side a{
	color: #2a0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#side a:hover{
	color: #0066CC;
}

#side ul{
	margin:5px;
	padding: 5px;
}
#side li{
	list-style-type: none;
	padding: 2px 0;
	margin:0;
	text-align: right;
}

.linktitle{
	font-size: 1.2em;
	margin: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.linktxt{
	line-height: 1.2;
}

.linktxt img{
	margin: 2px;
	border-style: double;
	border-width: 0 5px;
}

#info{
	border: 1px solid #eeeeee;
	padding: 5px;
}

#info p{
	font-weight: bold;
	color: #2a0000;
	border-style:solid;
	border-color: #2a0000;
	border-width: 1px 10px 1px 10px;
	padding: 5px 10px;
	margin:2px;
}

.info_desc{
	margin: 5px;
	padding:5px 10px;
	border-left: 1px #eeeeee solid;
}

#footer{
	background-image: url("../img/back_flower.png");
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #997f7f;
	margin: 0px;
	padding: 15px;
	clear: both;
	border: double 3px #ffffff;
	color: #2a0000;
}

.footer{
	text-align: right;
}

/*works-----------------------------------*/
#worksrecord{
	margin: 0;
	padding: 0;
}

.works{
	margin-left: 10px;
}

.workstitle{
	margin: 5px -39px 5px 15px;
	padding: 10px 30px;
	background-image: url("../img/back_flower.png");
	background-repeat: no-repeat;
	text-align: left;
	background-attachment: fixed;
	background-position: top right;
	font-size: 1.3em;
	font-family: "Courier New", "Courier", "mono";
	font-weight: bold;
	border: double 3px #997f7f;
	border-right: 0px;
	background-color: #997f7f;
}

.workstitle a{
	text-decoration: none;
	color: #2a0000;
}

.worksimg{
	float: right;
	border-left: #2a0000 1px dashed;
	padding: 10px;
}

.worksimg img{
	border: 1px #999999 solid;
	padding: 3px;
	margin: 0;
	background-color: #ffffff;
}

.act{
	text-align: center;
	padding: 30px 5px;
	font-size: 12px;
	line-height: 1.7;
}

.clear{
	clear: right;
}

/*about-------------------------------------*/
#staff{
	line-height: 1.3;
}

#staff dt{
	background-image: url("../img/back_flower.png");
	background-color: #ffcfcf;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	background-attachment: fixed;
	border: 3px double #ffffff;
	font-weight: bold;
	padding: 3px 5px;
	margin: 2px;
	width: 50%;
}

#staff dd{
	padding: 5px;
}

/*links-------------------------------------*/
#links{
	padding:5px;
	margin: 10px;
	border: #eeeeee 1px solid;
}

#links a{
	color: #333333;
	text-decoration: underline;
}
#links a:hover{
	color:#FFFFFF;background-color: #666666;
}

#links dt{
	background-image: url("../img/back_flower.png");
	background-color: #ffcfcf;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	background-attachment: fixed;
	border: double 3px #ffffff;
	font-weight: bold;
	padding: 3px 5px;
	margin: 2px;
}

#links dd{
	list-style-type: square;
	padding: 3px;
}

/*blog------------------------------------*/

#blog{
	border: 1px #2a0000 dashed;
	margin:2px;
	padding: 10px;
}

#blog a{
	color: #996666;
}
#blog a:hover{
	background-color: #996666;
	color: #FFFFFF;
}