* { 
	margin: 0;
	padding: 0
}

body {
	font: 0.8em Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #202020;
	background-position : center;
	background-image: url(krystal/page_fill.jpg);
	background-repeat: repeat-y;
}

a, a:visited {
	color:#003366;
	text-decoration:none;
}

a:hover, a:active {
	color:#003366;
	text-decoration:underline;
}

#container {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	background-color: #fff;
}

#pageHeader {
	width: 700px;
	height: 176px;
	overflow: hidden;
	background-image: url(krystal/header_title.jpg);
	text-align:right;
}

#pageHeader h1 {
	display : none;
}

#pageContent {
	float: left;
	padding: 0 5px;
	text-align: justify;
}

#home #pageContent {
	width: 450px;
}

#sidebarContainer {
	float: right;
	width: 205px;
	background: url(krystal/sb-top.png) no-repeat top left;
	padding-top: 162px;
	margin-right: 5px;
}

#sidebarSubcontainer {
	background: url(krystal/sb-bg.png) repeat-y top left;
}

#sidebarContent {
	background: url(krystal/sb-bottom.png) no-repeat bottom left;
	padding: 0 5px;
	padding-bottom: 130px;
}

#linkList {
	width: 700px;
	height: 42px;
	background-image: url(krystal/menu.jpg);
	background-repeat: repeat-x;
}

#linkList ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
}

#linkList ul li {
	float: left;
	position: relative;
	padding: 0 25px;
	text-align: center;
	font-weight: bold;
}

#linkList ul li a {
	color: #000000;
	text-decoration: none;
	line-height:25px;
	display: block;
}

#linkList ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#pageFooter {
	text-align: center;
	font-size: 0.8em;
	clear: both;
}

.input {
	color: #003366;
	width: 200px;
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
}

.textarea {
	color: #003366;
	width: 500px;
	height: 200px;
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
}

.submit {
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 5px 1px 5px;
}

.dropdown {
	font: 0.8em Tahoma, Arial, Helvetica, sans-serif;
	color: #003366;
}

.theme {
	padding: 4px;
	font-size: 11px;
}

.theme2, .theme2 div {
	display: inline;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.emphasise {
	font-weight: bold;
}

.siteimg {
	float: left;
	clear: right;
	margin-right: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: #202020;
	position: relative;
	top: -20px;
	background: #202020 url(krystal/site-loading.png) no-repeat 50% 50%;
}

.sitedetail {
	clear: both;
	padding-bottom: 10px;
}

.sitedetail h3 {
	padding-left: 211px;
}

.sitedetail .p1 {
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 0.8em;
}

#pageContent p {
	margin-top: 5px;
	margin-bottom: 5px;
}