@charset "UTF-8";
/* CSS Document */
/* www.makyingping.com */

/*main structure*/

body{
	font-family: 'verdana', trebuchet ms, helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 50px 0 20px 0;
	background-color: #b1dfc6;
	background-repeat: repeat;
}

#menu{
	width:100px;
	height:100%;
	padding: 10px;
	margin: 0 0 0 30px;
	background-color: white;
}

#content{
	width: 820px;
	height:100%;
	background-color: white;
	padding: 10px;
	margin-bottom: 15px;
	overflow: auto;  /*important! for clearing floats on the wrapper*/
}


/*text*/
a, a:visited{
	text-decoration: none;
	color: #004e55;
}

a:hover{
	background-color: #b1dfc6;
	color: #004e55;
}

a img{
	border:none;
}

p{
	line-height: 2px;
}

h2{
	font-size: 12px;
	color: #1b725d;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
}

h3{
	font-weight: normal;
	font-size: 10px;
	color: white;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	margin-top: 0px;
	text-align: right;
}

.ani{
	background-color: #e410a0;
}

.com{
	background-color: #009464;
}

.ill{
	background-color: #008bb3;
}

.ske{
	background-color: #b03c38;
}

.str{
	background-color: #c06100;
}

.abt{
	background-color: #484548;
}

#text{
	padding:0px 5px 0px 0px;
}




hr{    
	border-width: 0; 
	border-style: none; 
	border-top: 3px double #b1dfc6;
	width: 90%;
	height: 3px;
	margin: 20px auto 20px 0;
	text-align: left;
}

/*menu style*/

#menu{
	text-transform: uppercase;
	color: #004e55;
}

#menuimage{
	width:100px;
	height:96px;
}

/*content style*/

#contentimage{
	background-color: white;
	width:600px;
	height:100%;
	padding: 0 10px 0px 0;
	position: relative;
	float: left;
	clear: both;
	text-align: center;
}


#contentimage img{
	height:auto;
	width:auto;
	text-align: center;
	margin:auto;
}

.withborder{
	border: 1px solid #CCC;
}


#desc{
	background-color: white;
	width:200px;
	float:left;
	padding: 0px 0px 0 10px;
	height:auto;
}


