/*
jwcxz.com stylesheet
*/

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin: 0px; 
	padding: 0px;
	color: #e6e6e6;
}

body {
	background: #b9b9b9;
}

div {
	width: 100%
}

#logo {
	width: 833px;
	height: 186px;
	display: block;
	margin: auto;
	background: url('img/logo.png') no-repeat;
}
	#logo a {
		border: none;
	}
	#logo img {
		margin: 26px 27px 0px 27px;
		height: 160px;
		width: 780px;
	}

#botm {
	width: 833px;
	height: 52px;
	display: block;
	margin: auto;
	background: url('img/botm.png') no-repeat;
}

#footer { 
	margin-top: 20px;
	height: 20px;
}
	#footer a {
		border: none
	}
	#footer .l {
		margin: 10px 0px 0px 50px;
		float: left
	}
	#footer .r {
		margin: 10px 50px 0px 0px;
		float: right;
	}

#main {
	width: 833px;
	margin: auto;
	background: url('img/main.png') repeat-y;
}	

	#menu {
		width: 750px;
		margin: auto;
		margin-bottom: 10px;
	}

		#menu * {
			color: #FFF;
			text-align: center;
		}

		#menu ul {
			padding-top: 5px;
		}

		#menu li {
			list-style: none;
			margin: 0px 10px 0px 10px;
			display: inline;
		}

		#menu a, #menu a:link, #menu a:visited {
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: none;
			border: none;
		}
		#menu a:hover , #menu a.curpg {
			border-bottom: 1px solid #555;
			text-shadow: #eee 0px 0px 4px;
		}
	
	#ad, #ad * {
		margin: auto;
		margin-bottom: 20px;
		text-align: center;
	}

	
	.ctop, .cmid, .cbot {
		width: 601px;
		margin: auto;
		padding: 0px 25px 0px 25px;
		background: url('img/cmid.png') repeat-y;
	}
	
	.ctop, .cbot {
		height: 30px;
		display: block;
		background: url('img/ctop.png') no-repeat;
	}

	.cbot {
		background-image: url('img/cbot.png');
		margin-bottom: 30px;
	}
	
		.cmid-h {
		}

		.cmid ul, .cmid ol {
			margin-left: 50px;
		}

	.c-ad, .c-ad * {
		margin: auto;
		padding-bottom: 30px;
		text-align: center;
	}

/******************************/

h1 {
	font-size: 3em;
	color: #bfff0d;
	text-align: center;
	margin: 10px 30px 10px 30px;
}

h2 {
	color: #bfff0d;
	font-size: 1.7em;
	text-align: right;
	margin: 0px 5px 0px;
	text-shadow: #222 2px 2px 2px;
}
		
.links {
	margin-left: 25px !important;
}

ul li {
	list-style: url('img/arrow.png') !important;
}

p {
	margin-bottom: 7px;
	text-indent: 25px;
	text-align: justify;
	line-height: 1.1em;
}

p.clear {
	margin: 0px;
	display: block;
}

p.no-indent {
	text-indent: 0px;
}

p.center {
	text-indent: 0px;
	text-align: center;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #f8ec43;
	border-bottom: 1px solid #1f2424;
}
a:hover {
	color: #fcff00;
	border-bottom-color: #454f4f;
}
a * { color: #c6ff54 }	/* silly hack */

.cmid pre {
	font-family: Consolas, 'Courier New', Courier, monospace;
	font-size: 10pt;
}

.cmid .indent {
	margin-left: 30px;
	width: 560px
}

.box {
	display: block;
	width: 95%;
	margin: auto;
	background: #1f2424;
	padding: 7px 0px 3px 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}

	.box p {
		font-weight: bold;
		text-indent: 0px;
		text-align: center;
	}

	.box .divider {
		margin-left: 150px;
	}

img {
	border: none;
}
	.aligncenter { 
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-indent: 0px;
	}
	
hr {
	color: black;
	background-color: black;
	height 1px;
	margin: 0px auto;
	width: 80%;
}

input, textarea {
	background-color: #171717;
	border: 1px solid #777;
}
