body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#333;
	color:#fff;
	background-image:url(../images/content_background.png);
	padding:10px;
}

p {
	font-size:0.9em;
}

#wrapper {
	width:920px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

#gallery {
	width:920px;
	height:auto;
	float:left;
	text-align:center;
	display:inline;
	overflow:hidden;
	position:relative;
}

.gallery_container {
	width:700px;
	height:466px;
	float:left;
	margin:10px 10px 0px 10px;
	position:relative;
}

.caption {
	position:relative;
	width:690px;
	height:45px;
	float:left;
	margin:0px 10px;
	background-color:#000;
	color:#FFF;
	font-size:0.8em;
	padding:5px;
	text-align:left;
}

#thumb_gallery {
	width:150px;
	height:auto;
}

#thumb_gallery li {
	padding:10px 0px;
}

#thumb_gallery_container {
	width:150px;
	height:auto;
	float:right;
	position:absolute;
	top:0;
	right:0;
	margin:0 20px;
}


li {
	list-style:none;
	display:block;
	margin:0;
	text-indent:0;
	padding:0;
}

ul {
	margin:0;
	text-indent:0;
	padding:0;
}

.hide {display:none;}

#content {
	width:910px;
	height:auto;
	margin:0px 10px;
	position:relative;
	float:left;
}

img {
	border-style:none;
}

a img:hover {
	background-color:#fff;
}



/**soldier activity **/

.container {
	width:99%;
	height:auto;
	position:relative;
	margin:20px 0px;
	float:left;
	background-color:#fff;
	border:3px solid black;
}

.box {
	width:21%;
	float:left;
	padding: 5px 2px;
	border-top:1px dotted #a90000;
	color:#000;
	position:relative;
	font-weight:bold;
}

.row {
	width:100%;
	position:relative;
	text-align:center;
	float:left;
}

.column1 {
	width:120px;
	float:left;
	padding:5px 2px;
	border-top:1px dotted #a90000;
	color:#000;
	position:relative;
	text-align:center;
	font-weight:bold;
}

.textbox {
	width:95%;
	height:50px;
	color:#000;
	text-align:left;
	padding:2px;
}



/** characters activity **/
.container1 {
	width:99%;
	height:auto;
	position:relative;
	margin:10px 0 2px;
	float:left;
}

.dragbox {
	width:auto;
	height:17px;
	padding:5px 15px;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	border-radius:5px;
	margin:0px 10px 10px 0px;
	color:#a90000;
	text-align:center;
	border:1px solid #666;
	font-size:0.9em;
	font-weight:bold;
	float:left;
	z-index:998;
	cursor:move;
}

.dragbox2 {
	width:200px;
	height:17px;
	padding:5px 20px;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	border-radius:5px;
	margin:0px 10px 0px 0px;
	color:#a90000;
	text-align:center;
	border:1px solid #666;
	font-size:0.9em;
	font-weight:bold;
	float:left;
	z-index:999;
	cursor:move;
}
	
textarea {
	width:200px;
	height:17px;
	border:none;
	background-color:#dfdfdf;
	font-size:1em;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	overflow:auto;
	color:#a90000;
	resize:none;
}

/** print **/

#print_header {
	display:none;
}

.page_break {
	display:none;
}