body {
    color:#333; 
    margin:0; 
    padding:0;
    background: #ffcc33 url(/pict/back.jpg) repeat-y top center;
    	text-align:center;
}


/*wrapper*/
#wrapper {
	width: 774px;
	min-height:100%;
	height:100%;
	margin:0px auto;
	background: #ffcc33;

}

/*content*/
#c_wrapper {
	margin:0px auto;
	background: #FFF;
}

#r_side{
  	display: block;
  	width: 200px;
	float:right;
	padding: 4px;
	background-color: #FFF;
	text-align: left;
}



#contents{
	min-height:50%;
	width: 558px;
	text-align:left;
	padding: 4px;
}

#footer{
	clear: both;
	background: #ffcc33;
  	color: #333;
	text-align: center;
}
#footer2{
	clear: both;
	background: #FFF;
  	color: orange;
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	margin-top: 7px;
	padding-top: 2px;
}
h2 { color: #4c4c4c;}
h3 { margin: 0px 0px 5px; color: #4c4c4c;}
h4 { font-weight: normal; color: #4c4c4c;}

a:link { text-decoration:underline; color: #333;}
a:visited { text-decoration:underline; color: #666;}
a:hover { text-decoration:underline;  color:orange; font-weight:bold; }

a.banner:link { color: #000; }
a.banner:visited { 	color: #000; }
a.banner:hover { color: #E00; }
a.banner:active { color: #E00; }

.topcontent a:link { color:#333333; text-decoration:none}
.topcontent a:visited { color:#333333; text-decoration:none}
.topcontent a:hover { color:#333333; text-decoration:underline}

.h_menu a:link { color:#ffffff; text-decoration:none}
.h_menu a:visited { color:#ffffff; text-decoration:none}
.h_menu a:hover { color:#ffffff; text-decoration:underline}

.f_menu a:link { color:#4c4c4c; text-decoration:none}
.f_menu a:visited { color:#4c4c4c; text-decoration:none}
.f_menu a:hover { color:#EA5532; text-decoration:underline}


.text {
	padding: 8px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
  	color: #444;
  	background: #FEFDF5;
}

