/* Global Base CSS */
* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial,sans-serif,"MS PGothic","Osaka";
	line-height:1.3;
	font-size:0.75em;
	color:#443333;
	background-color:#EAE7D4;
	text-align:center;

}

img {
	border:none;
	background-color:#EFEFEF;
}

.img {
	margin:0px 0px 5px 10px;
	padding:2px;
	background-color:#EAE7D4;
	float:right;
	font-size:10px;
	color:#555555;
	text-align:right;
	border:1px solid #E2DEA3;
}

.img div {
	margin:2px 0px;
}


div {
	
}

p {
	margin-bottom:10px;
	line-height:120%;

}
#topictitle {
	font: 14px/1 arial, verdana, sans-serif,"MS PGothic","Osaka";
	margin:0px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	border-top:5px solid #E2DEA3;
}

h2 {
	font: 24px/1 arial, verdana, sans-serif,"MS PGothic","Osaka";
	/* background-image:url('/img/global/topics.jpg'); */
	/* background-repeat:no-repeat; */
	color:#9e4847;
	padding:3px 15px 15px 0px;
	padding-left:10px;
	margin-bottom:0px;

}

h3 {
	margin:10px 0px;
	/* background-color:#EAE7D4;
	padding:3px 10px; */
	border-bottom:2px solid #EAE7D4;
}
h4 {
	border-bottom:1px solid #EAE7D4;
}

a:link {
	color:#8F0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#8F0000;
}

a:visited {
	text-decoration:none;
	color:#9C4848;
}

.pageoftop {
	text-align:right;
	margin-bottom:10px;
}

.link {
	
	
}

/* Global Box CSS */

#wrapper {
	width:1000px;
	margin:auto;
	text-align:left;
	background-color:#ffffff;
}


#header {
	height:90px;
	background-image:url('/img/global/head_bg.jpg');
	background-repeat:no-repeat;
	padding-top:10px;
}
	#header #h_left {
		float:left;
		width:400px;
		padding:0px 0px;
		margin-top:10px;
	}

	#header #h_right {
		float:right;
		width:450px;
		text-align:right;
		padding-top:5px;
		padding-right:10px;
	}

	#header form {
		margin:0px;padding:0px;
	}


	#header form input .searchword{
		border:0px none;
		margin:0px;padding:0px;
		height:20px;
	}

	#header form input .submit{
		border:0px none;
		margin:0px;padding:0px;
		height:20px;
		padding-top:3px;
	}

#footer {
	background-image:url('/img/global/foot_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom;

}


#global_menu {
	clear:both;
	text-align:right;
	padding-bottom:20px;
	background-image:url('/img/global/gnav_bg.jpg');
	background-repeat:no-repeat;
	height:35px;
}

