body{
	background-image:url(images/background.png);
	font-family: Helvetica, Verdana, sans-serif;
	font-size:12px;
	margin-left:25%;
	height: 100%;
	width: 50%; 
}
/* Scroll Bar Start */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
height: 10px;
display: block;
background-color: transparent;
}
::-webkit-scrollbar-track-piece  {
background-color: #3b3b3b;
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #666;
-webkit-border-radius: 6px;
}
/* Scroll Bar End */
li,p,a{color: rgb(76,73,62);
	   text-decoration: none;}
a.on, a:hover{text-decoration:underline;}
b, h2 {color: rgb(163,37,0);}

#header_index{
	height: 118px;
	color: rgb(255,248,211);
	background-color: rgb(163,37,0);
	padding-left:10px;
	padding-bottom:1px;
	line-height:184px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;}
#header{
	height: 118px;
	width:540px;
	float: left;
	color: rgb(255,248,211);
	background-color: rgb(163,37,0);
	margin-top:8px;
	padding-left:10px;
	padding-bottom:1px;
	line-height:150px;
	border-top-left-radius:10px;}
#img{background-color: rgb(163,37,0);
	height: 109px;
	width: 100px;
	float: right;
	margin-top:8px;
	padding-top:10px;
	border-top-right-radius:10px;}
#clear{clear:both;}
#nav{background-color: rgb(43,41,34);
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	list-style:none;}
#nav li{display:inline;}
#nav a {display: inline-block;
		padding-right:20px;
		color: rgb(255,248,211);}
#main_content, #add_content, #last_content{background-color: rgb(255,255,255);
				margin-top: 10px;
				padding-top:10px;
				padding-bottom:10px;
				padding-left:10px;
				padding-right:10px;
				text-decoration: none;} 
#last_content{border-bottom-left-radius:10px;
			border-bottom-right-radius:10px}

#footer {text-align: center;}

#wrapper {
	width: 650px;
 	margin: 0 auto;
}
