@charset "utf-8";

@import url(reset-fonts.css);


/* >>>>>>>>>> initialize >>>>>>>>>> */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;	/* for ie6 */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #4a4a4a;
	font-size: 12px;
	letter-spacing: 1px;
}

img {
	border: 0;
}
th,
td {
	line-height: 1.5;
}

a {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #285A9D;
}

a:hover {
	color: #ED8282;
}

a:active {
	color: #ED8282;
}

strong {
	font-weight: bold;
}
/* <<<<<<<<<< initialize <<<<<<<<<< */

/* >>>>>>>>>> layout >>>>>>>>>>
  - #wrapper
	- #header
	- #globalmenu
	- #container
		(- #sidebar) 
		 - #content
			- #main
	- #footer
*/
/* >>>>>>>>>> container >>>>>>>>>> */
#wrapper {
	width: 800px;
	margin: auto;
	text-align: left;
}
/* >>>>>>>>>> container >>>>>>>>>> */
#container {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 800px;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFFFFF;
}

/* >>>>>>>>>> header >>>>>>>>>> */
#logo {
	padding: 15px 0 10px 0;
}

#header {
	height: 148px;
	background: url(../img/header_bg_2nd.jpg) left top no-repeat;
}


#header h1 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #C61B1B;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 70px 15px 0;
}


/* >>>>>>>>>> globalmenu >>>>>>>>>> */
#globalmenu {
	width: 100%;
	height: 31px;
	clear: both;
	background: url(../img/global_menu_bg.gif) left top repeat;
	text-align: center;
}

#globalmenu ul {
/*	padding: 8px 10px 5px 10px;	*/
	padding: 3px 8px;
	margin: 0;
	list-style:none;
}

#globalmenu li {
/*	display:inline;	*/
	float: left;
	padding: 0 2px;
/*	margin: 10px 12px;	*/
}
#globalmenu a {
	color: #4a4a4a;
	text-decoration: none;
	display: block;
	padding: 5px 12px;
}
#globalmenu a:hover,
#globalmenu a:active {
	color: #FFF;
	background-color:#ED8282;
}
#globalmenu li.active {
	background-color:#ED8282;
}

/* >>>>>>>>>> content >>>>>>>>>> */


/*
#main {
	margin: 10px 20px;
}
*/

/* >>>>>>>>>> pagetop >>>>>>>>>> */
.pagetop {
	text-align: right;
	clear: both;
}

.pagetop a {
	padding: 1px 3px 1px 18px;
}

.pagetop a:link {
	text-decoration:none;
}

.pagetop a:visited {
	text-decoration:none;
}

.pagetop a:hover {
	text-decoration:underline;
}

.pagetop a:active {
	text-decoration:underline;
}



/* >>>>>>>>>> footer >>>>>>>>>> */

#footer {
	clear: both;
	width: 790px;
/*	border-top: 2px solid #FFF;	*/
	padding: 15px 5px;
	text-align: center;
}
#footer p {
	margin: 0.4em 0;
}
