/* Page */
body {
	background:			#EEEEEE url("background.png") repeat-x;
	font:				12px "Lucida Grande", "Arial", sans-serif;
	
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
}

table {
	border:				0px;
}

td {
	font:				12px "Lucida Grande", "Arial", sans-serif;
}

#logo {
	border:				0x;
	width:				90px;
	height:				90px;
	position:			relative;
	top:				23px;
	left:				28px;
}

#page {
	width:				1040px;
	margin:				auto;
}

#header {
	background:			url("header.png");
	height:				140px;
}

#content {
	background:			url("content.png") repeat-y;
	width:				950px;
	padding-left:		40px;
	padding-right:		90px;
}

#footer {
	background:			url("footer.png");
	height:				40px;
}

#button img {
	border:				0;
}



/* Navigation */
#navigation {
	margin:				0px;
	padding:			0px;
	width:				180px;
	font-size:			11px;
	line-height:		17px;
	list-style-type:	none;
}

#navigation .subtitle {
    margin-top:			10px;
	font-weight:		bold;
	text-shadow:		2px 2px 4px rgba(0, 0, 0, 0.25);
	color:				#333333;
}

#navigation a {
	color:				#444444;
	text-decoration:	none;
}

#navigation li a:hover,
#navigation li a:active {
	text-decoration:	underline;
}



/* Content */
#warning {
	background:			#FFFF66;
	border:				1px solid #AAAA44;
	display:			none;
	font:				12px "Arial", sans-serif;
	margin:				10px 20%;
	padding:			5px 5px 5px 5px;
	text-align:			center;
}

#button {
	padding-top:		20px;
}

#text {
	width:				756px;
}

#copyright {
	font:				9px "Geneva", "Arial", sans-serif;
	text-align:			center;
	color:				#888888;
	height:				30px;
}

div.box {
	border:				1px solid #AAAAAA;
	background-color:	#EEEEFF;
	margin:				20px 30px 20px 30px;
	padding:			10px 10px 10px 10px;
}

div.notice {
	border:				1px solid #AAAAAA;
	background-color:	#FFEEEE;
	margin:				20px 30px 20px 30px;
	padding:			10px 10px 10px 10px;
}

div.code {
	font-family:		monospace;
	font-size:			12px;
}

h1, h2, h3, h4 {
	font-size:			medium;
	font-weight:		normal;
	text-shadow:		2px 2px 4px rgba(0, 0, 0, 0.3);
}

h2, h3 {
	border-top:			1px dotted #E9E9E9;
	margin-top:			25px;
	padding-top:		3px;
}

h2 {
	font-size:			small;
}

h3 {
	font-size:			x-small;
}

h4 {
	font-size:			x-small;
}




