/**
 *   Purple Style CSS
 *   -------------------------------------------
 *   css/purple.css
 *   
 *   Copyright (c) 2011 hokuken
 *   http://hokuken.com/
 *   
 *   created  : 
 *   modified : 2011-02-17
 *   
 */

/* General Style Info */
body {
	background:#003467 url(bg_purple_body.png) repeat left top;
	color: #333;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0pt;
}
a {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color: #003d4c;
	text-decoration: underline;
	background-color: #E8DCE8;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:none;
	color: #734C73;
	font-size: 120%;
	margin: 0.1em 0;
}
h2 {
	background:none;
	color: #734C73;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 150%;
	margin: 0.5em 0;
}
h3 {
	color: #996699;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 125%;
	padding-top: 1em;
}
h4 {
	color: #996699;
	font-weight: normal;
	padding-top: 0.5em;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	background-color:transparent;
	padding: 10px 0px;
	width:100%;
}
#header h1 {
	font-size: 150%;
	background:none;
	color: #fff;
	padding: 0px 10px;
}
#header h1 a {
	color: #fff;
	background: none;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: none;
	text-decoration: underline;
}
#content{
	clear: both;
	background-color:#fff;
	background-image:url(bg_purple_content_top.png);
	background-repeat:repeat-x;
	background-position:top left;
	color: #333;
	padding: 25px 20px 20px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	background-color:transparent;
	background-image:url(bg_purple_content_bottom.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 10px;
	text-align: right;
	color: #FFF2FC;
}
#footer a {
	color: #fff2fc;
	text-decoration:none;
}
#footer a:hover{
	background:none;
	color:#663366;
}
