/* CSS Document */

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#da9000;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration: none;
	background-color: #D0D99D;
}
a:hover {
    text-decoration: none;
    color:#FF6600;
}

/* header */
#header{
	width:1000px;
	height:90px;
	margin:auto;
	border-bottom: 1px dashed #FFF;
	background-color: #a30800;
}
.nav{
    height:40px;
	width:900px;
	line-height:40px;
	color:#FFF;
	padding:0 0 0 65px;
}
.nav a{ 
	color:#FFF;
	text-decoration:none;
}
.nav a:hover{ 
	color:#FF9900;
	text-decoration:underline;
}
.logo{
    width:900px;
	height:50px;
	padding:0 0 0 55px;
}

/* banner */

#banner{
	width:1000px;
	height:190px;
	margin:auto;
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
}
#colmtitle{
    color:#FFF;
	font-size:54px;
	font-weight:bold;
	padding:70px 0 0 80px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#by_author{
    color:#FFF;
	font-size:14px;
	padding:5px 0 0 400px;
}
.italic{
    font-style:italic;
}
/* content */

#content{
	width:1000px;
	margin:auto;
	background-attachment: scroll;
	background-color: #FFF0D5;
	background-image: url(images/bk.gif);
	background-repeat: repeat-y;
	background-position: left center;
}

#content_l{
	width:710px;
	height:auto;
	float:left;
	background-color: #fff0d5;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #996600;
}

#contitle{
    width:710px;
	height:35px;
	color:#f28300;
	padding:25px 0 0 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#context{
    width:610px;
	padding:0 23px 20px 70px;
	color:#DA9000;
	line-height:18px;
}
#context A{
	color:#DA9000;
}
#context A:hover{
	color:#DA9000;
}
#context A:visited{
	color:#DA9000;
}
#context img{
    margin:15px 0 0 15px;
	float:right;
}
#conguestbook{
	width:200px;
	height:40px;
	padding:20px 0 0 50px;
	background-image: url(images/guestbook.gif);
	background-repeat: no-repeat;
}
#conguestbook a{
    color:#da9000;
	text-decoration:none;
}
#conguestbook a:hover{
    color:#f60;
	text-decoration:underline;
}
#content_r{
	width:289px;
	height:auto;
	float:left;
	background-color: #fff0d5;
}

.aboutme{
    width:245px;
	height:32px;
	line-height:32px;
	margin:15px 0 0 40px;
	color:#FF6600;
	font-size:18px;
	font-weight:bold;
}
#myphoto{
	width:210px;
	height:210px;
	margin:0 0 0 32px;
	background-image: url(images/myphoto.jpg);
	background-repeat: no-repeat;
}
#myphoto img{
	margin:23px 25px 35px 32px;
}
#aboutmetext{
    width:200px;
	height:210px;
	margin:0px 0 0 32px;
	padding:10px 0 0 15px;
	line-height:16px;
	
}
#aboutmetext a{
    color:#da9000;
}
#aboutmetext a:hover{
    color:#f60;
}

#articlelist{
    width:210px;
	margin:20px 0 0 32px;
	
}

#articlelist li{
	width:190px;
	height:21px;
	line-height:21px;
	list-style-type: none;
	padding:0 0 0 25px;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	float:left;
}
#articlelist li a{
	color:#DA9000;
	text-decoration:none;
}
#articlelist li a:hover{
	color:#FF6600;
	text-decoration:underline;
}
.chrA{
    font-size:16px;
	font-weight:bold;
	color:#FF6600;
}
/* footer */
#footer{
	width:1000px;
	height:270px;
	margin:auto;
	background-color: #7FC01E;
	background-image: url(images/savvy_27.jpg);
	background-repeat: no-repeat;
}
#copyright{
	width:1000px;
	height:108px;
	text-align:center;
	color:#FFF;
	padding:162px 0 0 0;

}
#copyright a{
	color:#FFFF00;
	text-decoration:none;
}
#copyright a:hover{
	color:#FFFF00;
	text-decoration:underline;
}


.clear {
	overflow: hidden;
	clear: both;
	height: 1px;

}
