@charset "utf-8";
/* CSS Document */

* {
	/*margin:0px;*/
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	background:url(../img/bg.gif) no-repeat left top fixed ;
}
* html #mainimg {
	
	width:40%;
	float:left;
	height:534px;
}

#mainimg {
	display:none;
	width:40%;
	float:left;
	height:534px;
}
#content {
	/*background:url(../img/bg.png);*/
	background-color:#fafafa;
	width:60%;
	float:right;
	/*margin-left:480px;*/
	text-align:left;
}
#wrapper {
	padding:0px 20px 20px 20px;
	border-left:#CCC dotted 1px;
}

.article {
	margin:30px 0px;
}

.title {
	font-family: 'Ribeye', cursive;
	color:#3c94ff;
	margin-bottom:15px;
	padding-bottom:3px;
	border-bottom:#3c94ff dotted 1px;
}

.item2 {
	padding:8px;
	width:500px;
	float:left;
}
.item {
	float:left;
	width:150px;
	padding:8px;
	margin-right:5px;
	margin-bottom:5px;
	border:#CCC solid 1px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	/*behavior:url(PIE/PIE.htc);*/
	background-color:#FFF;
}

.itemname,.itembody,.itemimg {
	font-size:80%;
}

.itemname {
	height:30px;
}
.itemimg {
	margin:8px auto;
	width:150px;
	height:150px;
	text-align:center;
	background-color:#ffe5ff;
}
.itemimg p {
	line-height: 100px;
}

.txtcenter {
	padding:20px;
	border:#999 solid 1px;
	border-radius: 3px;
	background:#efefef;
	text-align:center;
	color:#F69;
	text-decoration:underline;
	
}

.textarea p , .textarea li {
	font-size:75%;
}

.textarea p {
	margin:5px 0px;
	line-height:150%;
}

.textarea li {
	list-style: disc;
	margin-left:20px;
	line-height:120%;
}
 
/*.indent p {
	text-indent:-1em;
	margin-left:1.3em;
	margin-bottom:0px;
	margin-top:0px;
}*/

#footer {
	border-top: #999 solid 1px;
	padding-top:10px;
	font-size:70%;
}