/*
Design by David Hirota
*/

body {
	margin: 0px 0 0 0;
	padding: 0; 
	background: url(images/leftmargin_lines.jp) repeat: no-repeat; background-color: #26325B;
	font-family: Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-size: 14px;
	color: #D6DCFE;
	border-color:#FFFFFF;
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

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

a:hover {
	text-decoration: inherit;
}

/* Header */


#leftmargin {
	float: left;
	width: 124px;
	height: 1200px;
	margin: 0 auto;
	
}

#header {
	width: 880px;
	height: 147px;
	margin: 0 auto;
	color: #D6DCFE;
	text-align: left;
}

#header * {
	text-decoration: none;
	text-align: left;
	color: #D6DCFE;
}

#header h1 {
	font-size: 14px;
	text-align: left;
}

#header h2 {
	font-size: 16px; color: #D6DCFE; 
	text-align: left;
}

/* Menu */

#menu {
	
	width: 880px;
	height: 60px;
	margin: 0 auto;
	vertical-align: middle;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	padding: 0px 5px 0 5px;
	background: url(images/img5.png) no-repeat center center;
	text-align: center; 
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	font-size: small; font-weight: 400;
	color: #26325B;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img4.png);
	color: #26325B;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}


#colTwo {
	float: left;
	width: 250px;
	padding: 0 7px;
}

#colThree {
	float: left;
	width: 275px;
	padding: 0 7px;
}

#colFour {
	float: right;
	width: 320px;
	padding: 0 7px;
}


#colFive {
	float: left;
	width: 515px;
	padding: 0px 0 0 20px;
	margin: 20 auto;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 10px;
	padding: 0px 0 0 0px;
	/*
	background: url(images/img6.gif); */
	letter-spacing: normal;
	font-size: 14px;
	color: #D6DCFE;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 14px;
	color: #D6DCFE;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */s

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	/*
	background: url(images/img5.gif) repeat-x; */
}

#footer * {
	color: #F6FFD7;
}

#footer p {
	text-align: center;
	font-size: smaller;
}